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

Side by Side Diff: components/BUILD.gn

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kill views_bubble_controller Created 5 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
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 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 # Add only ":unit_tests" dependencies here. If your tests have dependencies 265 # Add only ":unit_tests" dependencies here. If your tests have dependencies
266 # (this would at least include the component itself), they should be on the 266 # (this would at least include the component itself), they should be on the
267 # test source set and not here. 267 # test source set and not here.
268 deps = [ 268 deps = [
269 "//components/auto_login_parser:unit_tests", 269 "//components/auto_login_parser:unit_tests",
270 "//components/autofill/content/browser:unit_tests", 270 "//components/autofill/content/browser:unit_tests",
271 "//components/autofill/core/browser:unit_tests", 271 "//components/autofill/core/browser:unit_tests",
272 "//components/autofill/core/common:unit_tests", 272 "//components/autofill/core/common:unit_tests",
273 "//components/bookmarks/browser:unit_tests", 273 "//components/bookmarks/browser:unit_tests",
274 "//components/bookmarks/managed:unit_tests", 274 "//components/bookmarks/managed:unit_tests",
275 "//components/bubble:unit_tests",
275 "//components/captive_portal:unit_tests", 276 "//components/captive_portal:unit_tests",
276 "//components/cloud_devices/common:unit_tests", 277 "//components/cloud_devices/common:unit_tests",
277 "//components/component_updater:unit_tests", 278 "//components/component_updater:unit_tests",
278 "//components/content_settings/core/browser:unit_tests", 279 "//components/content_settings/core/browser:unit_tests",
279 "//components/content_settings/core/common:unit_tests", 280 "//components/content_settings/core/common:unit_tests",
280 "//components/crx_file:unit_tests", 281 "//components/crx_file:unit_tests",
281 "//components/data_reduction_proxy/content/browser:unit_tests", 282 "//components/data_reduction_proxy/content/browser:unit_tests",
282 "//components/data_reduction_proxy/core/browser:unit_tests", 283 "//components/data_reduction_proxy/core/browser:unit_tests",
283 "//components/data_reduction_proxy/core/common:unit_tests", 284 "//components/data_reduction_proxy/core/common:unit_tests",
284 "//components/device_event_log:unit_tests", 285 "//components/device_event_log:unit_tests",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 441
441 deps = [ 442 deps = [
442 "//base", 443 "//base",
443 "//base/test:test_support_perf", 444 "//base/test:test_support_perf",
444 "//testing/gtest", 445 "//testing/gtest",
445 "//testing/perf", 446 "//testing/perf",
446 "//content/test:test_support", 447 "//content/test:test_support",
447 "//components/visitedlink/browser", 448 "//components/visitedlink/browser",
448 ] 449 ]
449 } 450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698