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 'target_defaults': { | 10 'target_defaults': { |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'controls/menu/menu.cc', | 93 'controls/menu/menu.cc', |
94 'controls/menu/menu.h', | 94 'controls/menu/menu.h', |
95 'controls/menu/menu_2.cc', | 95 'controls/menu/menu_2.cc', |
96 'controls/menu/menu_2.h', | 96 'controls/menu/menu_2.h', |
97 'controls/menu/menu_config.cc', | 97 'controls/menu/menu_config.cc', |
98 'controls/menu/menu_config.h', | 98 'controls/menu/menu_config.h', |
99 'controls/menu/menu_config_gtk.cc', | 99 'controls/menu/menu_config_gtk.cc', |
100 'controls/menu/menu_config_win.cc', | 100 'controls/menu/menu_config_win.cc', |
101 'controls/menu/menu_controller.cc', | 101 'controls/menu/menu_controller.cc', |
102 'controls/menu/menu_controller.h', | 102 'controls/menu/menu_controller.h', |
| 103 'controls/menu/menu_controller_delegate.h', |
103 'controls/menu/menu_delegate.cc', | 104 'controls/menu/menu_delegate.cc', |
104 'controls/menu/menu_delegate.h', | 105 'controls/menu/menu_delegate.h', |
105 'controls/menu/menu_gtk.cc', | 106 'controls/menu/menu_gtk.cc', |
106 'controls/menu/menu_gtk.h', | 107 'controls/menu/menu_gtk.h', |
107 'controls/menu/menu_host.cc', | 108 'controls/menu/menu_host.cc', |
108 'controls/menu/menu_host.h', | 109 'controls/menu/menu_host.h', |
109 'controls/menu/menu_host_root_view.cc', | 110 'controls/menu/menu_host_root_view.cc', |
110 'controls/menu/menu_host_root_view.h', | 111 'controls/menu/menu_host_root_view.h', |
111 'controls/menu/menu_item_view.cc', | 112 'controls/menu/menu_item_view.cc', |
112 'controls/menu/menu_item_view.h', | 113 'controls/menu/menu_item_view.h', |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 'include_dirs': [ | 729 'include_dirs': [ |
729 '<(DEPTH)/third_party/wtl/include', | 730 '<(DEPTH)/third_party/wtl/include', |
730 ], | 731 ], |
731 }], | 732 }], |
732 ], | 733 ], |
733 }, | 734 }, |
734 | 735 |
735 | 736 |
736 ], | 737 ], |
737 } | 738 } |
OLD | NEW |