Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Side by Side Diff: components/BUILD.gn

Issue 1114123003: Fix various missing dependencies in //components for the Mac GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@content_shell_lib
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 12 matching lines...) Expand all
23 "//components/bookmarks/managed", 23 "//components/bookmarks/managed",
24 "//components/bookmarks/test", 24 "//components/bookmarks/test",
25 "//components/captive_portal", 25 "//components/captive_portal",
26 "//components/cdm/browser", 26 "//components/cdm/browser",
27 "//components/cdm/common", 27 "//components/cdm/common",
28 "//components/cdm/renderer", 28 "//components/cdm/renderer",
29 "//components/cloud_devices/common", 29 "//components/cloud_devices/common",
30 "//components/component_updater", 30 "//components/component_updater",
31 "//components/content_settings/core/browser", 31 "//components/content_settings/core/browser",
32 "//components/content_settings/core/common", 32 "//components/content_settings/core/common",
33 "//components/copresence",
33 "//components/crash/app", 34 "//components/crash/app",
34 "//components/crash/browser", 35 "//components/crash/browser",
35 "//components/crx_file", 36 "//components/crx_file",
36 "//components/data_reduction_proxy/core/browser", 37 "//components/data_reduction_proxy/core/browser",
37 "//components/data_reduction_proxy/core/common", 38 "//components/data_reduction_proxy/core/common",
38 "//components/device_event_log", 39 "//components/device_event_log",
39 "//components/devtools_discovery", 40 "//components/devtools_discovery",
40 "//components/devtools_http_handler", 41 "//components/devtools_http_handler",
41 "//components/dom_distiller/core", 42 "//components/dom_distiller/core",
42 "//components/domain_reliability", 43 "//components/domain_reliability",
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 420
420 deps = [ 421 deps = [
421 "//base", 422 "//base",
422 "//base/test:test_support_perf", 423 "//base/test:test_support_perf",
423 "//testing/gtest", 424 "//testing/gtest",
424 "//testing/perf", 425 "//testing/perf",
425 "//content/test:test_support", 426 "//content/test:test_support",
426 "//components/visitedlink/browser", 427 "//components/visitedlink/browser",
427 ] 428 ]
428 } 429 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698