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

Unified Diff: trunk/src/ui/views/views.gyp

Issue 16256004: Revert 203217 "Revert 202987 "Reorder the NativeViews attached t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/ui/views/views.gyp
===================================================================
--- trunk/src/ui/views/views.gyp (revision 203401)
+++ trunk/src/ui/views/views.gyp (working copy)
@@ -330,6 +330,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',
@@ -423,6 +425,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',
@@ -495,6 +499,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',
@@ -725,6 +731,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': [
@@ -774,6 +781,7 @@
'sources/': [
['exclude', 'corewm'],
['exclude', 'widget/desktop_aura'],
+ ['exclude', 'widget/window_reorderer_unittest.cc']
],
}],
],
« no previous file with comments | « trunk/src/ui/views/view_unittest.cc ('k') | trunk/src/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