| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "//components/history/content/browser", | 291 "//components/history/content/browser", |
| 292 "//components/keyed_service/content", | 292 "//components/keyed_service/content", |
| 293 "//components/navigation_interception", | 293 "//components/navigation_interception", |
| 294 "//components/net_log", | 294 "//components/net_log", |
| 295 "//components/network_hints/common", | 295 "//components/network_hints/common", |
| 296 "//components/password_manager/content/browser", | 296 "//components/password_manager/content/browser", |
| 297 "//components/password_manager/sync/browser", | 297 "//components/password_manager/sync/browser", |
| 298 "//components/plugins/common", | 298 "//components/plugins/common", |
| 299 "//components/proxy_config", | 299 "//components/proxy_config", |
| 300 "//components/resources", | 300 "//components/resources", |
| 301 "//components/safe_browsing_db", |
| 301 "//components/safe_json", | 302 "//components/safe_json", |
| 302 "//components/sessions", | 303 "//components/sessions", |
| 303 "//components/ssl_config", | 304 "//components/ssl_config", |
| 304 "//components/storage_monitor", | 305 "//components/storage_monitor", |
| 305 "//components/syncable_prefs", | 306 "//components/syncable_prefs", |
| 306 "//components/translate/content/browser", | 307 "//components/translate/content/browser", |
| 307 "//components/upload_list", | 308 "//components/upload_list", |
| 308 "//components/url_matcher", | 309 "//components/url_matcher", |
| 309 "//components/visitedlink/browser", | 310 "//components/visitedlink/browser", |
| 310 "//components/visitedlink/common", | 311 "//components/visitedlink/common", |
| (...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1254 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1255 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1255 deps = [ | 1256 deps = [ |
| 1256 "//components/google/core/browser", | 1257 "//components/google/core/browser", |
| 1257 "//components/omnibox/browser", | 1258 "//components/omnibox/browser", |
| 1258 "//components/rlz", | 1259 "//components/rlz", |
| 1259 "//components/search_engines", | 1260 "//components/search_engines", |
| 1260 "//rlz:rlz_lib", | 1261 "//rlz:rlz_lib", |
| 1261 ] | 1262 ] |
| 1262 } | 1263 } |
| 1263 } | 1264 } |
| OLD | NEW |