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

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: 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 side-by-side diff with in-line comments
Download patch
Index: components/bubble.gypi
diff --git a/components/browsing_data.gypi b/components/bubble.gypi
similarity index 52%
copy from components/browsing_data.gypi
copy to components/bubble.gypi
index c13a84a035868ba6caa6c5d5c06a370c6099332a..bf16d2c20e6871eb6915e28b02c5aeaf7af67d88 100644
--- a/components/browsing_data.gypi
+++ b/components/bubble.gypi
@@ -5,20 +5,26 @@
{
'targets': [
{
- 'target_name': 'browsing_data',
+ # GN version: //components/bubble
+ 'target_name': 'bubble',
'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_browser',
- '../net/net.gyp:net',
- ],
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../content/content.gyp:content_browser',
msw 2015/08/27 18:41:13 You can also remove this now.
hcarmona 2015/08/27 20:25:42 We're also not using gfx. Removed all deps.
+ '../ui/gfx/gfx.gyp:gfx',
+ ],
'sources': [
# Note: sources list duplicated in GN build.
- 'browsing_data/storage_partition_http_cache_data_remover.cc',
- 'browsing_data/storage_partition_http_cache_data_remover.h',
+ 'bubble/bubble_close_reason.h',
+ 'bubble/bubble_controller.cc',
+ 'bubble/bubble_controller.h',
+ 'bubble/bubble_delegate.cc',
+ 'bubble/bubble_delegate.h',
+ 'bubble/bubble_manager.cc',
+ 'bubble/bubble_manager.h',
+ 'bubble/bubble_ui.h',
],
},
],
« no previous file with comments | « components/OWNERS ('k') | components/bubble/BUILD.gn » ('j') | components/bubble/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698