| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 106     "//chrome/browser/net:probe_message_proto", | 106     "//chrome/browser/net:probe_message_proto", | 
| 107     "//chrome/browser/ui", | 107     "//chrome/browser/ui", | 
| 108     "//chrome/common", | 108     "//chrome/common", | 
| 109     "//components/autofill/core/browser", | 109     "//components/autofill/core/browser", | 
| 110     "//components/bookmarks/browser", | 110     "//components/bookmarks/browser", | 
| 111     "//components/bookmarks/managed", | 111     "//components/bookmarks/managed", | 
| 112     "//components/browser_sync/browser", | 112     "//components/browser_sync/browser", | 
| 113     "//components/browser_sync/common", | 113     "//components/browser_sync/common", | 
| 114     "//components/captive_portal", | 114     "//components/captive_portal", | 
| 115     "//components/certificate_reporting", | 115     "//components/certificate_reporting", | 
|  | 116     "//components/certificate_transparency", | 
| 116     "//components/cloud_devices/common", | 117     "//components/cloud_devices/common", | 
| 117     "//components/component_updater", | 118     "//components/component_updater", | 
| 118     "//components/content_settings/content/common", | 119     "//components/content_settings/content/common", | 
| 119     "//components/content_settings/core/browser", | 120     "//components/content_settings/core/browser", | 
| 120     "//components/content_settings/core/common", | 121     "//components/content_settings/core/common", | 
| 121     "//components/cookie_config", | 122     "//components/cookie_config", | 
| 122     "//components/crx_file", | 123     "//components/crx_file", | 
| 123     "//components/data_reduction_proxy/core/browser", | 124     "//components/data_reduction_proxy/core/browser", | 
| 124     "//components/data_usage/core", | 125     "//components/data_usage/core", | 
| 125     "//components/data_use_measurement/core", | 126     "//components/data_use_measurement/core", | 
| (...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1335         rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1336         rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 
| 1336     deps = [ | 1337     deps = [ | 
| 1337       "//components/google/core/browser", | 1338       "//components/google/core/browser", | 
| 1338       "//components/omnibox/browser", | 1339       "//components/omnibox/browser", | 
| 1339       "//components/rlz", | 1340       "//components/rlz", | 
| 1340       "//components/search_engines", | 1341       "//components/search_engines", | 
| 1341       "//rlz:rlz_lib", | 1342       "//rlz:rlz_lib", | 
| 1342     ] | 1343     ] | 
| 1343   } | 1344   } | 
| 1344 } | 1345 } | 
| OLD | NEW | 
|---|