| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'common/wm_root_window_controller.h', | 268 'common/wm_root_window_controller.h', |
| 269 'common/wm_root_window_controller_observer.h', | 269 'common/wm_root_window_controller_observer.h', |
| 270 'common/wm_shell.cc', | 270 'common/wm_shell.cc', |
| 271 'common/wm_shell.h', | 271 'common/wm_shell.h', |
| 272 'common/wm_shell_common.cc', | 272 'common/wm_shell_common.cc', |
| 273 'common/wm_shell_common.h', | 273 'common/wm_shell_common.h', |
| 274 'common/wm_window.h', | 274 'common/wm_window.h', |
| 275 'common/wm_window_observer.h', | 275 'common/wm_window_observer.h', |
| 276 'common/wm_window_property.h', | 276 'common/wm_window_property.h', |
| 277 'common/wm_window_tracker.h', | 277 'common/wm_window_tracker.h', |
| 278 'container_delegate.h', | |
| 279 'container_delegate_aura.cc', | |
| 280 'container_delegate_aura.h', | |
| 281 'debug.cc', | 278 'debug.cc', |
| 282 'debug.h', | 279 'debug.h', |
| 283 'default_user_wallpaper_delegate.cc', | 280 'default_user_wallpaper_delegate.cc', |
| 284 'default_user_wallpaper_delegate.h', | 281 'default_user_wallpaper_delegate.h', |
| 285 'desktop_background/desktop_background_controller.cc', | 282 'desktop_background/desktop_background_controller.cc', |
| 286 'desktop_background/desktop_background_controller.h', | 283 'desktop_background/desktop_background_controller.h', |
| 287 'desktop_background/desktop_background_controller_observer.h', | 284 'desktop_background/desktop_background_controller_observer.h', |
| 288 'desktop_background/desktop_background_view.cc', | 285 'desktop_background/desktop_background_view.cc', |
| 289 'desktop_background/desktop_background_view.h', | 286 'desktop_background/desktop_background_view.h', |
| 290 'desktop_background/desktop_background_widget_controller.cc', | 287 'desktop_background/desktop_background_widget_controller.cc', |
| (...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1456 ], | 1453 ], |
| 1457 } | 1454 } |
| 1458 ], | 1455 ], |
| 1459 ], | 1456 ], |
| 1460 }, | 1457 }, |
| 1461 ], | 1458 ], |
| 1462 }], | 1459 }], |
| 1463 ], | 1460 ], |
| 1464 } | 1461 } |
| OLD | NEW |