| 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 'includes': [ | 10 'includes': [ |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 'keyboard_controller_proxy_stub.cc', | 133 'keyboard_controller_proxy_stub.cc', |
| 134 'keyboard_controller_proxy_stub.h', | 134 'keyboard_controller_proxy_stub.h', |
| 135 'keyboard_overlay/keyboard_overlay_delegate.cc', | 135 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 136 'keyboard_overlay/keyboard_overlay_delegate.h', | 136 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 137 'keyboard_overlay/keyboard_overlay_view.cc', | 137 'keyboard_overlay/keyboard_overlay_view.cc', |
| 138 'keyboard_overlay/keyboard_overlay_view.h', | 138 'keyboard_overlay/keyboard_overlay_view.h', |
| 139 'launcher/alternate_app_list_button.cc', | 139 'launcher/alternate_app_list_button.cc', |
| 140 'launcher/alternate_app_list_button.h', | 140 'launcher/alternate_app_list_button.h', |
| 141 'launcher/app_list_button.cc', | 141 'launcher/app_list_button.cc', |
| 142 'launcher/app_list_button.h', | 142 'launcher/app_list_button.h', |
| 143 'launcher/app_list_launcher_item_delegate.cc', |
| 144 'launcher/app_list_launcher_item_delegate.h', |
| 145 'launcher/ash_launcher_delegate.cc', |
| 146 'launcher/ash_launcher_delegate.h', |
| 143 'launcher/launcher.cc', | 147 'launcher/launcher.cc', |
| 144 'launcher/launcher.h', | 148 'launcher/launcher.h', |
| 145 'launcher/launcher_alignment_menu.cc', | 149 'launcher/launcher_alignment_menu.cc', |
| 146 'launcher/launcher_alignment_menu.h', | 150 'launcher/launcher_alignment_menu.h', |
| 147 'launcher/launcher_button.cc', | 151 'launcher/launcher_button.cc', |
| 148 'launcher/launcher_button.h', | 152 'launcher/launcher_button.h', |
| 153 'launcher/launcher_delegate.cc', |
| 149 'launcher/launcher_delegate.h', | 154 'launcher/launcher_delegate.h', |
| 155 'launcher/launcher_delegate_proxy.cc', |
| 156 'launcher/launcher_delegate_proxy.h', |
| 150 'launcher/launcher_icon_observer.h', | 157 'launcher/launcher_icon_observer.h', |
| 158 'launcher/launcher_item_delegate.h', |
| 151 'launcher/launcher_model.cc', | 159 'launcher/launcher_model.cc', |
| 152 'launcher/launcher_model.h', | 160 'launcher/launcher_model.h', |
| 153 'launcher/launcher_model_observer.h', | 161 'launcher/launcher_model_observer.h', |
| 154 'launcher/launcher_navigator.cc', | 162 'launcher/launcher_navigator.cc', |
| 155 'launcher/launcher_navigator.h', | 163 'launcher/launcher_navigator.h', |
| 156 'launcher/launcher_tooltip_manager.cc', | 164 'launcher/launcher_tooltip_manager.cc', |
| 157 'launcher/launcher_tooltip_manager.h', | 165 'launcher/launcher_tooltip_manager.h', |
| 158 'launcher/launcher_types.cc', | 166 'launcher/launcher_types.cc', |
| 159 'launcher/launcher_types.h', | 167 'launcher/launcher_types.h', |
| 160 'launcher/launcher_util.cc', | 168 'launcher/launcher_util.cc', |
| (...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 'shell/cocoa/app-Info.plist', | 927 'shell/cocoa/app-Info.plist', |
| 920 ], | 928 ], |
| 921 'xcode_settings': { | 929 'xcode_settings': { |
| 922 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 930 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 923 }, | 931 }, |
| 924 }], | 932 }], |
| 925 ], | 933 ], |
| 926 }, | 934 }, |
| 927 ], | 935 ], |
| 928 } | 936 } |
| OLD | NEW |