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

Unified Diff: chrome/chrome_browser.gypi

Issue 8265005: first run bubble using the views/bubble api. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update. Created 9 years, 1 month 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0b93e2387124f99f4d4b96596949e16330bf24e6..10fb2fc692f2698c101bd7a1a3fe38ca107addfb 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4191,7 +4191,6 @@
['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
['exclude', '^browser/ui/views/find_bar_host_win.cc'],
- ['exclude', '^browser/ui/views/first_run_bubble.cc'],
['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc'],
@@ -4738,6 +4737,7 @@
['include', '^browser/ui/views/extensions/extension_uninstall_dialog_view.cc'],
['include', '^browser/ui/views/extensions/extension_view.cc'],
['include', '^browser/ui/views/extensions/extension_view.h'],
+ ['include', '^browser/ui/views/first_run_bubble.cc'],
['include', '^browser/ui/views/find_bar_host.cc'],
['include', '^browser/ui/views/find_bar_host.h'],
['include', '^browser/ui/views/find_bar_host_gtk.cc'],
@@ -5121,6 +5121,7 @@
['include', '^browser/ui/views/constrained_window_views.cc'],
['include', '^browser/ui/views/dropdown_bar_host_aura.cc'],
['include', '^browser/ui/views/find_bar_host_aura.cc'],
+ ['include', '^browser/ui/views/first_run_bubble.cc'],
['include', '^browser/ui/views/frame/browser_frame_aura.cc'],
['include', '^browser/ui/views/frame/browser_non_client_frame_view_aura.cc'],
['include', '^browser/ui/views/frame/browser_non_client_frame_view_aura.h'],

Powered by Google App Engine
This is Rietveld 408576698