OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1333 "//components/omnibox/browser", | 1333 "//components/omnibox/browser", |
1334 "//components/os_crypt", | 1334 "//components/os_crypt", |
1335 "//components/packed_ct_ev_whitelist", | 1335 "//components/packed_ct_ev_whitelist", |
1336 "//components/password_manager/content/browser", | 1336 "//components/password_manager/content/browser", |
1337 "//components/password_manager/core/browser", | 1337 "//components/password_manager/core/browser", |
1338 "//components/password_manager/core/common", | 1338 "//components/password_manager/core/common", |
1339 "//components/password_manager/sync/browser", | 1339 "//components/password_manager/sync/browser", |
1340 "//components/policy:generated", | 1340 "//components/policy:generated", |
1341 "//components/policy/core/browser", | 1341 "//components/policy/core/browser", |
1342 "//components/policy/proto", | 1342 "//components/policy/proto", |
1343 "//components/previews", | 1343 "//components/previews/core", |
1344 "//components/profile_metrics", | 1344 "//components/profile_metrics", |
1345 "//components/proxy_config", | 1345 "//components/proxy_config", |
1346 "//components/proxy_config", | 1346 "//components/proxy_config", |
1347 "//components/query_parser", | 1347 "//components/query_parser", |
1348 "//components/rappor", | 1348 "//components/rappor", |
1349 "//components/renderer_context_menu", | 1349 "//components/renderer_context_menu", |
1350 "//components/resources", | 1350 "//components/resources", |
1351 "//components/safe_browsing_db", | 1351 "//components/safe_browsing_db", |
1352 "//components/safe_json", | 1352 "//components/safe_json", |
1353 "//components/search", | 1353 "//components/search", |
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4248 # linking all of the test support. | 4248 # linking all of the test support. |
4249 static_library("pepper_cdm_test_constants") { | 4249 static_library("pepper_cdm_test_constants") { |
4250 testonly = true | 4250 testonly = true |
4251 visibility = [ "//chrome/*" ] | 4251 visibility = [ "//chrome/*" ] |
4252 sources = [ | 4252 sources = [ |
4253 "media/pepper_cdm_test_constants.cc", | 4253 "media/pepper_cdm_test_constants.cc", |
4254 "media/pepper_cdm_test_constants.h", | 4254 "media/pepper_cdm_test_constants.h", |
4255 ] | 4255 ] |
4256 } | 4256 } |
4257 } | 4257 } |
OLD | NEW |