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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 | 10 |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'launcher/launcher_navigator.cc', | 104 'launcher/launcher_navigator.cc', |
105 'launcher/launcher_navigator.h', | 105 'launcher/launcher_navigator.h', |
106 'launcher/launcher_tooltip_manager.cc', | 106 'launcher/launcher_tooltip_manager.cc', |
107 'launcher/launcher_tooltip_manager.h', | 107 'launcher/launcher_tooltip_manager.h', |
108 'launcher/launcher_types.cc', | 108 'launcher/launcher_types.cc', |
109 'launcher/launcher_types.h', | 109 'launcher/launcher_types.h', |
110 'launcher/launcher_view.cc', | 110 'launcher/launcher_view.cc', |
111 'launcher/launcher_view.h', | 111 'launcher/launcher_view.h', |
112 'launcher/overflow_bubble.cc', | 112 'launcher/overflow_bubble.cc', |
113 'launcher/overflow_bubble.h', | 113 'launcher/overflow_bubble.h', |
| 114 'launcher/overflow_button.cc', |
| 115 'launcher/overflow_button.h', |
114 'launcher/tabbed_launcher_button.cc', | 116 'launcher/tabbed_launcher_button.cc', |
115 'launcher/tabbed_launcher_button.h', | 117 'launcher/tabbed_launcher_button.h', |
116 'magnifier/magnification_controller.cc', | 118 'magnifier/magnification_controller.cc', |
117 'magnifier/magnification_controller.h', | 119 'magnifier/magnification_controller.h', |
118 'keyboard_overlay/keyboard_overlay_delegate.cc', | 120 'keyboard_overlay/keyboard_overlay_delegate.cc', |
119 'keyboard_overlay/keyboard_overlay_delegate.h', | 121 'keyboard_overlay/keyboard_overlay_delegate.h', |
120 'keyboard_overlay/keyboard_overlay_view.cc', | 122 'keyboard_overlay/keyboard_overlay_view.cc', |
121 'keyboard_overlay/keyboard_overlay_view.h', | 123 'keyboard_overlay/keyboard_overlay_view.h', |
122 'root_window_controller.cc', | 124 'root_window_controller.cc', |
123 'root_window_controller.h', | 125 'root_window_controller.h', |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 'shell/cocoa/app-Info.plist', | 619 'shell/cocoa/app-Info.plist', |
618 ], | 620 ], |
619 'xcode_settings': { | 621 'xcode_settings': { |
620 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 622 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
621 }, | 623 }, |
622 }], | 624 }], |
623 ], | 625 ], |
624 }, | 626 }, |
625 ], | 627 ], |
626 } | 628 } |
OLD | NEW |