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 25 matching lines...) Expand all Loading... |
36 'ash_switches.cc', | 36 'ash_switches.cc', |
37 'ash_switches.h', | 37 'ash_switches.h', |
38 'ash_touch_exploration_manager_chromeos.cc', | 38 'ash_touch_exploration_manager_chromeos.cc', |
39 'ash_touch_exploration_manager_chromeos.h', | 39 'ash_touch_exploration_manager_chromeos.h', |
40 'audio/sounds.cc', | 40 'audio/sounds.cc', |
41 'audio/sounds.h', | 41 'audio/sounds.h', |
42 'autoclick/autoclick_controller.cc', | 42 'autoclick/autoclick_controller.cc', |
43 'autoclick/autoclick_controller.h', | 43 'autoclick/autoclick_controller.h', |
44 'cancel_mode.cc', | 44 'cancel_mode.cc', |
45 'cancel_mode.h', | 45 'cancel_mode.h', |
| 46 'cast_config_delegate.cc', |
| 47 'cast_config_delegate.h', |
46 'content/display/display_color_manager_chromeos.cc', | 48 'content/display/display_color_manager_chromeos.cc', |
47 'content/display/display_color_manager_chromeos.h', | 49 'content/display/display_color_manager_chromeos.h', |
48 'content/display/screen_orientation_controller_chromeos.cc', | 50 'content/display/screen_orientation_controller_chromeos.cc', |
49 'content/display/screen_orientation_controller_chromeos.h', | 51 'content/display/screen_orientation_controller_chromeos.h', |
50 'debug.cc', | 52 'debug.cc', |
51 'debug.h', | 53 'debug.h', |
52 'default_accessibility_delegate.cc', | 54 'default_accessibility_delegate.cc', |
53 'default_accessibility_delegate.h', | 55 'default_accessibility_delegate.h', |
54 'default_user_wallpaper_delegate.cc', | 56 'default_user_wallpaper_delegate.cc', |
55 'default_user_wallpaper_delegate.h', | 57 'default_user_wallpaper_delegate.h', |
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1326 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1328 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1327 ], | 1329 ], |
1328 } | 1330 } |
1329 ], | 1331 ], |
1330 ], | 1332 ], |
1331 }, | 1333 }, |
1332 ], | 1334 ], |
1333 }], | 1335 }], |
1334 ], | 1336 ], |
1335 } | 1337 } |
OLD | NEW |