| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 } | 306 } |
| 307 | 307 |
| 308 deps += [ | 308 deps += [ |
| 309 "//apps", | 309 "//apps", |
| 310 "//cc", | 310 "//cc", |
| 311 "//chrome/app/theme:theme_resources", | 311 "//chrome/app/theme:theme_resources", |
| 312 "//chrome/browser/devtools", | 312 "//chrome/browser/devtools", |
| 313 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 313 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 314 "//chrome/browser/resources:component_extension_resources", | 314 "//chrome/browser/resources:component_extension_resources", |
| 315 "//chrome/common/net", | 315 "//chrome/common/net", |
| 316 "//chrome/installer/util", | 316 "//chrome/installer/util:with_no_strings", |
| 317 "//components/about_handler", | 317 "//components/about_handler", |
| 318 "//components/app_modal", | 318 "//components/app_modal", |
| 319 "//components/autofill/content/browser", | 319 "//components/autofill/content/browser", |
| 320 "//components/browsing_data", | 320 "//components/browsing_data", |
| 321 "//components/contextual_search:browser", | 321 "//components/contextual_search:browser", |
| 322 "//components/data_reduction_proxy/content/browser", | 322 "//components/data_reduction_proxy/content/browser", |
| 323 "//components/data_use_measurement/content", | 323 "//components/data_use_measurement/content", |
| 324 "//components/devtools_discovery", | 324 "//components/devtools_discovery", |
| 325 "//components/devtools_http_handler", | 325 "//components/devtools_http_handler", |
| 326 "//components/dom_distiller/content/browser", | 326 "//components/dom_distiller/content/browser", |
| (...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1330 deps = [ | 1330 deps = [ |
| 1331 "//components/google/core/browser", | 1331 "//components/google/core/browser", |
| 1332 "//components/omnibox/browser", | 1332 "//components/omnibox/browser", |
| 1333 "//components/rlz", | 1333 "//components/rlz", |
| 1334 "//components/search_engines", | 1334 "//components/search_engines", |
| 1335 "//rlz:rlz_lib", | 1335 "//rlz:rlz_lib", |
| 1336 ] | 1336 ] |
| 1337 } | 1337 } |
| 1338 } | 1338 } |
| OLD | NEW |