OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'controls/menu/menu.cc', | 128 'controls/menu/menu.cc', |
129 'controls/menu/menu.h', | 129 'controls/menu/menu.h', |
130 'controls/menu/menu_2.cc', | 130 'controls/menu/menu_2.cc', |
131 'controls/menu/menu_2.h', | 131 'controls/menu/menu_2.h', |
132 'controls/menu/menu_config.cc', | 132 'controls/menu/menu_config.cc', |
133 'controls/menu/menu_config.h', | 133 'controls/menu/menu_config.h', |
134 'controls/menu/menu_config_gtk.cc', | 134 'controls/menu/menu_config_gtk.cc', |
135 'controls/menu/menu_config_win.cc', | 135 'controls/menu/menu_config_win.cc', |
136 'controls/menu/menu_controller.cc', | 136 'controls/menu/menu_controller.cc', |
137 'controls/menu/menu_controller.h', | 137 'controls/menu/menu_controller.h', |
| 138 'controls/menu/menu_delegate.cc', |
138 'controls/menu/menu_delegate.h', | 139 'controls/menu/menu_delegate.h', |
139 'controls/menu/menu_gtk.cc', | 140 'controls/menu/menu_gtk.cc', |
140 'controls/menu/menu_gtk.h', | 141 'controls/menu/menu_gtk.h', |
141 'controls/menu/menu_host.h', | 142 'controls/menu/menu_host.h', |
142 'controls/menu/menu_host_root_view.cc', | 143 'controls/menu/menu_host_root_view.cc', |
143 'controls/menu/menu_host_root_view.h', | 144 'controls/menu/menu_host_root_view.h', |
144 'controls/menu/menu_host_win.cc', | 145 'controls/menu/menu_host_win.cc', |
145 'controls/menu/menu_host_win.h', | 146 'controls/menu/menu_host_win.h', |
146 'controls/menu/menu_host_gtk.cc', | 147 'controls/menu/menu_host_gtk.cc', |
147 'controls/menu/menu_host_gtk.h', | 148 'controls/menu/menu_host_gtk.h', |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 ], | 607 ], |
607 }, | 608 }, |
608 ], | 609 ], |
609 } | 610 } |
610 | 611 |
611 # Local Variables: | 612 # Local Variables: |
612 # tab-width:2 | 613 # tab-width:2 |
613 # indent-tabs-mode:nil | 614 # indent-tabs-mode:nil |
614 # End: | 615 # End: |
615 # vim: set expandtab tabstop=2 shiftwidth=2: | 616 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |