| 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 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1307 "//components/component_updater", | 1307 "//components/component_updater", |
| 1308 "//components/content_settings/core/browser", | 1308 "//components/content_settings/core/browser", |
| 1309 "//components/content_settings/core/common", | 1309 "//components/content_settings/core/common", |
| 1310 "//components/contextual_search:browser", | 1310 "//components/contextual_search:browser", |
| 1311 "//components/cookie_config", | 1311 "//components/cookie_config", |
| 1312 "//components/crx_file", | 1312 "//components/crx_file", |
| 1313 "//components/data_reduction_proxy/content/browser", | 1313 "//components/data_reduction_proxy/content/browser", |
| 1314 "//components/data_reduction_proxy/core/browser", | 1314 "//components/data_reduction_proxy/core/browser", |
| 1315 "//components/data_usage/core", | 1315 "//components/data_usage/core", |
| 1316 "//components/data_use_measurement/content", | 1316 "//components/data_use_measurement/content", |
| 1317 "//components/data_use_measurement/core", | 1317 "//components/data_use_measurement/core:ascriber", |
| 1318 "//components/device_event_log", | 1318 "//components/device_event_log", |
| 1319 "//components/dom_distiller/content/browser", | 1319 "//components/dom_distiller/content/browser", |
| 1320 "//components/domain_reliability", | 1320 "//components/domain_reliability", |
| 1321 "//components/error_page/common", | 1321 "//components/error_page/common", |
| 1322 "//components/favicon/content", | 1322 "//components/favicon/content", |
| 1323 "//components/favicon/core", | 1323 "//components/favicon/core", |
| 1324 "//components/favicon_base", | 1324 "//components/favicon_base", |
| 1325 "//components/flags_ui", | 1325 "//components/flags_ui", |
| 1326 "//components/gcm_driver", | 1326 "//components/gcm_driver", |
| 1327 "//components/google/core/browser", | 1327 "//components/google/core/browser", |
| (...skipping 3083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4411 # linking all of the test support. | 4411 # linking all of the test support. |
| 4412 static_library("pepper_cdm_test_constants") { | 4412 static_library("pepper_cdm_test_constants") { |
| 4413 testonly = true | 4413 testonly = true |
| 4414 visibility = [ "//chrome/*" ] | 4414 visibility = [ "//chrome/*" ] |
| 4415 sources = [ | 4415 sources = [ |
| 4416 "media/pepper_cdm_test_constants.cc", | 4416 "media/pepper_cdm_test_constants.cc", |
| 4417 "media/pepper_cdm_test_constants.h", | 4417 "media/pepper_cdm_test_constants.h", |
| 4418 ] | 4418 ] |
| 4419 } | 4419 } |
| 4420 } | 4420 } |
| OLD | NEW |