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

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
« ui/views/view_constants_aura.h ('K') | « ui/views/view_constants_aura.cc ('k') | no next file » | 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 f79cb1d3b95e4a85f4f2eae64901a539bce9c5c0..11399d9b79549aa8d554e7efa7e0523b27c77d76 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -330,6 +330,8 @@
'view.h',
'view_constants.cc',
'view_constants.h',
+ 'view_constants_aura.cc',
sky 2013/05/13 22:43:05 Fix the order here.
+ 'view_constants_aura.h',
'view_aura.cc',
'view_model.cc',
'view_model.h',
« ui/views/view_constants_aura.h ('K') | « ui/views/view_constants_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698