| 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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "//components/dom_distiller/content:content_browser", | 289 "//components/dom_distiller/content:content_browser", |
| 290 "//components/error_page/common", | 290 "//components/error_page/common", |
| 291 "//components/favicon/content", | 291 "//components/favicon/content", |
| 292 "//components/history/content/browser", | 292 "//components/history/content/browser", |
| 293 "//components/keyed_service/content", | 293 "//components/keyed_service/content", |
| 294 "//components/navigation_interception", | 294 "//components/navigation_interception", |
| 295 "//components/net_log", | 295 "//components/net_log", |
| 296 "//components/network_hints/common", | 296 "//components/network_hints/common", |
| 297 "//components/password_manager/content/browser", | 297 "//components/password_manager/content/browser", |
| 298 "//components/password_manager/sync/browser", | 298 "//components/password_manager/sync/browser", |
| 299 "//components/plugins/common", | |
| 300 "//components/profile_metrics", | 299 "//components/profile_metrics", |
| 301 "//components/proxy_config", | 300 "//components/proxy_config", |
| 302 "//components/resources", | 301 "//components/resources", |
| 303 "//components/safe_browsing_db", | 302 "//components/safe_browsing_db", |
| 304 "//components/safe_json", | 303 "//components/safe_json", |
| 305 "//components/sessions", | 304 "//components/sessions", |
| 306 "//components/ssl_config", | 305 "//components/ssl_config", |
| 307 "//components/storage_monitor", | 306 "//components/storage_monitor", |
| 308 "//components/syncable_prefs", | 307 "//components/syncable_prefs", |
| 309 "//components/translate/content/browser", | 308 "//components/translate/content/browser", |
| (...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1243 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1245 deps = [ | 1244 deps = [ |
| 1246 "//components/google/core/browser", | 1245 "//components/google/core/browser", |
| 1247 "//components/omnibox/browser", | 1246 "//components/omnibox/browser", |
| 1248 "//components/rlz", | 1247 "//components/rlz", |
| 1249 "//components/search_engines", | 1248 "//components/search_engines", |
| 1250 "//rlz:rlz_lib", | 1249 "//rlz:rlz_lib", |
| 1251 ] | 1250 ] |
| 1252 } | 1251 } |
| 1253 } | 1252 } |
| OLD | NEW |