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

Side by Side Diff: components/BUILD.gn

Issue 382943003: GN: Build file for component/auto_login_parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | components/auto_login_parser/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 # Collection of all components. You wouldn't link to this, but this is rather 5 # Collection of all components. You wouldn't link to this, but this is rather
6 # to reference the files so they can be compiled by the build system. 6 # to reference the files so they can be compiled by the build system.
7 group("all_components") { 7 group("all_components") {
8 visibility = "//:*" # Only for the root targets to bring in. 8 visibility = "//:*" # Only for the root targets to bring in.
9 9
10 deps = [ 10 deps = [
11 "//components/auto_login_parser",
11 "//components/autocomplete", 12 "//components/autocomplete",
12 "//components/autofill/content/browser", 13 "//components/autofill/content/browser",
13 "//components/autofill/content/common", 14 "//components/autofill/content/common",
14 "//components/autofill/content/renderer", 15 "//components/autofill/content/renderer",
15 "//components/bookmarks/browser", 16 "//components/bookmarks/browser",
16 "//components/bookmarks/common", 17 "//components/bookmarks/common",
17 "//components/bookmarks/test", 18 "//components/bookmarks/test",
18 "//components/captive_portal", 19 "//components/captive_portal",
19 "//components/cloud_devices/common", 20 "//components/cloud_devices/common",
20 "//components/data_reduction_proxy/browser", 21 "//components/data_reduction_proxy/browser",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "//components/translate/content/renderer", # Blocked on content. 96 "//components/translate/content/renderer", # Blocked on content.
96 "//components/usb_service", # Blocked on content. 97 "//components/usb_service", # Blocked on content.
97 "//components/user_prefs", # Blocked on content. 98 "//components/user_prefs", # Blocked on content.
98 "//components/visitedlink/browser", # Blocked on content. 99 "//components/visitedlink/browser", # Blocked on content.
99 "//components/visitedlink/common", # Blocked on content. 100 "//components/visitedlink/common", # Blocked on content.
100 "//components/visitedlink/renderer", # Blocked on blink 101 "//components/visitedlink/renderer", # Blocked on blink
101 "//components/web_modal", # Blocked on content. 102 "//components/web_modal", # Blocked on content.
102 ] 103 ]
103 } 104 }
104 } 105 }
OLDNEW
« no previous file with comments | « no previous file | components/auto_login_parser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698