| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 "//chrome") | 337 "//chrome") |
| 338 } | 338 } |
| 339 } | 339 } |
| 340 | 340 |
| 341 deps += [ | 341 deps += [ |
| 342 "//cc", | 342 "//cc", |
| 343 "//chrome/app/theme:theme_resources", | 343 "//chrome/app/theme:theme_resources", |
| 344 "//chrome/browser/devtools", | 344 "//chrome/browser/devtools", |
| 345 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 345 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 346 "//chrome/browser/resources:component_extension_resources", | 346 "//chrome/browser/resources:component_extension_resources", |
| 347 "//chrome/common:search_provider_mojom", | |
| 348 "//chrome/common/net", | 347 "//chrome/common/net", |
| 349 "//chrome/installer/util:with_no_strings", | 348 "//chrome/installer/util:with_no_strings", |
| 350 "//components/about_handler", | 349 "//components/about_handler", |
| 351 "//components/app_modal", | 350 "//components/app_modal", |
| 352 "//components/autofill/content/browser", | 351 "//components/autofill/content/browser", |
| 353 "//components/browsing_data/content", | 352 "//components/browsing_data/content", |
| 354 "//components/browsing_data/core", | 353 "//components/browsing_data/core", |
| 355 "//components/contextual_search:browser", | 354 "//components/contextual_search:browser", |
| 356 "//components/data_reduction_proxy/content/browser", | 355 "//components/data_reduction_proxy/content/browser", |
| 357 "//components/data_use_measurement/content", | 356 "//components/data_use_measurement/content", |
| (...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 # linking all of the test support. | 1380 # linking all of the test support. |
| 1382 static_library("pepper_cdm_test_constants") { | 1381 static_library("pepper_cdm_test_constants") { |
| 1383 testonly = true | 1382 testonly = true |
| 1384 visibility = [ "//chrome/*" ] | 1383 visibility = [ "//chrome/*" ] |
| 1385 sources = [ | 1384 sources = [ |
| 1386 "media/pepper_cdm_test_constants.cc", | 1385 "media/pepper_cdm_test_constants.cc", |
| 1387 "media/pepper_cdm_test_constants.h", | 1386 "media/pepper_cdm_test_constants.h", |
| 1388 ] | 1387 ] |
| 1389 } | 1388 } |
| 1390 } | 1389 } |
| OLD | NEW |