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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 "//chrome/common/net", | 287 "//chrome/common/net", |
288 "//chrome/installer/util", | 288 "//chrome/installer/util", |
289 "//components/about_handler", | 289 "//components/about_handler", |
290 "//components/app_modal", | 290 "//components/app_modal", |
291 "//components/autofill/content/browser", | 291 "//components/autofill/content/browser", |
292 "//components/browsing_data", | 292 "//components/browsing_data", |
293 "//components/data_reduction_proxy/content/browser", | 293 "//components/data_reduction_proxy/content/browser", |
294 "//components/data_use_measurement/content", | 294 "//components/data_use_measurement/content", |
295 "//components/devtools_discovery", | 295 "//components/devtools_discovery", |
296 "//components/devtools_http_handler", | 296 "//components/devtools_http_handler", |
297 "//components/dom_distiller/content:content_browser", | 297 "//components/dom_distiller/content/browser", |
298 "//components/error_page/common", | 298 "//components/error_page/common", |
299 "//components/favicon/content", | 299 "//components/favicon/content", |
300 "//components/history/content/browser", | 300 "//components/history/content/browser", |
301 "//components/keyed_service/content", | 301 "//components/keyed_service/content", |
302 "//components/navigation_interception", | 302 "//components/navigation_interception", |
303 "//components/net_log", | 303 "//components/net_log", |
304 "//components/network_hints/common", | 304 "//components/network_hints/common", |
305 "//components/password_manager/content/browser", | 305 "//components/password_manager/content/browser", |
306 "//components/password_manager/sync/browser", | 306 "//components/password_manager/sync/browser", |
307 "//components/profile_metrics", | 307 "//components/profile_metrics", |
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1275 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1276 deps = [ | 1276 deps = [ |
1277 "//components/google/core/browser", | 1277 "//components/google/core/browser", |
1278 "//components/omnibox/browser", | 1278 "//components/omnibox/browser", |
1279 "//components/rlz", | 1279 "//components/rlz", |
1280 "//components/search_engines", | 1280 "//components/search_engines", |
1281 "//rlz:rlz_lib", | 1281 "//rlz:rlz_lib", |
1282 ] | 1282 ] |
1283 } | 1283 } |
1284 } | 1284 } |
OLD | NEW |