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

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: Changes as requested 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index be7ff98b61253a19711e59b1220a7ba2c542de5f..97942cc86e0887058b4e79551f57935ad487b461 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',
@@ -407,6 +409,8 @@
'widget/native_widget_aura_window_observer.cc',
'widget/native_widget_aura_window_observer.h',
'widget/native_widget_delegate.h',
+ 'widget/native_widget_layer_reorderer_aura.cc',
+ 'widget/native_widget_layer_reorderer_aura.h',
'widget/native_widget_private.h',
'widget/native_widget_win.cc',
'widget/native_widget_win.h',
@@ -722,6 +726,7 @@
'window/dialog_client_view_unittest.cc',
'widget/desktop_aura/desktop_capture_client_unittest.cc',
'widget/native_widget_aura_unittest.cc',
+ 'widget/native_widget_layer_reorderer_aura_unittest.cc',
'widget/native_widget_unittest.cc',
'widget/native_widget_win_unittest.cc',
'widget/widget_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698