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

Unified Diff: ui/views/views.gyp

Issue 15114002: Reorder the NativeViews attached to a view via kViewHostKey according to the position of the view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 635ed67d9ba671be1e1ba0a3c5ca5651daaf87ba..a8d4bfa35fbd4ba7024e2f0bcbf15bdaa4f10d96 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -328,6 +328,8 @@
'view.h',
'view_constants.cc',
'view_constants.h',
+ 'view_constants_aura.cc',
+ 'view_constants_aura.h',
'view_aura.cc',
'view_model.cc',
'view_model.h',
@@ -421,6 +423,8 @@
'widget/widget_message_filter.cc',
'widget/widget_message_filter.h',
'widget/widget_observer.h',
+ 'widget/window_reorderer.cc',
+ 'widget/window_reorderer.h',
'win/fullscreen_handler.cc',
'win/fullscreen_handler.h',
'win/hwnd_message_handler.cc',
@@ -493,6 +497,8 @@
'sources/': [
['exclude', 'corewm'],
['exclude', 'widget/desktop_aura'],
+ ['exclude', 'widget/window_reorderer.h'],
+ ['exclude', 'widget/window_reorderer.cc'],
],
'sources!': [
'widget/native_widget_aura_window_observer.cc',
@@ -723,6 +729,7 @@
'widget/native_widget_unittest.cc',
'widget/native_widget_win_unittest.cc',
'widget/widget_unittest.cc',
+ 'widget/window_reorderer_unittest.cc',
'run_all_unittests.cc',
],
'conditions': [
@@ -766,6 +773,7 @@
'sources/': [
['exclude', 'corewm'],
['exclude', 'widget/desktop_aura'],
+ ['exclude', 'widget/window_reorderer_unittest.cc']
],
}],
],
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698