| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "//chrome/common/net", | 320 "//chrome/common/net", |
| 321 "//chrome/installer/util:with_no_strings", | 321 "//chrome/installer/util:with_no_strings", |
| 322 "//components/about_handler", | 322 "//components/about_handler", |
| 323 "//components/app_modal", | 323 "//components/app_modal", |
| 324 "//components/autofill/content/browser", | 324 "//components/autofill/content/browser", |
| 325 "//components/browsing_data/content", | 325 "//components/browsing_data/content", |
| 326 "//components/browsing_data/core", | 326 "//components/browsing_data/core", |
| 327 "//components/contextual_search:browser", | 327 "//components/contextual_search:browser", |
| 328 "//components/data_reduction_proxy/content/browser", | 328 "//components/data_reduction_proxy/content/browser", |
| 329 "//components/data_use_measurement/content", | 329 "//components/data_use_measurement/content", |
| 330 "//components/devtools_discovery", | |
| 331 "//components/devtools_http_handler", | 330 "//components/devtools_http_handler", |
| 332 "//components/dom_distiller/content/browser", | 331 "//components/dom_distiller/content/browser", |
| 333 "//components/error_page/common", | 332 "//components/error_page/common", |
| 334 "//components/favicon/content", | 333 "//components/favicon/content", |
| 335 "//components/history/content/browser", | 334 "//components/history/content/browser", |
| 336 "//components/keyed_service/content", | 335 "//components/keyed_service/content", |
| 337 "//components/navigation_interception", | 336 "//components/navigation_interception", |
| 338 "//components/net_log", | 337 "//components/net_log", |
| 339 "//components/network_hints/common", | 338 "//components/network_hints/common", |
| 340 "//components/password_manager/content/browser", | 339 "//components/password_manager/content/browser", |
| (...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 # linking all of the test support. | 1354 # linking all of the test support. |
| 1356 static_library("pepper_cdm_test_constants") { | 1355 static_library("pepper_cdm_test_constants") { |
| 1357 testonly = true | 1356 testonly = true |
| 1358 visibility = [ "//chrome/*" ] | 1357 visibility = [ "//chrome/*" ] |
| 1359 sources = [ | 1358 sources = [ |
| 1360 "media/pepper_cdm_test_constants.cc", | 1359 "media/pepper_cdm_test_constants.cc", |
| 1361 "media/pepper_cdm_test_constants.h", | 1360 "media/pepper_cdm_test_constants.h", |
| 1362 ] | 1361 ] |
| 1363 } | 1362 } |
| 1364 } | 1363 } |
| OLD | NEW |