| 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 'targets': [ | 10 'targets': [ |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'shelf/shelf_window_watcher.h', | 283 'shelf/shelf_window_watcher.h', |
| 284 'shelf/shelf_window_watcher_item_delegate.cc', | 284 'shelf/shelf_window_watcher_item_delegate.cc', |
| 285 'shelf/shelf_window_watcher_item_delegate.h', | 285 'shelf/shelf_window_watcher_item_delegate.h', |
| 286 'shell.cc', | 286 'shell.cc', |
| 287 'shell.h', | 287 'shell.h', |
| 288 'shell_delegate.h', | 288 'shell_delegate.h', |
| 289 'shell_factory.h', | 289 'shell_factory.h', |
| 290 'shell_init_params.cc', | 290 'shell_init_params.cc', |
| 291 'shell_init_params.h', | 291 'shell_init_params.h', |
| 292 'shell_window_ids.h', | 292 'shell_window_ids.h', |
| 293 'snap_to_pixel_layout_manager.cc', |
| 294 'snap_to_pixel_layout_manager.h', |
| 293 'sticky_keys/sticky_keys_state.h', | 295 'sticky_keys/sticky_keys_state.h', |
| 294 'sticky_keys/sticky_keys_controller.cc', | 296 'sticky_keys/sticky_keys_controller.cc', |
| 295 'sticky_keys/sticky_keys_controller.h', | 297 'sticky_keys/sticky_keys_controller.h', |
| 296 'sticky_keys/sticky_keys_overlay.cc', | 298 'sticky_keys/sticky_keys_overlay.cc', |
| 297 'sticky_keys/sticky_keys_overlay.h', | 299 'sticky_keys/sticky_keys_overlay.h', |
| 298 'switchable_windows.cc', | 300 'switchable_windows.cc', |
| 299 'switchable_windows.h', | 301 'switchable_windows.h', |
| 300 'system/audio/audio_observer.h', | 302 'system/audio/audio_observer.h', |
| 301 'system/audio/tray_audio.cc', | 303 'system/audio/tray_audio.cc', |
| 302 'system/audio/tray_audio.h', | 304 'system/audio/tray_audio.h', |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1222 'conditions': [ | 1224 'conditions': [ |
| 1223 ['chromeos==1', { | 1225 ['chromeos==1', { |
| 1224 'dependencies': [ | 1226 'dependencies': [ |
| 1225 '../ui/display/display.gyp:display', | 1227 '../ui/display/display.gyp:display', |
| 1226 ], | 1228 ], |
| 1227 }], | 1229 }], |
| 1228 ], | 1230 ], |
| 1229 }, | 1231 }, |
| 1230 ], | 1232 ], |
| 1231 } | 1233 } |
| OLD | NEW |