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

Side by Side Diff: components/BUILD.gn

Issue 673843002: Splits components/sessions into separate core and content targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments. Created 6 years, 2 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 | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('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 7
8 # Collection of all components. You wouldn't link to this, but this is rather 8 # Collection of all components. You wouldn't link to this, but this is rather
9 # to reference the files so they can be compiled by the build system. 9 # to reference the files so they can be compiled by the build system.
10 group("all_components") { 10 group("all_components") {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//components/pref_registry", 74 "//components/pref_registry",
75 "//components/proximity_auth", 75 "//components/proximity_auth",
76 "//components/proximity_auth/cryptauth", 76 "//components/proximity_auth/cryptauth",
77 "//components/query_parser", 77 "//components/query_parser",
78 "//components/rappor", 78 "//components/rappor",
79 "//components/renderer_context_menu", 79 "//components/renderer_context_menu",
80 "//components/resources:components_resources", 80 "//components/resources:components_resources",
81 "//components/search", 81 "//components/search",
82 "//components/search_engines", 82 "//components/search_engines",
83 "//components/search_provider_logos", 83 "//components/search_provider_logos",
84 "//components/sessions", 84 "//components/sessions:sessions_content",
85 "//components/signin/core/browser", 85 "//components/signin/core/browser",
86 "//components/startup_metric_utils", 86 "//components/startup_metric_utils",
87 "//components/strings", 87 "//components/strings",
88 "//components/sync_driver", 88 "//components/sync_driver",
89 "//components/tracing", 89 "//components/tracing",
90 "//components/translate/content/browser", 90 "//components/translate/content/browser",
91 "//components/translate/content/common", 91 "//components/translate/content/common",
92 "//components/translate/content/renderer", 92 "//components/translate/content/renderer",
93 "//components/translate/core/browser", 93 "//components/translate/core/browser",
94 "//components/translate/core/common", 94 "//components/translate/core/common",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "//components/password_manager/core/common", # Should work, needs checkin g. 165 "//components/password_manager/core/common", # Should work, needs checkin g.
166 "//components/plugins/renderer", # Blocked on blink. 166 "//components/plugins/renderer", # Blocked on blink.
167 "//components/power", # Blocked on content. 167 "//components/power", # Blocked on content.
168 "//components/policy", # Blocked on content (indirectly via autofill). 168 "//components/policy", # Blocked on content (indirectly via autofill).
169 "//components/precache/content", # Blocked on content. 169 "//components/precache/content", # Blocked on content.
170 "//components/precache/core", # Should work, needs checking. 170 "//components/precache/core", # Should work, needs checking.
171 "//components/rappor", # Should work, needs checking. 171 "//components/rappor", # Should work, needs checking.
172 "//components/renderer_context_menu", # Blocked on content. 172 "//components/renderer_context_menu", # Blocked on content.
173 "//components/search_engines", # Should work, needs checking. 173 "//components/search_engines", # Should work, needs checking.
174 "//components/search_provider_logos", # Should work, needs checking. 174 "//components/search_provider_logos", # Should work, needs checking.
175 "//components/sessions", # Blocked on content. 175 "//components/sessions:sessions_content", # Blocked on content.
176 "//components/signin/core/browser", # Should work, needs checking. 176 "//components/signin/core/browser", # Should work, needs checking.
177 "//components/translate/content/browser", # Blocked on content. 177 "//components/translate/content/browser", # Blocked on content.
178 "//components/translate/content/common", # Blocked on content. 178 "//components/translate/content/common", # Blocked on content.
179 "//components/translate/content/renderer", # Blocked on content. 179 "//components/translate/content/renderer", # Blocked on content.
180 "//components/user_prefs", # Blocked on content. 180 "//components/user_prefs", # Blocked on content.
181 "//components/visitedlink/browser", # Blocked on content. 181 "//components/visitedlink/browser", # Blocked on content.
182 "//components/visitedlink/common", # Blocked on content. 182 "//components/visitedlink/common", # Blocked on content.
183 "//components/visitedlink/renderer", # Blocked on blink 183 "//components/visitedlink/renderer", # Blocked on blink
184 "//components/web_cache/browser", # Blocked on content and blink. 184 "//components/web_cache/browser", # Blocked on content and blink.
185 "//components/web_cache/renderer", # Blocked on content and blink. 185 "//components/web_cache/renderer", # Blocked on content and blink.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 ] 234 ]
235 235
236 # TODO(GYP) need this target. 236 # TODO(GYP) need this target.
237 #'breakpad/app/crash_keys_win_unittest.cc', 237 #'breakpad/app/crash_keys_win_unittest.cc',
238 238
239 # Precache tests need these defines. 239 # Precache tests need these defines.
240 #configs += [ "//components/precache/core:precache_config" ] 240 #configs += [ "//components/precache/core:precache_config" ]
241 } 241 }
242 242
243 } 243 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698