| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 deps = [ | 115 deps = [ |
| 116 "//chrome:extra_resources", | 116 "//chrome:extra_resources", |
| 117 "//chrome:resources", | 117 "//chrome:resources", |
| 118 "//chrome:strings", | 118 "//chrome:strings", |
| 119 "//chrome/app/resources:platform_locale_settings", | 119 "//chrome/app/resources:platform_locale_settings", |
| 120 "//chrome/app/theme:theme_resources", | 120 "//chrome/app/theme:theme_resources", |
| 121 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 121 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 122 "//chrome/browser/net:probe_message_proto", | 122 "//chrome/browser/net:probe_message_proto", |
| 123 "//chrome/browser/ui", | 123 "//chrome/browser/ui", |
| 124 "//chrome/common", | 124 "//chrome/common", |
| 125 "//chrome/common:search_provider_mojom", |
| 125 "//components/autofill/core/browser", | 126 "//components/autofill/core/browser", |
| 126 "//components/bookmarks/browser", | 127 "//components/bookmarks/browser", |
| 127 "//components/bookmarks/managed", | 128 "//components/bookmarks/managed", |
| 128 "//components/browser_sync/browser", | 129 "//components/browser_sync/browser", |
| 129 "//components/browser_sync/common", | 130 "//components/browser_sync/common", |
| 130 "//components/captive_portal", | 131 "//components/captive_portal", |
| 131 "//components/certificate_reporting", | 132 "//components/certificate_reporting", |
| 132 "//components/certificate_transparency", | 133 "//components/certificate_transparency", |
| 133 "//components/cloud_devices/common", | 134 "//components/cloud_devices/common", |
| 134 "//components/component_updater", | 135 "//components/component_updater", |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "//chrome") | 340 "//chrome") |
| 340 } | 341 } |
| 341 } | 342 } |
| 342 | 343 |
| 343 deps += [ | 344 deps += [ |
| 344 "//cc", | 345 "//cc", |
| 345 "//chrome/app/theme:theme_resources", | 346 "//chrome/app/theme:theme_resources", |
| 346 "//chrome/browser/devtools", | 347 "//chrome/browser/devtools", |
| 347 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 348 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 348 "//chrome/browser/resources:component_extension_resources", | 349 "//chrome/browser/resources:component_extension_resources", |
| 350 "//chrome/common:search_provider_mojom", |
| 349 "//chrome/common/net", | 351 "//chrome/common/net", |
| 350 "//chrome/installer/util:with_no_strings", | 352 "//chrome/installer/util:with_no_strings", |
| 351 "//components/about_handler", | 353 "//components/about_handler", |
| 352 "//components/app_modal", | 354 "//components/app_modal", |
| 353 "//components/autofill/content/browser", | 355 "//components/autofill/content/browser", |
| 354 "//components/browsing_data", | 356 "//components/browsing_data", |
| 355 "//components/contextual_search:browser", | 357 "//components/contextual_search:browser", |
| 356 "//components/data_reduction_proxy/content/browser", | 358 "//components/data_reduction_proxy/content/browser", |
| 357 "//components/data_use_measurement/content", | 359 "//components/data_use_measurement/content", |
| 358 "//components/devtools_discovery", | 360 "//components/devtools_discovery", |
| (...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1374 # linking all of the test support. | 1376 # linking all of the test support. |
| 1375 source_set("pepper_cdm_test_constants") { | 1377 source_set("pepper_cdm_test_constants") { |
| 1376 testonly = true | 1378 testonly = true |
| 1377 visibility = [ "//chrome/*" ] | 1379 visibility = [ "//chrome/*" ] |
| 1378 sources = [ | 1380 sources = [ |
| 1379 "media/pepper_cdm_test_constants.cc", | 1381 "media/pepper_cdm_test_constants.cc", |
| 1380 "media/pepper_cdm_test_constants.h", | 1382 "media/pepper_cdm_test_constants.h", |
| 1381 ] | 1383 ] |
| 1382 } | 1384 } |
| 1383 } | 1385 } |
| OLD | NEW |