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

Unified Diff: chrome/chrome_browser.gypi

Issue 3538012: Use BubbleWindow for ChromeOS windows/dialogs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix win trybot Created 10 years, 2 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
« no previous file with comments | « chrome/browser/views/window.cc ('k') | no next file » | 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 fb12b6f79394764b4fb25915486fd5799242a1af..7b44bf810c5503e8d04e51752eac56fcbb578cfa 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3196,6 +3196,8 @@
'browser/views/update_recommended_message_box.h',
'browser/views/user_data_dir_dialog.cc',
'browser/views/user_data_dir_dialog.h',
+ 'browser/views/window.cc',
+ 'browser/views/window.h',
'browser/views/wrench_menu.cc',
'browser/views/wrench_menu.h',
'browser/visitedlink_master.cc',
@@ -3815,6 +3817,8 @@
['include', '^browser/views/unhandled_keyboard_event_handler.h'],
['include', '^browser/views/view_text_utils.cc'],
['include', '^browser/views/view_text_utils.h'],
+ ['include', '^browser/views/window.cc'],
+ ['include', '^browser/views/window.h'],
['include', '^browser/views/wrench_menu.cc'],
['include', '^browser/views/wrench_menu.h'],
['include', '^browser/window_sizer.cc'],
« no previous file with comments | « chrome/browser/views/window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698