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

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 android compilation 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "//components/domain_reliability", # Blocked on content. 150 "//components/domain_reliability", # Blocked on content.
152 "//components/favicon_base", # Should work, needs checking. 151 "//components/favicon_base", # Should work, needs checking.
153 "//components/favicon/core", # Blocked on keyed service. 152 "//components/favicon/core", # Blocked on keyed service.
154 "//components/feedback", # Blocked on content. 153 "//components/feedback", # Blocked on content.
155 "//components/gcm_driver", # Should work, needs checking. 154 "//components/gcm_driver", # Should work, needs checking.
156 "//components/google/core/browser", # Should work, needs checking. 155 "//components/google/core/browser", # Should work, needs checking.
157 "//components/history/core/browser", # Should work, needs checking. 156 "//components/history/core/browser", # Should work, needs checking.
158 "//components/history/core/common", # Should work, needs checking. 157 "//components/history/core/common", # Should work, needs checking.
159 "//components/history/core/test", # Should work, needs checking. 158 "//components/history/core/test", # Should work, needs checking.
160 "//components/infobars/core", # Should work, needs checking. 159 "//components/infobars/core", # Should work, needs checking.
161 "//components/infobars/test:test_support", # Should work, needs checking.
162 "//components/invalidation", # Should work, needs checking. 160 "//components/invalidation", # Should work, needs checking.
163 "//components/json_schema", # Should work, needs checking. 161 "//components/json_schema", # Should work, needs checking.
164 "//components/keyed_service/content", # Blocked on content. 162 "//components/keyed_service/content", # Blocked on content.
165 "//components/navigation_interception", # Blocked on content. 163 "//components/navigation_interception", # Blocked on content.
166 "//components/omnibox", # Should work, needs checking. 164 "//components/omnibox", # Should work, needs checking.
167 "//components/password_manager/content/browser", # Blocked on content. 165 "//components/password_manager/content/browser", # Blocked on content.
168 "//components/password_manager/core/browser", # Should work, needs checki ng. 166 "//components/password_manager/core/browser", # Should work, needs checki ng.
169 "//components/password_manager/core/common", # Should work, needs checkin g. 167 "//components/password_manager/core/common", # Should work, needs checkin g.
170 "//components/plugins/renderer", # Blocked on blink. 168 "//components/plugins/renderer", # Blocked on blink.
171 "//components/power", # Blocked on content. 169 "//components/power", # Blocked on content.
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 #'breakpad/app/crash_keys_win_unittest.cc', 254 #'breakpad/app/crash_keys_win_unittest.cc',
257 255
258 # Precache tests need these defines. 256 # Precache tests need these defines.
259 #configs += [ "//components/precache/core:precache_config" ] 257 #configs += [ "//components/precache/core:precache_config" ]
260 258
261 if (toolkit_views) { 259 if (toolkit_views) {
262 # TODO(GYP) enable this as above. 260 # TODO(GYP) enable this as above.
263 #deps += [ "//components/constrained_window:unit_tests" ] 261 #deps += [ "//components/constrained_window:unit_tests" ]
264 } 262 }
265 } 263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698