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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
10 'ash_sources': [ | 10 'ash_sources': [ |
(...skipping 26 matching lines...) Expand all Loading... |
37 'autoclick/autoclick_controller.h', | 37 'autoclick/autoclick_controller.h', |
38 'ash_constants.cc', | 38 'ash_constants.cc', |
39 'ash_constants.h', | 39 'ash_constants.h', |
40 'ash_export.h', | 40 'ash_export.h', |
41 'ash_switches.cc', | 41 'ash_switches.cc', |
42 'ash_switches.h', | 42 'ash_switches.h', |
43 'ash_touch_exploration_manager_chromeos.cc', | 43 'ash_touch_exploration_manager_chromeos.cc', |
44 'ash_touch_exploration_manager_chromeos.h', | 44 'ash_touch_exploration_manager_chromeos.h', |
45 'cancel_mode.cc', | 45 'cancel_mode.cc', |
46 'cancel_mode.h', | 46 'cancel_mode.h', |
| 47 'content/accelerometer/sensor_manager_delegate_chromeos.cc', |
| 48 'content/accelerometer/sensor_manager_delegate_chromeos.h', |
47 'content/display/screen_orientation_controller_chromeos.cc', | 49 'content/display/screen_orientation_controller_chromeos.cc', |
48 'content/display/screen_orientation_controller_chromeos.h', | 50 'content/display/screen_orientation_controller_chromeos.h', |
49 'debug.cc', | 51 'debug.cc', |
50 'debug.h', | 52 'debug.h', |
51 'default_accessibility_delegate.cc', | 53 'default_accessibility_delegate.cc', |
52 'default_accessibility_delegate.h', | 54 'default_accessibility_delegate.h', |
53 'default_user_wallpaper_delegate.cc', | 55 'default_user_wallpaper_delegate.cc', |
54 'default_user_wallpaper_delegate.h', | 56 'default_user_wallpaper_delegate.h', |
55 'desktop_background/desktop_background_controller.cc', | 57 'desktop_background/desktop_background_controller.cc', |
56 'desktop_background/desktop_background_controller.h', | 58 'desktop_background/desktop_background_controller.h', |
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1278 '../build/isolate.gypi', | 1280 '../build/isolate.gypi', |
1279 ], | 1281 ], |
1280 'sources': [ | 1282 'sources': [ |
1281 'ash_unittests.isolate', | 1283 'ash_unittests.isolate', |
1282 ], | 1284 ], |
1283 }, | 1285 }, |
1284 ], | 1286 ], |
1285 }], | 1287 }], |
1286 ], | 1288 ], |
1287 } | 1289 } |
OLD | NEW |