blob: e4a17266d6cd73bc609333c5e79b3ce9ed6fd951 [file] [log] [blame]
# Copyright 2021 The Cobalt Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
group("gn_all") {
testonly = true
deps = [
"//cobalt/account",
"//cobalt/base",
"//cobalt/math",
"//cobalt/network_bridge",
"//cobalt/renderer:default_options",
"//cobalt/renderer/rasterizer/egl/shaders",
"//cobalt/storage:storage_constants",
"//content/browser/speech",
"//nb",
"//third_party/brotli:dec",
"//third_party/brotli:dec_no_dictionary_data",
"//third_party/flac",
"//third_party/libpng",
"//third_party/libwebp",
"//third_party/sqlite",
"//third_party/woff2:woff2_dec",
]
}