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

Unified Diff: components/bubble.gypi

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update 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.gypi
diff --git a/components/toolbar.gypi b/components/bubble.gypi
similarity index 55%
copy from components/toolbar.gypi
copy to components/bubble.gypi
index 77dc03909b459acaa06f46cf338bb82c19ab881f..831c1152fe67a9435712ce2d66915d093452332c 100644
--- a/components/toolbar.gypi
+++ b/components/bubble.gypi
@@ -5,20 +5,23 @@
{
'targets': [
{
- # GN version: //components/toolbar
- 'target_name': 'toolbar',
+ # GN version: //components/bubble
+ 'target_name': 'bubble',
'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../url/url.gyp:url_lib',
- ],
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../ui/gfx/gfx.gyp:gfx',
+ ],
'sources': [
# Note: sources list duplicated in GN build.
- 'toolbar/toolbar_model.cc',
- 'toolbar/toolbar_model.h',
+ 'bubble/bubble_controller.cc',
+ 'bubble/bubble_controller.h',
+ 'bubble/bubble_delegate.h',
+ 'bubble/bubble_manager.cc',
+ 'bubble/bubble_manager.h',
+ 'bubble/bubble_ui.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698