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

Unified Diff: views/views.gyp

Issue 7841012: Get chrome to link with USE_AURA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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: views/views.gyp
===================================================================
--- views/views.gyp (revision 99905)
+++ views/views.gyp (working copy)
@@ -134,6 +134,7 @@
'controls/menu/menu_win.cc',
'controls/menu/menu_win.h',
'controls/menu/menu_wrapper.h',
+ 'controls/menu/native_menu_aura.cc',
'controls/menu/native_menu_gtk.cc',
'controls/menu/native_menu_gtk.h',
'controls/menu/native_menu_host.h',
@@ -423,8 +424,6 @@
['exclude', '/(gtk|x)_[^/]*\\.cc$'],
],
'sources!': [
- 'controls/menu/menu_2.cc',
- 'controls/menu/menu_2.h',
'controls/native_control.cc',
'controls/native_control.h',
'controls/scrollbar/bitmap_scroll_bar.cc',
@@ -441,7 +440,6 @@
'controls/table/table_view_observer.h',
'controls/tree/tree_view.cc',
'controls/tree/tree_view.h',
- 'focus/accelerator_handler_aura.cc',
'focus/accelerator_handler_touch.cc',
'widget/aero_tooltip_manager.cc',
'widget/aero_tooltip_manager.h',

Powered by Google App Engine
This is Rietveld 408576698