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

Side by Side Diff: ui/views/views.gyp

Issue 14150005: views: Finally get rid of the deprecated Menu2 API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'controls/image_view.cc', 105 'controls/image_view.cc',
106 'controls/image_view.h', 106 'controls/image_view.h',
107 'controls/label.cc', 107 'controls/label.cc',
108 'controls/label.h', 108 'controls/label.h',
109 'controls/link.cc', 109 'controls/link.cc',
110 'controls/link.h', 110 'controls/link.h',
111 'controls/link_listener.h', 111 'controls/link_listener.h',
112 'controls/menu/display_change_listener_aura.cc', 112 'controls/menu/display_change_listener_aura.cc',
113 'controls/menu/menu.cc', 113 'controls/menu/menu.cc',
114 'controls/menu/menu.h', 114 'controls/menu/menu.h',
115 'controls/menu/menu_2.cc',
116 'controls/menu/menu_2.h',
117 'controls/menu/menu_config.cc', 115 'controls/menu/menu_config.cc',
118 'controls/menu/menu_config.h', 116 'controls/menu/menu_config.h',
119 'controls/menu/menu_config_views.cc', 117 'controls/menu/menu_config_views.cc',
120 'controls/menu/menu_config_win.cc', 118 'controls/menu/menu_config_win.cc',
121 'controls/menu/menu_controller.cc', 119 'controls/menu/menu_controller.cc',
122 'controls/menu/menu_controller.h', 120 'controls/menu/menu_controller.h',
123 'controls/menu/menu_controller_aura.cc', 121 'controls/menu/menu_controller_aura.cc',
124 'controls/menu/menu_controller_delegate.h', 122 'controls/menu/menu_controller_delegate.h',
125 'controls/menu/menu_controller_win.cc', 123 'controls/menu/menu_controller_win.cc',
126 'controls/menu/menu_delegate.cc', 124 'controls/menu/menu_delegate.cc',
127 'controls/menu/menu_delegate.h', 125 'controls/menu/menu_delegate.h',
128 'controls/menu/menu_host.cc', 126 'controls/menu/menu_host.cc',
129 'controls/menu/menu_host.h', 127 'controls/menu/menu_host.h',
130 'controls/menu/menu_host_root_view.cc', 128 'controls/menu/menu_host_root_view.cc',
131 'controls/menu/menu_host_root_view.h', 129 'controls/menu/menu_host_root_view.h',
130 'controls/menu/menu_image_util.cc',
131 'controls/menu/menu_image_util.h',
132 'controls/menu/menu_insertion_delegate.h',
132 'controls/menu/menu_item_view.cc', 133 'controls/menu/menu_item_view.cc',
133 'controls/menu/menu_item_view.h', 134 'controls/menu/menu_item_view.h',
134 'controls/menu/menu_listener.cc', 135 'controls/menu/menu_listener.cc',
135 'controls/menu/menu_listener.h', 136 'controls/menu/menu_listener.h',
136 'controls/menu/menu_model_adapter.cc', 137 'controls/menu/menu_model_adapter.cc',
137 'controls/menu/menu_model_adapter.h', 138 'controls/menu/menu_model_adapter.h',
138 'controls/menu/menu_runner.cc', 139 'controls/menu/menu_runner.cc',
139 'controls/menu/menu_runner.h', 140 'controls/menu/menu_runner.h',
140 'controls/menu/menu_scroll_view_container.cc', 141 'controls/menu/menu_scroll_view_container.cc',
141 'controls/menu/menu_scroll_view_container.h', 142 'controls/menu/menu_scroll_view_container.h',
142 'controls/menu/menu_separator.h', 143 'controls/menu/menu_separator.h',
143 'controls/menu/menu_separator_views.cc', 144 'controls/menu/menu_separator_views.cc',
144 'controls/menu/menu_separator_win.cc', 145 'controls/menu/menu_separator_win.cc',
145 'controls/menu/menu_win.cc', 146 'controls/menu/menu_win.cc',
146 'controls/menu/menu_win.h', 147 'controls/menu/menu_win.h',
147 'controls/menu/menu_wrapper.h',
148 'controls/menu/native_menu_win.cc', 148 'controls/menu/native_menu_win.cc',
149 'controls/menu/native_menu_win.h', 149 'controls/menu/native_menu_win.h',
150 'controls/menu/menu_image_util.cc',
151 'controls/menu/menu_image_util.h',
152 'controls/menu/submenu_view.cc', 150 'controls/menu/submenu_view.cc',
153 'controls/menu/submenu_view.h', 151 'controls/menu/submenu_view.h',
154 'controls/message_box_view.cc', 152 'controls/message_box_view.cc',
155 'controls/message_box_view.h', 153 'controls/message_box_view.h',
156 'controls/native_control.cc', 154 'controls/native_control.cc',
157 'controls/native_control.h', 155 'controls/native_control.h',
158 'controls/native_control_win.cc', 156 'controls/native_control_win.cc',
159 'controls/native_control_win.h', 157 'controls/native_control_win.h',
160 'controls/native/native_view_host.cc', 158 'controls/native/native_view_host.cc',
161 'controls/native/native_view_host.h', 159 'controls/native/native_view_host.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'msvs_disabled_warnings': [ 4267, ], 541 'msvs_disabled_warnings': [ 4267, ],
544 }], 542 }],
545 ['use_aura==0 or OS!="win"', { 543 ['use_aura==0 or OS!="win"', {
546 'sources!': [ 544 'sources!': [
547 'widget/widget_message_filter.cc', 545 'widget/widget_message_filter.cc',
548 'widget/widget_message_filter.h', 546 'widget/widget_message_filter.h',
549 ], 547 ],
550 }], 548 }],
551 ['OS!="win"', { 549 ['OS!="win"', {
552 'sources!': [ 550 'sources!': [
553 'controls/menu/menu_wrapper.h',
554 'controls/menu/menu_2.cc',
555 'controls/menu/menu_2.h',
556 'win/fullscreen_handler.cc', 551 'win/fullscreen_handler.cc',
557 'win/fullscreen_handler.h', 552 'win/fullscreen_handler.h',
558 'win/hwnd_message_handler.cc', 553 'win/hwnd_message_handler.cc',
559 'win/hwnd_message_handler.h', 554 'win/hwnd_message_handler.h',
560 'win/hwnd_message_handler_delegate.h', 555 'win/hwnd_message_handler_delegate.h',
561 'win/scoped_fullscreen_visibility.cc', 556 'win/scoped_fullscreen_visibility.cc',
562 'win/scoped_fullscreen_visibility.h', 557 'win/scoped_fullscreen_visibility.h',
563 'widget/widget_hwnd_utils.cc', 558 'widget/widget_hwnd_utils.cc',
564 'widget/widget_hwnd_utils.h', 559 'widget/widget_hwnd_utils.h',
565 ], 560 ],
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'sources/': [ 1001 'sources/': [
1007 # This is needed because the aura rule strips it from the default 1002 # This is needed because the aura rule strips it from the default
1008 # sources list. 1003 # sources list.
1009 ['include', '^../../content/app/startup_helper_win.cc'], 1004 ['include', '^../../content/app/startup_helper_win.cc'],
1010 ], 1005 ],
1011 }], 1006 }],
1012 ], 1007 ],
1013 }, # target_name: views_examples_with_content_exe 1008 }, # target_name: views_examples_with_content_exe
1014 ], 1009 ],
1015 } 1010 }
OLDNEW
« ui/views/controls/menu/native_menu_win.h ('K') | « ui/views/controls/menu/native_menu_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698