OLD | NEW |
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'controls/menu/menu_host_root_view.h', | 129 'controls/menu/menu_host_root_view.h', |
130 'controls/menu/menu_insertion_delegate_win.h', | 130 'controls/menu/menu_insertion_delegate_win.h', |
131 'controls/menu/menu_item_view.cc', | 131 'controls/menu/menu_item_view.cc', |
132 'controls/menu/menu_item_view.h', | 132 'controls/menu/menu_item_view.h', |
133 'controls/menu/menu_listener.cc', | 133 'controls/menu/menu_listener.cc', |
134 'controls/menu/menu_listener.h', | 134 'controls/menu/menu_listener.h', |
135 'controls/menu/menu_model_adapter.cc', | 135 'controls/menu/menu_model_adapter.cc', |
136 'controls/menu/menu_model_adapter.h', | 136 'controls/menu/menu_model_adapter.h', |
137 'controls/menu/menu_runner.cc', | 137 'controls/menu/menu_runner.cc', |
138 'controls/menu/menu_runner.h', | 138 'controls/menu/menu_runner.h', |
| 139 'controls/menu/menu_runner_core.h', |
139 'controls/menu/menu_scroll_view_container.cc', | 140 'controls/menu/menu_scroll_view_container.cc', |
140 'controls/menu/menu_scroll_view_container.h', | 141 'controls/menu/menu_scroll_view_container.h', |
141 'controls/menu/menu_separator.h', | 142 'controls/menu/menu_separator.h', |
142 'controls/menu/menu_separator_views.cc', | 143 'controls/menu/menu_separator_views.cc', |
143 'controls/menu/menu_separator_win.cc', | 144 'controls/menu/menu_separator_win.cc', |
144 'controls/menu/menu_win.cc', | 145 'controls/menu/menu_win.cc', |
145 'controls/menu/menu_win.h', | 146 'controls/menu/menu_win.h', |
146 'controls/menu/menu_wrapper.h', | 147 'controls/menu/menu_wrapper.h', |
147 'controls/menu/native_menu_win.cc', | 148 'controls/menu/native_menu_win.cc', |
148 'controls/menu/native_menu_win.h', | 149 'controls/menu/native_menu_win.h', |
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 'sources/': [ | 1100 'sources/': [ |
1100 # This is needed because the aura rule strips it from the default | 1101 # This is needed because the aura rule strips it from the default |
1101 # sources list. | 1102 # sources list. |
1102 ['include', '^../../content/app/startup_helper_win.cc'], | 1103 ['include', '^../../content/app/startup_helper_win.cc'], |
1103 ], | 1104 ], |
1104 }], | 1105 }], |
1105 ], | 1106 ], |
1106 }, # target_name: views_examples_with_content_exe | 1107 }, # target_name: views_examples_with_content_exe |
1107 ], | 1108 ], |
1108 } | 1109 } |
OLD | NEW |