| 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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1276 "//components/bookmarks/browser", | 1276 "//components/bookmarks/browser", |
| 1277 "//components/bookmarks/managed", | 1277 "//components/bookmarks/managed", |
| 1278 "//components/browser_sync", | 1278 "//components/browser_sync", |
| 1279 "//components/browsing_data/content", | 1279 "//components/browsing_data/content", |
| 1280 "//components/browsing_data/core", | 1280 "//components/browsing_data/core", |
| 1281 "//components/captive_portal", | 1281 "//components/captive_portal", |
| 1282 "//components/certificate_reporting", | 1282 "//components/certificate_reporting", |
| 1283 "//components/certificate_transparency", | 1283 "//components/certificate_transparency", |
| 1284 "//components/cloud_devices/common", | 1284 "//components/cloud_devices/common", |
| 1285 "//components/component_updater", | 1285 "//components/component_updater", |
| 1286 "//components/content_settings/content/common", | |
| 1287 "//components/content_settings/core/browser", | 1286 "//components/content_settings/core/browser", |
| 1288 "//components/content_settings/core/common", | 1287 "//components/content_settings/core/common", |
| 1289 "//components/contextual_search:browser", | 1288 "//components/contextual_search:browser", |
| 1290 "//components/cookie_config", | 1289 "//components/cookie_config", |
| 1291 "//components/crx_file", | 1290 "//components/crx_file", |
| 1292 "//components/data_reduction_proxy/content/browser", | 1291 "//components/data_reduction_proxy/content/browser", |
| 1293 "//components/data_reduction_proxy/core/browser", | 1292 "//components/data_reduction_proxy/core/browser", |
| 1294 "//components/data_usage/core", | 1293 "//components/data_usage/core", |
| 1295 "//components/data_use_measurement/content", | 1294 "//components/data_use_measurement/content", |
| 1296 "//components/data_use_measurement/core", | 1295 "//components/data_use_measurement/core", |
| (...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4281 # linking all of the test support. | 4280 # linking all of the test support. |
| 4282 static_library("pepper_cdm_test_constants") { | 4281 static_library("pepper_cdm_test_constants") { |
| 4283 testonly = true | 4282 testonly = true |
| 4284 visibility = [ "//chrome/*" ] | 4283 visibility = [ "//chrome/*" ] |
| 4285 sources = [ | 4284 sources = [ |
| 4286 "media/pepper_cdm_test_constants.cc", | 4285 "media/pepper_cdm_test_constants.cc", |
| 4287 "media/pepper_cdm_test_constants.h", | 4286 "media/pepper_cdm_test_constants.h", |
| 4288 ] | 4287 ] |
| 4289 } | 4288 } |
| 4290 } | 4289 } |
| OLD | NEW |