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

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: Apply Feedback Created 5 years, 4 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 # Add only ":unit_tests" dependencies here. If your tests have dependencies 286 # Add only ":unit_tests" dependencies here. If your tests have dependencies
287 # (this would at least include the component itself), they should be on the 287 # (this would at least include the component itself), they should be on the
288 # test source set and not here. 288 # test source set and not here.
289 deps = [ 289 deps = [
290 "//components/auto_login_parser:unit_tests", 290 "//components/auto_login_parser:unit_tests",
291 "//components/autofill/content/browser:unit_tests", 291 "//components/autofill/content/browser:unit_tests",
292 "//components/autofill/core/browser:unit_tests", 292 "//components/autofill/core/browser:unit_tests",
293 "//components/autofill/core/common:unit_tests", 293 "//components/autofill/core/common:unit_tests",
294 "//components/bookmarks/browser:unit_tests", 294 "//components/bookmarks/browser:unit_tests",
295 "//components/bookmarks/managed:unit_tests", 295 "//components/bookmarks/managed:unit_tests",
296 "//components/bubble:unit_tests",
msw 2015/08/13 03:37:21 As you eluded to in your CL comment, this doesn't
hcarmona 2015/08/15 02:03:18 Done.
296 "//components/captive_portal:unit_tests", 297 "//components/captive_portal:unit_tests",
297 "//components/cloud_devices/common:unit_tests", 298 "//components/cloud_devices/common:unit_tests",
298 "//components/component_updater:unit_tests", 299 "//components/component_updater:unit_tests",
299 "//components/content_settings/core/browser:unit_tests", 300 "//components/content_settings/core/browser:unit_tests",
300 "//components/content_settings/core/common:unit_tests", 301 "//components/content_settings/core/common:unit_tests",
301 "//components/crx_file:unit_tests", 302 "//components/crx_file:unit_tests",
302 "//components/data_reduction_proxy/content/browser:unit_tests", 303 "//components/data_reduction_proxy/content/browser:unit_tests",
303 "//components/data_reduction_proxy/core/browser:unit_tests", 304 "//components/data_reduction_proxy/core/browser:unit_tests",
304 "//components/data_reduction_proxy/core/common:unit_tests", 305 "//components/data_reduction_proxy/core/common:unit_tests",
305 "//components/device_event_log:unit_tests", 306 "//components/device_event_log:unit_tests",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 496
496 deps = [ 497 deps = [
497 "//base", 498 "//base",
498 "//base/test:test_support_perf", 499 "//base/test:test_support_perf",
499 "//testing/gtest", 500 "//testing/gtest",
500 "//testing/perf", 501 "//testing/perf",
501 "//content/test:test_support", 502 "//content/test:test_support",
502 "//components/visitedlink/browser", 503 "//components/visitedlink/browser",
503 ] 504 ]
504 } 505 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698