| 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 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
| 10 'ash_sources': [ | 10 'ash_sources': [ |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'shelf/shelf_window_watcher.h', | 242 'shelf/shelf_window_watcher.h', |
| 243 'shelf/shelf_window_watcher_item_delegate.cc', | 243 'shelf/shelf_window_watcher_item_delegate.cc', |
| 244 'shelf/shelf_window_watcher_item_delegate.h', | 244 'shelf/shelf_window_watcher_item_delegate.h', |
| 245 'shell.cc', | 245 'shell.cc', |
| 246 'shell.h', | 246 'shell.h', |
| 247 'shell_delegate.h', | 247 'shell_delegate.h', |
| 248 'shell_factory.h', | 248 'shell_factory.h', |
| 249 'shell_init_params.cc', | 249 'shell_init_params.cc', |
| 250 'shell_init_params.h', | 250 'shell_init_params.h', |
| 251 'shell_window_ids.h', | 251 'shell_window_ids.h', |
| 252 'snap_to_pixel_layout_manager.cc', |
| 253 'snap_to_pixel_layout_manager.h', |
| 252 'sticky_keys/sticky_keys_state.h', | 254 'sticky_keys/sticky_keys_state.h', |
| 253 'sticky_keys/sticky_keys_controller.cc', | 255 'sticky_keys/sticky_keys_controller.cc', |
| 254 'sticky_keys/sticky_keys_controller.h', | 256 'sticky_keys/sticky_keys_controller.h', |
| 255 'sticky_keys/sticky_keys_overlay.cc', | 257 'sticky_keys/sticky_keys_overlay.cc', |
| 256 'sticky_keys/sticky_keys_overlay.h', | 258 'sticky_keys/sticky_keys_overlay.h', |
| 257 'switchable_windows.cc', | 259 'switchable_windows.cc', |
| 258 'switchable_windows.h', | 260 'switchable_windows.h', |
| 259 'system/audio/audio_observer.h', | 261 'system/audio/audio_observer.h', |
| 260 'system/audio/tray_audio.cc', | 262 'system/audio/tray_audio.cc', |
| 261 'system/audio/tray_audio.h', | 263 'system/audio/tray_audio.h', |
| (...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1244 'conditions': [ | 1246 'conditions': [ |
| 1245 ['chromeos==1', { | 1247 ['chromeos==1', { |
| 1246 'dependencies': [ | 1248 'dependencies': [ |
| 1247 '../ui/display/display.gyp:display', | 1249 '../ui/display/display.gyp:display', |
| 1248 ], | 1250 ], |
| 1249 }], | 1251 }], |
| 1250 ], | 1252 ], |
| 1251 }, | 1253 }, |
| 1252 ], | 1254 ], |
| 1253 } | 1255 } |
| OLD | NEW |