| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   283       "//chrome/app/theme:theme_resources", |   283       "//chrome/app/theme:theme_resources", | 
|   284       "//chrome/browser/devtools", |   284       "//chrome/browser/devtools", | 
|   285       "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |   285       "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 
|   286       "//chrome/browser/resources:component_extension_resources", |   286       "//chrome/browser/resources:component_extension_resources", | 
|   287       "//chrome/common/net", |   287       "//chrome/common/net", | 
|   288       "//chrome/installer/util", |   288       "//chrome/installer/util", | 
|   289       "//components/about_handler", |   289       "//components/about_handler", | 
|   290       "//components/app_modal", |   290       "//components/app_modal", | 
|   291       "//components/autofill/content/browser", |   291       "//components/autofill/content/browser", | 
|   292       "//components/browsing_data", |   292       "//components/browsing_data", | 
 |   293       "//components/contextual_search:browser", | 
|   293       "//components/data_reduction_proxy/content/browser", |   294       "//components/data_reduction_proxy/content/browser", | 
|   294       "//components/data_use_measurement/content", |   295       "//components/data_use_measurement/content", | 
|   295       "//components/devtools_discovery", |   296       "//components/devtools_discovery", | 
|   296       "//components/devtools_http_handler", |   297       "//components/devtools_http_handler", | 
|   297       "//components/dom_distiller/content/browser", |   298       "//components/dom_distiller/content/browser", | 
|   298       "//components/error_page/common", |   299       "//components/error_page/common", | 
|   299       "//components/favicon/content", |   300       "//components/favicon/content", | 
|   300       "//components/history/content/browser", |   301       "//components/history/content/browser", | 
|   301       "//components/keyed_service/content", |   302       "//components/keyed_service/content", | 
|   302       "//components/navigation_interception", |   303       "//components/navigation_interception", | 
| (...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1275         rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |  1276         rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 
|  1276     deps = [ |  1277     deps = [ | 
|  1277       "//components/google/core/browser", |  1278       "//components/google/core/browser", | 
|  1278       "//components/omnibox/browser", |  1279       "//components/omnibox/browser", | 
|  1279       "//components/rlz", |  1280       "//components/rlz", | 
|  1280       "//components/search_engines", |  1281       "//components/search_engines", | 
|  1281       "//rlz:rlz_lib", |  1282       "//rlz:rlz_lib", | 
|  1282     ] |  1283     ] | 
|  1283   } |  1284   } | 
|  1284 } |  1285 } | 
| OLD | NEW |