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

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 cb8989e129dbcb649c354db9ebfa5586cf1bbe82..100a4e11025cb5c6fdbd55a294c968ec4b76d924 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4174,7 +4174,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'],
@@ -4721,6 +4720,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'],
Miranda Callahan 2011/11/11 15:26:24 nit: alphabetize
alicet1 2011/11/12 00:03:51 Done.
['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'],
@@ -5112,6 +5112,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