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

Unified Diff: chrome/chrome_browser.gypi

Issue 9359022: Aura: Support hovering restore & close buttons for full screen apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_test Created 8 years, 10 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/views/frame/browser_view.cc ('k') | chrome/test/base/in_process_browser_test.h » ('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 1bb315448cfe3ad667d515936b781cfd304ad3cd..805ebaed9be44f53a3baff98d35e719c13d46df9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3629,6 +3629,8 @@
'browser/ui/views/find_bar_view.h',
'browser/ui/views/first_run_bubble.cc',
'browser/ui/views/first_run_bubble.h',
+ 'browser/ui/views/frame/app_non_client_frame_view_aura.cc',
+ 'browser/ui/views/frame/app_non_client_frame_view_aura.h',
'browser/ui/views/frame/app_panel_browser_frame_view.cc',
'browser/ui/views/frame/app_panel_browser_frame_view.h',
'browser/ui/views/frame/browser_frame.cc',
@@ -5109,6 +5111,8 @@
['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/app_non_client_frame_view_aura.cc'],
+ ['include', '^browser/ui/views/frame/app_non_client_frame_view_aura.h'],
['include', '^browser/ui/views/frame/browser_frame.cc'],
['include', '^browser/ui/views/frame/browser_frame.h'],
['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/base/in_process_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698