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

Unified Diff: components/bubble/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: Mac Changes to test trybots 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 side-by-side diff with in-line comments
Download patch
Index: components/bubble/BUILD.gn
diff --git a/chromecast/graphics/BUILD.gn b/components/bubble/BUILD.gn
similarity index 51%
copy from chromecast/graphics/BUILD.gn
copy to components/bubble/BUILD.gn
index f07a87154354163b625be19de5dff4c5ca38b7c9..0fb72a4bb123eb1c29254c79dab88e9478a871f6 100644
--- a/chromecast/graphics/BUILD.gn
+++ b/components/bubble/BUILD.gn
@@ -2,15 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("graphics") {
+static_library("bubble") {
sources = [
- "cast_screen.cc",
- "cast_screen.h",
+ "bubble_controller.cc",
+ "bubble_controller.h",
+ "bubble_delegate.cc",
+ "bubble_delegate.h",
+ "bubble_manager.cc",
+ "bubble_manager.h",
+ "bubble_ui.h",
]
deps = [
- "//ui/aura",
"//ui/gfx",
- "//ui/gfx/geometry",
]
}

Powered by Google App Engine
This is Rietveld 408576698