| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "//components/keyed_service/content", | 285 "//components/keyed_service/content", |
| 286 "//components/navigation_interception", | 286 "//components/navigation_interception", |
| 287 "//components/net_log", | 287 "//components/net_log", |
| 288 "//components/network_hints/common", | 288 "//components/network_hints/common", |
| 289 "//components/password_manager/content/browser", | 289 "//components/password_manager/content/browser", |
| 290 "//components/password_manager/sync/browser", | 290 "//components/password_manager/sync/browser", |
| 291 "//components/plugins/common", | 291 "//components/plugins/common", |
| 292 "//components/proxy_config", | 292 "//components/proxy_config", |
| 293 "//components/safe_json", | 293 "//components/safe_json", |
| 294 "//components/sessions", | 294 "//components/sessions", |
| 295 "//components/ssl_config", |
| 295 "//components/storage_monitor", | 296 "//components/storage_monitor", |
| 296 "//components/syncable_prefs", | 297 "//components/syncable_prefs", |
| 297 "//components/translate/content/browser", | 298 "//components/translate/content/browser", |
| 298 "//components/upload_list", | 299 "//components/upload_list", |
| 299 "//components/url_matcher", | 300 "//components/url_matcher", |
| 300 "//components/visitedlink/browser", | 301 "//components/visitedlink/browser", |
| 301 "//components/visitedlink/common", | 302 "//components/visitedlink/common", |
| 302 "//components/web_cache/browser", | 303 "//components/web_cache/browser", |
| 303 "//components/web_modal", | 304 "//components/web_modal", |
| 304 "//content/app/resources", | 305 "//content/app/resources", |
| (...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1256 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1257 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1257 deps = [ | 1258 deps = [ |
| 1258 "//components/google/core/browser", | 1259 "//components/google/core/browser", |
| 1259 "//components/omnibox/browser", | 1260 "//components/omnibox/browser", |
| 1260 "//components/rlz", | 1261 "//components/rlz", |
| 1261 "//components/search_engines", | 1262 "//components/search_engines", |
| 1262 "//rlz:rlz_lib", | 1263 "//rlz:rlz_lib", |
| 1263 ] | 1264 ] |
| 1264 } | 1265 } |
| 1265 } | 1266 } |
| OLD | NEW |