| 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("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "//components/autofill/core/browser", | 87 "//components/autofill/core/browser", |
| 88 "//content/public/browser", | 88 "//content/public/browser", |
| 89 "//sql", | 89 "//sql", |
| 90 "//sync", | 90 "//sync", |
| 91 ] | 91 ] |
| 92 deps = [ | 92 deps = [ |
| 93 "//base/allocator", | 93 "//base/allocator", |
| 94 "//chrome:extra_resources", | 94 "//chrome:extra_resources", |
| 95 "//chrome:resources", | 95 "//chrome:resources", |
| 96 "//chrome:strings", | 96 "//chrome:strings", |
| 97 "//chrome/app:generated_resources_map", | |
| 98 "//chrome/app/resources:platform_locale_settings", | 97 "//chrome/app/resources:platform_locale_settings", |
| 99 "//chrome/app/theme:theme_resources", | 98 "//chrome/app/theme:theme_resources", |
| 99 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 100 "//chrome/browser/net:probe_message_proto", | 100 "//chrome/browser/net:probe_message_proto", |
| 101 "//chrome/browser/ui", | 101 "//chrome/browser/ui", |
| 102 "//chrome/common", | 102 "//chrome/common", |
| 103 "//components/autofill/core/browser", | 103 "//components/autofill/core/browser", |
| 104 "//components/bookmarks/browser", | 104 "//components/bookmarks/browser", |
| 105 "//components/bookmarks/managed", | 105 "//components/bookmarks/managed", |
| 106 "//components/captive_portal", | 106 "//components/captive_portal", |
| 107 "//components/certificate_reporting", | 107 "//components/certificate_reporting", |
| 108 "//components/cloud_devices/common", | 108 "//components/cloud_devices/common", |
| 109 "//components/component_updater", | 109 "//components/component_updater", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 rebase_path(gypi_values.chrome_browser_ssl_sources, ".", "//chrome") | 257 rebase_path(gypi_values.chrome_browser_ssl_sources, ".", "//chrome") |
| 258 sources += | 258 sources += |
| 259 rebase_path(gypi_values.chrome_browser_sync_sources, ".", "//chrome") | 259 rebase_path(gypi_values.chrome_browser_sync_sources, ".", "//chrome") |
| 260 sources += rebase_path(gypi_values.chrome_browser_web_resource_sources, | 260 sources += rebase_path(gypi_values.chrome_browser_web_resource_sources, |
| 261 ".", | 261 ".", |
| 262 "//chrome") | 262 "//chrome") |
| 263 | 263 |
| 264 deps += [ | 264 deps += [ |
| 265 "//apps", | 265 "//apps", |
| 266 "//cc", | 266 "//cc", |
| 267 "//chrome/app:generated_resources_map", | |
| 268 "//chrome/app/theme:theme_resources", | 267 "//chrome/app/theme:theme_resources", |
| 269 "//chrome/browser/devtools", | 268 "//chrome/browser/devtools", |
| 269 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 270 "//chrome/browser/resources:component_extension_resources", | 270 "//chrome/browser/resources:component_extension_resources", |
| 271 "//chrome/common/net", | 271 "//chrome/common/net", |
| 272 "//chrome/installer/util", | 272 "//chrome/installer/util", |
| 273 "//components/about_handler", | 273 "//components/about_handler", |
| 274 "//components/app_modal", | 274 "//components/app_modal", |
| 275 "//components/autofill/content/browser", | 275 "//components/autofill/content/browser", |
| 276 "//components/browsing_data", | 276 "//components/browsing_data", |
| 277 "//components/data_reduction_proxy/content/browser", | 277 "//components/data_reduction_proxy/content/browser", |
| 278 "//components/data_use_measurement/content", | 278 "//components/data_use_measurement/content", |
| 279 "//components/devtools_discovery", | 279 "//components/devtools_discovery", |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1248 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1248 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1249 deps = [ | 1249 deps = [ |
| 1250 "//components/google/core/browser", | 1250 "//components/google/core/browser", |
| 1251 "//components/omnibox/browser", | 1251 "//components/omnibox/browser", |
| 1252 "//components/rlz", | 1252 "//components/rlz", |
| 1253 "//components/search_engines", | 1253 "//components/search_engines", |
| 1254 "//rlz:rlz_lib", | 1254 "//rlz:rlz_lib", |
| 1255 ] | 1255 ] |
| 1256 } | 1256 } |
| 1257 } | 1257 } |
| OLD | NEW |