| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'common/wm/workspace/workspace_window_resizer.h', | 365 'common/wm/workspace/workspace_window_resizer.h', |
| 366 'common/wm_activation_observer.h', | 366 'common/wm_activation_observer.h', |
| 367 'common/wm_display_observer.h', | 367 'common/wm_display_observer.h', |
| 368 'common/wm_layout_manager.h', | 368 'common/wm_layout_manager.h', |
| 369 'common/wm_lookup.cc', | 369 'common/wm_lookup.cc', |
| 370 'common/wm_lookup.h', | 370 'common/wm_lookup.h', |
| 371 'common/wm_root_window_controller.h', | 371 'common/wm_root_window_controller.h', |
| 372 'common/wm_root_window_controller_observer.h', | 372 'common/wm_root_window_controller_observer.h', |
| 373 'common/wm_shell.cc', | 373 'common/wm_shell.cc', |
| 374 'common/wm_shell.h', | 374 'common/wm_shell.h', |
| 375 'common/wm_shell_common.cc', | |
| 376 'common/wm_shell_common.h', | |
| 377 'common/wm_window.h', | 375 'common/wm_window.h', |
| 378 'common/wm_window_observer.h', | 376 'common/wm_window_observer.h', |
| 379 'common/wm_window_property.h', | 377 'common/wm_window_property.h', |
| 380 'common/wm_window_tracker.h', | 378 'common/wm_window_tracker.h', |
| 381 'debug.cc', | 379 'debug.cc', |
| 382 'debug.h', | 380 'debug.h', |
| 383 'default_user_wallpaper_delegate.cc', | 381 'default_user_wallpaper_delegate.cc', |
| 384 'default_user_wallpaper_delegate.h', | 382 'default_user_wallpaper_delegate.h', |
| 385 'desktop_background/desktop_background_controller.cc', | 383 'desktop_background/desktop_background_controller.cc', |
| 386 'desktop_background/desktop_background_controller.h', | 384 'desktop_background/desktop_background_controller.h', |
| (...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1453 ], | 1451 ], |
| 1454 } | 1452 } |
| 1455 ], | 1453 ], |
| 1456 ], | 1454 ], |
| 1457 }, | 1455 }, |
| 1458 ], | 1456 ], |
| 1459 }], | 1457 }], |
| 1460 ], | 1458 ], |
| 1461 } | 1459 } |
| OLD | NEW |