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

Unified Diff: chrome/chrome_browser.gypi

Issue 7943006: Initialize message pump not to use gtk. WindowSizer for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing file Created 9 years, 3 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/ui/window_sizer_linux.cc ('k') | content/browser/browser_main.cc » ('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 9d851374337dc61e7841141b8172e03fce71b40d..0891c2f550cfd4b2bfb48650751448f570627e34 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3804,7 +3804,8 @@
'browser/ui/webui/workers_ui.h',
'browser/ui/window_sizer.cc',
'browser/ui/window_sizer.h',
- 'browser/ui/window_sizer_linux.cc',
+ 'browser/ui/window_sizer_aura.cc',
+ 'browser/ui/window_sizer_gtk.cc',
'browser/ui/window_sizer_mac.mm',
'browser/ui/window_sizer_win.cc',
'browser/ui/window_snapshot/window_snapshot.h',
@@ -5001,6 +5002,7 @@
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.h'],
+ ['exclude', '^browser/ui/window_sizer_gtk.cc'],
['include', '^browser/ui/login/login_prompt_ui.cc'],
['include', '^browser/ui/views/aura/aura_init.cc'],
['include', '^browser/ui/views/browser_bubble_aura.cc'],
« no previous file with comments | « chrome/browser/ui/window_sizer_linux.cc ('k') | content/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698