OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'target_defaults': { | 9 'target_defaults': { |
10 'sources/': [ | 10 'sources/': [ |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'controls/menu/menu_2.h', | 104 'controls/menu/menu_2.h', |
105 'controls/menu/menu_config.cc', | 105 'controls/menu/menu_config.cc', |
106 'controls/menu/menu_config.h', | 106 'controls/menu/menu_config.h', |
107 'controls/menu/menu_config_gtk.cc', | 107 'controls/menu/menu_config_gtk.cc', |
108 'controls/menu/menu_config_win.cc', | 108 'controls/menu/menu_config_win.cc', |
109 'controls/menu/menu_controller.cc', | 109 'controls/menu/menu_controller.cc', |
110 'controls/menu/menu_controller.h', | 110 'controls/menu/menu_controller.h', |
111 'controls/menu/menu_delegate.h', | 111 'controls/menu/menu_delegate.h', |
112 'controls/menu/menu_gtk.cc', | 112 'controls/menu/menu_gtk.cc', |
113 'controls/menu/menu_gtk.h', | 113 'controls/menu/menu_gtk.h', |
| 114 'controls/menu/menu_host.h', |
114 'controls/menu/menu_host_root_view.cc', | 115 'controls/menu/menu_host_root_view.cc', |
115 'controls/menu/menu_host_root_view.h', | 116 'controls/menu/menu_host_root_view.h', |
116 'controls/menu/menu_host_win.cc', | 117 'controls/menu/menu_host_win.cc', |
117 'controls/menu/menu_host_win.h', | 118 'controls/menu/menu_host_win.h', |
118 'controls/menu/menu_host_gtk.cc', | 119 'controls/menu/menu_host_gtk.cc', |
119 'controls/menu/menu_host_gtk.h', | 120 'controls/menu/menu_host_gtk.h', |
120 'controls/menu/menu_item_view.cc', | 121 'controls/menu/menu_item_view.cc', |
121 'controls/menu/menu_item_view.h', | 122 'controls/menu/menu_item_view.h', |
122 'controls/menu/menu_item_view_gtk.cc', | 123 'controls/menu/menu_item_view_gtk.cc', |
123 'controls/menu/menu_item_view_win.cc', | 124 'controls/menu/menu_item_view_win.cc', |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 ], | 416 ], |
416 }, | 417 }, |
417 ], | 418 ], |
418 } | 419 } |
419 | 420 |
420 # Local Variables: | 421 # Local Variables: |
421 # tab-width:2 | 422 # tab-width:2 |
422 # indent-tabs-mode:nil | 423 # indent-tabs-mode:nil |
423 # End: | 424 # End: |
424 # vim: set expandtab tabstop=2 shiftwidth=2: | 425 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |