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

Side by Side Diff: components/BUILD.gn

Issue 812823002: Remove dependency of infobars component on the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on Android Created 6 years 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
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 27 matching lines...) Expand all
38 "//components/enhanced_bookmarks", 38 "//components/enhanced_bookmarks",
39 "//components/favicon/core", 39 "//components/favicon/core",
40 "//components/favicon_base", 40 "//components/favicon_base",
41 "//components/feedback", 41 "//components/feedback",
42 "//components/gcm_driver", 42 "//components/gcm_driver",
43 "//components/google/core/browser", 43 "//components/google/core/browser",
44 "//components/history/core/browser", 44 "//components/history/core/browser",
45 "//components/history/core/common", 45 "//components/history/core/common",
46 "//components/history/core/test", 46 "//components/history/core/test",
47 "//components/infobars/core", 47 "//components/infobars/core",
48 "//components/infobars/test:test_support",
49 "//components/invalidation", 48 "//components/invalidation",
50 "//components/json_schema", 49 "//components/json_schema",
51 "//components/keyed_service/content", 50 "//components/keyed_service/content",
52 "//components/language_usage_metrics", 51 "//components/language_usage_metrics",
53 "//components/leveldb_proto", 52 "//components/leveldb_proto",
54 "//components/login", 53 "//components/login",
55 "//components/metrics", 54 "//components/metrics",
56 "//components/navigation_interception", 55 "//components/navigation_interception",
57 "//components/navigation_metrics", 56 "//components/navigation_metrics",
58 "//components/network_time", 57 "//components/network_time",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//components/domain_reliability", # Blocked on content. 154 "//components/domain_reliability", # Blocked on content.
156 "//components/favicon_base", # Should work, needs checking. 155 "//components/favicon_base", # Should work, needs checking.
157 "//components/favicon/core", # Blocked on keyed service. 156 "//components/favicon/core", # Blocked on keyed service.
158 "//components/feedback", # Blocked on content. 157 "//components/feedback", # Blocked on content.
159 "//components/gcm_driver", # Should work, needs checking. 158 "//components/gcm_driver", # Should work, needs checking.
160 "//components/google/core/browser", # Should work, needs checking. 159 "//components/google/core/browser", # Should work, needs checking.
161 "//components/history/core/browser", # Should work, needs checking. 160 "//components/history/core/browser", # Should work, needs checking.
162 "//components/history/core/common", # Should work, needs checking. 161 "//components/history/core/common", # Should work, needs checking.
163 "//components/history/core/test", # Should work, needs checking. 162 "//components/history/core/test", # Should work, needs checking.
164 "//components/infobars/core", # Should work, needs checking. 163 "//components/infobars/core", # Should work, needs checking.
165 "//components/infobars/test:test_support", # Should work, needs checking.
166 "//components/invalidation", # Should work, needs checking. 164 "//components/invalidation", # Should work, needs checking.
167 "//components/json_schema", # Should work, needs checking. 165 "//components/json_schema", # Should work, needs checking.
168 "//components/keyed_service/content", # Blocked on content. 166 "//components/keyed_service/content", # Blocked on content.
169 "//components/navigation_interception", # Blocked on content. 167 "//components/navigation_interception", # Blocked on content.
170 "//components/omnibox", # Should work, needs checking. 168 "//components/omnibox", # Should work, needs checking.
171 "//components/password_manager/content/browser", # Blocked on content. 169 "//components/password_manager/content/browser", # Blocked on content.
172 "//components/password_manager/core/browser", # Should work, needs checki ng. 170 "//components/password_manager/core/browser", # Should work, needs checki ng.
173 "//components/password_manager/core/common", # Should work, needs checkin g. 171 "//components/password_manager/core/common", # Should work, needs checkin g.
174 "//components/plugins/renderer", # Blocked on blink. 172 "//components/plugins/renderer", # Blocked on blink.
175 "//components/power", # Blocked on content. 173 "//components/power", # Blocked on content.
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 #'breakpad/app/crash_keys_win_unittest.cc', 258 #'breakpad/app/crash_keys_win_unittest.cc',
261 259
262 # Precache tests need these defines. 260 # Precache tests need these defines.
263 #configs += [ "//components/precache/core:precache_config" ] 261 #configs += [ "//components/precache/core:precache_config" ]
264 262
265 if (toolkit_views) { 263 if (toolkit_views) {
266 # TODO(GYP) enable this as above. 264 # TODO(GYP) enable this as above.
267 #deps += [ "//components/constrained_window:unit_tests" ] 265 #deps += [ "//components/constrained_window:unit_tests" ]
268 } 266 }
269 } 267 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698