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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'shelf/shelf_widget.h', | 238 'shelf/shelf_widget.h', |
239 'shelf/shelf_window_watcher.cc', | 239 'shelf/shelf_window_watcher.cc', |
240 'shelf/shelf_window_watcher.h', | 240 'shelf/shelf_window_watcher.h', |
241 'shelf/shelf_window_watcher_item_delegate.cc', | 241 'shelf/shelf_window_watcher_item_delegate.cc', |
242 'shelf/shelf_window_watcher_item_delegate.h', | 242 'shelf/shelf_window_watcher_item_delegate.h', |
243 'shell.cc', | 243 'shell.cc', |
244 'shell.h', | 244 'shell.h', |
245 'shell_delegate.h', | 245 'shell_delegate.h', |
246 'shell_factory.h', | 246 'shell_factory.h', |
247 'shell_window_ids.h', | 247 'shell_window_ids.h', |
| 248 'sticky_keys/sticky_keys_constants.h', |
248 'sticky_keys/sticky_keys_controller.cc', | 249 'sticky_keys/sticky_keys_controller.cc', |
249 'sticky_keys/sticky_keys_controller.h', | 250 'sticky_keys/sticky_keys_controller.h', |
| 251 'sticky_keys/sticky_keys_overlay.cc', |
| 252 'sticky_keys/sticky_keys_overlay.h', |
250 'system/bluetooth/bluetooth_observer.h', | 253 'system/bluetooth/bluetooth_observer.h', |
251 'system/bluetooth/tray_bluetooth.cc', | 254 'system/bluetooth/tray_bluetooth.cc', |
252 'system/bluetooth/tray_bluetooth.h', | 255 'system/bluetooth/tray_bluetooth.h', |
253 'system/brightness_control_delegate.h', | 256 'system/brightness_control_delegate.h', |
254 'system/chromeos/audio/tray_audio.cc', | 257 'system/chromeos/audio/tray_audio.cc', |
255 'system/chromeos/audio/tray_audio.h', | 258 'system/chromeos/audio/tray_audio.h', |
256 'system/chromeos/enterprise/enterprise_domain_observer.h', | 259 'system/chromeos/enterprise/enterprise_domain_observer.h', |
257 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 260 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
258 'system/chromeos/brightness/brightness_controller_chromeos.h', | 261 'system/chromeos/brightness/brightness_controller_chromeos.h', |
259 'system/chromeos/brightness/tray_brightness.cc', | 262 'system/chromeos/brightness/tray_brightness.cc', |
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1012 }, | 1015 }, |
1013 }, | 1016 }, |
1014 'dependencies': [ | 1017 'dependencies': [ |
1015 '../sandbox/sandbox.gyp:sandbox', | 1018 '../sandbox/sandbox.gyp:sandbox', |
1016 ], | 1019 ], |
1017 }], | 1020 }], |
1018 ], | 1021 ], |
1019 }, | 1022 }, |
1020 ], | 1023 ], |
1021 } | 1024 } |
OLD | NEW |