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("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 "//chrome") | 339 "//chrome") |
340 } | 340 } |
341 } | 341 } |
342 | 342 |
343 deps += [ | 343 deps += [ |
344 "//cc", | 344 "//cc", |
345 "//chrome/app/theme:theme_resources", | 345 "//chrome/app/theme:theme_resources", |
346 "//chrome/browser/devtools", | 346 "//chrome/browser/devtools", |
347 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 347 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
348 "//chrome/browser/resources:component_extension_resources", | 348 "//chrome/browser/resources:component_extension_resources", |
| 349 "//chrome/common:search_provider_mojom", |
349 "//chrome/common/net", | 350 "//chrome/common/net", |
350 "//chrome/installer/util:with_no_strings", | 351 "//chrome/installer/util:with_no_strings", |
351 "//components/about_handler", | 352 "//components/about_handler", |
352 "//components/app_modal", | 353 "//components/app_modal", |
353 "//components/autofill/content/browser", | 354 "//components/autofill/content/browser", |
354 "//components/browsing_data", | 355 "//components/browsing_data", |
355 "//components/contextual_search:browser", | 356 "//components/contextual_search:browser", |
356 "//components/data_reduction_proxy/content/browser", | 357 "//components/data_reduction_proxy/content/browser", |
357 "//components/data_use_measurement/content", | 358 "//components/data_use_measurement/content", |
358 "//components/devtools_discovery", | 359 "//components/devtools_discovery", |
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1374 # linking all of the test support. | 1375 # linking all of the test support. |
1375 source_set("pepper_cdm_test_constants") { | 1376 source_set("pepper_cdm_test_constants") { |
1376 testonly = true | 1377 testonly = true |
1377 visibility = [ "//chrome/*" ] | 1378 visibility = [ "//chrome/*" ] |
1378 sources = [ | 1379 sources = [ |
1379 "media/pepper_cdm_test_constants.cc", | 1380 "media/pepper_cdm_test_constants.cc", |
1380 "media/pepper_cdm_test_constants.h", | 1381 "media/pepper_cdm_test_constants.h", |
1381 ] | 1382 ] |
1382 } | 1383 } |
1383 } | 1384 } |
OLD | NEW |