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

Side by Side Diff: components/BUILD.gn

Issue 393173002: Moves some functions in search.h to components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix 3 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 | « chrome/common/chrome_switches.cc ('k') | components/OWNERS » ('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 = [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//components/password_manager/core/browser", 49 "//components/password_manager/core/browser",
50 "//components/password_manager/core/common", 50 "//components/password_manager/core/common",
51 "//components/plugins/renderer", 51 "//components/plugins/renderer",
52 "//components/policy", 52 "//components/policy",
53 "//components/precache/core", 53 "//components/precache/core",
54 "//components/precache/content", 54 "//components/precache/content",
55 "//components/pref_registry", 55 "//components/pref_registry",
56 "//components/query_parser", 56 "//components/query_parser",
57 "//components/rappor", 57 "//components/rappor",
58 "//components/resources:components_resources", 58 "//components/resources:components_resources",
59 "//components/search",
59 "//components/search_engines", 60 "//components/search_engines",
60 "//components/search_provider_logos", 61 "//components/search_provider_logos",
61 "//components/sessions", 62 "//components/sessions",
62 "//components/signin/core/browser", 63 "//components/signin/core/browser",
63 "//components/startup_metric_utils", 64 "//components/startup_metric_utils",
64 "//components/strings", 65 "//components/strings",
65 "//components/tracing", 66 "//components/tracing",
66 "//components/translate/content/browser", 67 "//components/translate/content/browser",
67 "//components/translate/content/common", 68 "//components/translate/content/common",
68 "//components/translate/content/renderer", 69 "//components/translate/content/renderer",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 ] 186 ]
186 187
187 # TODO(GYP) need this target. 188 # TODO(GYP) need this target.
188 #'breakpad/app/crash_keys_win_unittest.cc', 189 #'breakpad/app/crash_keys_win_unittest.cc',
189 190
190 # Precache tests need these defines. 191 # Precache tests need these defines.
191 #configs += [ "//components/precache/core:precache_config" ] 192 #configs += [ "//components/precache/core:precache_config" ]
192 } 193 }
193 194
194 } 195 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698