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

Side by Side Diff: components/BUILD.gn

Issue 505373004: Introduce proximity_auth component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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/proximity_auth/BUILD.gn » ('j') | components/proximity_auth/DEPS » ('J')
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 = [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//components/pairing", 55 "//components/pairing",
56 "//components/password_manager/content/browser", 56 "//components/password_manager/content/browser",
57 "//components/password_manager/core/browser", 57 "//components/password_manager/core/browser",
58 "//components/password_manager/core/common", 58 "//components/password_manager/core/common",
59 "//components/plugins/renderer", 59 "//components/plugins/renderer",
60 "//components/policy", 60 "//components/policy",
61 "//components/power", 61 "//components/power",
62 "//components/precache/core", 62 "//components/precache/core",
63 "//components/precache/content", 63 "//components/precache/content",
64 "//components/pref_registry", 64 "//components/pref_registry",
65 "//components/proximity_auth",
65 "//components/query_parser", 66 "//components/query_parser",
66 "//components/rappor", 67 "//components/rappor",
67 "//components/resources:components_resources", 68 "//components/resources:components_resources",
68 "//components/search", 69 "//components/search",
69 "//components/search_engines", 70 "//components/search_engines",
70 "//components/search_provider_logos", 71 "//components/search_provider_logos",
71 "//components/sessions", 72 "//components/sessions",
72 "//components/signin/core/browser", 73 "//components/signin/core/browser",
73 "//components/startup_metric_utils", 74 "//components/startup_metric_utils",
74 "//components/strings", 75 "//components/strings",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 ] 200 ]
200 201
201 # TODO(GYP) need this target. 202 # TODO(GYP) need this target.
202 #'breakpad/app/crash_keys_win_unittest.cc', 203 #'breakpad/app/crash_keys_win_unittest.cc',
203 204
204 # Precache tests need these defines. 205 # Precache tests need these defines.
205 #configs += [ "//components/precache/core:precache_config" ] 206 #configs += [ "//components/precache/core:precache_config" ]
206 } 207 }
207 208
208 } 209 }
OLDNEW
« no previous file with comments | « no previous file | components/proximity_auth/BUILD.gn » ('j') | components/proximity_auth/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698