| 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/app_list_launcher_item_delegate.cc', | 139 'launcher/app_list_launcher_item_delegate.cc', |
| 140 'launcher/app_list_launcher_item_delegate.h', | 140 'launcher/app_list_launcher_item_delegate.h', |
| 141 'launcher/launcher.cc', | 141 'launcher/launcher.cc', |
| 142 'launcher/launcher.h', | 142 'launcher/launcher.h', |
| 143 'launcher/launcher_alignment_menu.cc', | |
| 144 'launcher/launcher_alignment_menu.h', | |
| 145 'launcher/launcher_button.cc', | 143 'launcher/launcher_button.cc', |
| 146 'launcher/launcher_button.h', | 144 'launcher/launcher_button.h', |
| 147 'launcher/launcher_delegate.h', | 145 'launcher/launcher_delegate.h', |
| 148 'launcher/launcher_item_delegate_manager.cc', | 146 'launcher/launcher_item_delegate_manager.cc', |
| 149 'launcher/launcher_item_delegate_manager.h', | 147 'launcher/launcher_item_delegate_manager.h', |
| 150 'launcher/launcher_icon_observer.h', | 148 'launcher/launcher_icon_observer.h', |
| 151 'launcher/launcher_item_delegate.h', | 149 'launcher/launcher_item_delegate.h', |
| 152 'launcher/launcher_model.cc', | 150 'launcher/launcher_model.cc', |
| 153 'launcher/launcher_model.h', | 151 'launcher/launcher_model.h', |
| 154 'launcher/launcher_model_observer.h', | 152 'launcher/launcher_model_observer.h', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'shelf/alternate_app_list_button.h', | 186 'shelf/alternate_app_list_button.h', |
| 189 'shelf/app_list_button.cc', | 187 'shelf/app_list_button.cc', |
| 190 'shelf/app_list_button.h', | 188 'shelf/app_list_button.h', |
| 191 'shelf/background_animator.cc', | 189 'shelf/background_animator.cc', |
| 192 'shelf/background_animator.h', | 190 'shelf/background_animator.h', |
| 193 'shelf/overflow_bubble.cc', | 191 'shelf/overflow_bubble.cc', |
| 194 'shelf/overflow_bubble.h', | 192 'shelf/overflow_bubble.h', |
| 195 'shelf/overflow_button.cc', | 193 'shelf/overflow_button.cc', |
| 196 'shelf/overflow_button.h', | 194 'shelf/overflow_button.h', |
| 197 'shelf/scoped_observer_with_duplicated_sources.h', | 195 'shelf/scoped_observer_with_duplicated_sources.h', |
| 196 'shelf/shelf_alignment_menu.cc', |
| 197 'shelf/shelf_alignment_menu.h', |
| 198 'shelf/shelf_bezel_event_filter.cc', | 198 'shelf/shelf_bezel_event_filter.cc', |
| 199 'shelf/shelf_bezel_event_filter.h', | 199 'shelf/shelf_bezel_event_filter.h', |
| 200 'shelf/shelf_layout_manager.cc', | 200 'shelf/shelf_layout_manager.cc', |
| 201 'shelf/shelf_layout_manager.h', | 201 'shelf/shelf_layout_manager.h', |
| 202 'shelf/shelf_layout_manager_observer.h', | 202 'shelf/shelf_layout_manager_observer.h', |
| 203 'shelf/shelf_types.h', | 203 'shelf/shelf_types.h', |
| 204 'shelf/shelf_widget.cc', | 204 'shelf/shelf_widget.cc', |
| 205 'shelf/shelf_widget.h', | 205 'shelf/shelf_widget.h', |
| 206 'shell.cc', | 206 'shell.cc', |
| 207 'shell.h', | 207 'shell.h', |
| (...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 'shell/cocoa/app-Info.plist', | 929 'shell/cocoa/app-Info.plist', |
| 930 ], | 930 ], |
| 931 'xcode_settings': { | 931 'xcode_settings': { |
| 932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 933 }, | 933 }, |
| 934 }], | 934 }], |
| 935 ], | 935 ], |
| 936 }, | 936 }, |
| 937 ], | 937 ], |
| 938 } | 938 } |
| OLD | NEW |