| 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 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1299 "//components/component_updater", | 1299 "//components/component_updater", |
| 1300 "//components/content_settings/core/browser", | 1300 "//components/content_settings/core/browser", |
| 1301 "//components/content_settings/core/common", | 1301 "//components/content_settings/core/common", |
| 1302 "//components/contextual_search:browser", | 1302 "//components/contextual_search:browser", |
| 1303 "//components/cookie_config", | 1303 "//components/cookie_config", |
| 1304 "//components/crx_file", | 1304 "//components/crx_file", |
| 1305 "//components/data_reduction_proxy/content/browser", | 1305 "//components/data_reduction_proxy/content/browser", |
| 1306 "//components/data_reduction_proxy/core/browser", | 1306 "//components/data_reduction_proxy/core/browser", |
| 1307 "//components/data_usage/core", | 1307 "//components/data_usage/core", |
| 1308 "//components/data_use_measurement/content", | 1308 "//components/data_use_measurement/content", |
| 1309 "//components/data_use_measurement/core", | 1309 "//components/data_use_measurement/core:ascriber", |
| 1310 "//components/device_event_log", | 1310 "//components/device_event_log", |
| 1311 "//components/dom_distiller/content/browser", | 1311 "//components/dom_distiller/content/browser", |
| 1312 "//components/domain_reliability", | 1312 "//components/domain_reliability", |
| 1313 "//components/error_page/common", | 1313 "//components/error_page/common", |
| 1314 "//components/favicon/content", | 1314 "//components/favicon/content", |
| 1315 "//components/favicon/core", | 1315 "//components/favicon/core", |
| 1316 "//components/favicon_base", | 1316 "//components/favicon_base", |
| 1317 "//components/flags_ui", | 1317 "//components/flags_ui", |
| 1318 "//components/gcm_driver", | 1318 "//components/gcm_driver", |
| 1319 "//components/google/core/browser", | 1319 "//components/google/core/browser", |
| (...skipping 3019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4339 # linking all of the test support. | 4339 # linking all of the test support. |
| 4340 static_library("pepper_cdm_test_constants") { | 4340 static_library("pepper_cdm_test_constants") { |
| 4341 testonly = true | 4341 testonly = true |
| 4342 visibility = [ "//chrome/*" ] | 4342 visibility = [ "//chrome/*" ] |
| 4343 sources = [ | 4343 sources = [ |
| 4344 "media/pepper_cdm_test_constants.cc", | 4344 "media/pepper_cdm_test_constants.cc", |
| 4345 "media/pepper_cdm_test_constants.h", | 4345 "media/pepper_cdm_test_constants.h", |
| 4346 ] | 4346 ] |
| 4347 } | 4347 } |
| 4348 } | 4348 } |
| OLD | NEW |