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

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 chrome_tests.gypi 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
« no previous file with comments | « chrome/browser/ui/views/stubs_aura.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 867dff2d4929008fd61ca08b3ae8113f65bf2e18..464d87fe142f880047b89d56890d1c9d521ea6a3 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4202,7 +4202,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'],
@@ -4753,6 +4752,7 @@
['include', '^browser/ui/views/find_bar_host_gtk.cc'],
['include', '^browser/ui/views/find_bar_view.cc'],
['include', '^browser/ui/views/find_bar_view.h'],
+ ['include', '^browser/ui/views/first_run_bubble.cc'],
['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
['include', '^browser/ui/views/frame/browser_bubble_host.h'],
['include', '^browser/ui/views/frame/browser_frame.cc'],
@@ -5137,6 +5137,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'],
« no previous file with comments | « chrome/browser/ui/views/stubs_aura.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698