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

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

Issue 250943008: Move enum MenuAnchorPosition to reduce deps on menu_item_view.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indent Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/views/examples/tree_view_example.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'controls/menu/menu_model_adapter.cc', 147 'controls/menu/menu_model_adapter.cc',
148 'controls/menu/menu_model_adapter.h', 148 'controls/menu/menu_model_adapter.h',
149 'controls/menu/menu_runner.cc', 149 'controls/menu/menu_runner.cc',
150 'controls/menu/menu_runner.h', 150 'controls/menu/menu_runner.h',
151 'controls/menu/menu_runner_handler.h', 151 'controls/menu/menu_runner_handler.h',
152 'controls/menu/menu_scroll_view_container.cc', 152 'controls/menu/menu_scroll_view_container.cc',
153 'controls/menu/menu_scroll_view_container.h', 153 'controls/menu/menu_scroll_view_container.h',
154 'controls/menu/menu_separator.h', 154 'controls/menu/menu_separator.h',
155 'controls/menu/menu_separator_views.cc', 155 'controls/menu/menu_separator_views.cc',
156 'controls/menu/menu_separator_win.cc', 156 'controls/menu/menu_separator_win.cc',
157 'controls/menu/menu_types.h',
157 'controls/menu/menu_wrapper.h', 158 'controls/menu/menu_wrapper.h',
158 'controls/menu/native_menu_win.cc', 159 'controls/menu/native_menu_win.cc',
159 'controls/menu/native_menu_win.h', 160 'controls/menu/native_menu_win.h',
160 'controls/menu/menu_image_util.cc', 161 'controls/menu/menu_image_util.cc',
161 'controls/menu/menu_image_util.h', 162 'controls/menu/menu_image_util.h',
162 'controls/menu/submenu_view.cc', 163 'controls/menu/submenu_view.cc',
163 'controls/menu/submenu_view.h', 164 'controls/menu/submenu_view.h',
164 'controls/message_box_view.cc', 165 'controls/message_box_view.cc',
165 'controls/message_box_view.h', 166 'controls/message_box_view.h',
166 'controls/native/native_view_host.cc', 167 'controls/native/native_view_host.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 }], 707 }],
707 ['use_aura==1', { 708 ['use_aura==1', {
708 'dependencies': [ 709 'dependencies': [
709 '../aura/aura.gyp:aura_test_support', 710 '../aura/aura.gyp:aura_test_support',
710 ], 711 ],
711 }], 712 }],
712 ], 713 ],
713 }, # target_name: views_unittests 714 }, # target_name: views_unittests
714 ], 715 ],
715 } 716 }
OLDNEW
« no previous file with comments | « ui/views/examples/tree_view_example.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698