| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 'common/wm/workspace/workspace_window_resizer.h', | 350 'common/wm/workspace/workspace_window_resizer.h', |
| 351 'common/wm_activation_observer.h', | 351 'common/wm_activation_observer.h', |
| 352 'common/wm_display_observer.h', | 352 'common/wm_display_observer.h', |
| 353 'common/wm_layout_manager.h', | 353 'common/wm_layout_manager.h', |
| 354 'common/wm_lookup.cc', | 354 'common/wm_lookup.cc', |
| 355 'common/wm_lookup.h', | 355 'common/wm_lookup.h', |
| 356 'common/wm_root_window_controller.h', | 356 'common/wm_root_window_controller.h', |
| 357 'common/wm_root_window_controller_observer.h', | 357 'common/wm_root_window_controller_observer.h', |
| 358 'common/wm_shell.cc', | 358 'common/wm_shell.cc', |
| 359 'common/wm_shell.h', | 359 'common/wm_shell.h', |
| 360 'common/wm_shell_common.cc', | |
| 361 'common/wm_shell_common.h', | |
| 362 'common/wm_window.h', | 360 'common/wm_window.h', |
| 363 'common/wm_window_observer.h', | 361 'common/wm_window_observer.h', |
| 364 'common/wm_window_property.h', | 362 'common/wm_window_property.h', |
| 365 'common/wm_window_tracker.h', | 363 'common/wm_window_tracker.h', |
| 366 'debug.cc', | 364 'debug.cc', |
| 367 'debug.h', | 365 'debug.h', |
| 368 'default_user_wallpaper_delegate.cc', | 366 'default_user_wallpaper_delegate.cc', |
| 369 'default_user_wallpaper_delegate.h', | 367 'default_user_wallpaper_delegate.h', |
| 370 'desktop_background/desktop_background_controller.cc', | 368 'desktop_background/desktop_background_controller.cc', |
| 371 'desktop_background/desktop_background_controller.h', | 369 'desktop_background/desktop_background_controller.h', |
| (...skipping 1080 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 |