| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'ash_touch_exploration_manager_chromeos.cc', | 42 'ash_touch_exploration_manager_chromeos.cc', |
| 43 'ash_touch_exploration_manager_chromeos.h', | 43 'ash_touch_exploration_manager_chromeos.h', |
| 44 'audio/sounds.cc', | 44 'audio/sounds.cc', |
| 45 'audio/sounds.h', | 45 'audio/sounds.h', |
| 46 'autoclick/autoclick_controller.cc', | 46 'autoclick/autoclick_controller.cc', |
| 47 'autoclick/autoclick_controller.h', | 47 'autoclick/autoclick_controller.h', |
| 48 'cancel_mode.cc', | 48 'cancel_mode.cc', |
| 49 'cancel_mode.h', | 49 'cancel_mode.h', |
| 50 'cast_config_delegate.cc', | 50 'cast_config_delegate.cc', |
| 51 'cast_config_delegate.h', | 51 'cast_config_delegate.h', |
| 52 'container_delegate.h', |
| 53 'container_delegate_aura.cc', |
| 54 'container_delegate_aura.h', |
| 52 'debug.cc', | 55 'debug.cc', |
| 53 'debug.h', | 56 'debug.h', |
| 54 'default_accessibility_delegate.cc', | 57 'default_accessibility_delegate.cc', |
| 55 'default_accessibility_delegate.h', | 58 'default_accessibility_delegate.h', |
| 56 'default_user_wallpaper_delegate.cc', | 59 'default_user_wallpaper_delegate.cc', |
| 57 'default_user_wallpaper_delegate.h', | 60 'default_user_wallpaper_delegate.h', |
| 58 'desktop_background/desktop_background_controller.cc', | 61 'desktop_background/desktop_background_controller.cc', |
| 59 'desktop_background/desktop_background_controller.h', | 62 'desktop_background/desktop_background_controller.h', |
| 60 'desktop_background/desktop_background_controller_observer.h', | 63 'desktop_background/desktop_background_controller_observer.h', |
| 61 'desktop_background/desktop_background_view.cc', | 64 'desktop_background/desktop_background_view.cc', |
| (...skipping 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1346 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1349 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1347 ], | 1350 ], |
| 1348 } | 1351 } |
| 1349 ], | 1352 ], |
| 1350 ], | 1353 ], |
| 1351 }, | 1354 }, |
| 1352 ], | 1355 ], |
| 1353 }], | 1356 }], |
| 1354 ], | 1357 ], |
| 1355 } | 1358 } |
| OLD | NEW |