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 29 matching lines...) Expand all Loading... |
40 'autoclick/autoclick_controller.h', | 40 'autoclick/autoclick_controller.h', |
41 'ash_constants.cc', | 41 'ash_constants.cc', |
42 'ash_constants.h', | 42 'ash_constants.h', |
43 'ash_export.h', | 43 'ash_export.h', |
44 'ash_switches.cc', | 44 'ash_switches.cc', |
45 'ash_switches.h', | 45 'ash_switches.h', |
46 'ash_touch_exploration_manager_chromeos.cc', | 46 'ash_touch_exploration_manager_chromeos.cc', |
47 'ash_touch_exploration_manager_chromeos.h', | 47 'ash_touch_exploration_manager_chromeos.h', |
48 'cancel_mode.cc', | 48 'cancel_mode.cc', |
49 'cancel_mode.h', | 49 'cancel_mode.h', |
| 50 'content/accelerometer/sensor_manager_delegate_chromeos.cc', |
| 51 'content/accelerometer/sensor_manager_delegate_chromeos.h', |
50 'content/display/screen_orientation_delegate_chromeos.cc', | 52 'content/display/screen_orientation_delegate_chromeos.cc', |
51 'content/display/screen_orientation_delegate_chromeos.h', | 53 'content/display/screen_orientation_delegate_chromeos.h', |
52 'debug.cc', | 54 'debug.cc', |
53 'debug.h', | 55 'debug.h', |
54 'default_accessibility_delegate.cc', | 56 'default_accessibility_delegate.cc', |
55 'default_accessibility_delegate.h', | 57 'default_accessibility_delegate.h', |
56 'default_user_wallpaper_delegate.cc', | 58 'default_user_wallpaper_delegate.cc', |
57 'default_user_wallpaper_delegate.h', | 59 'default_user_wallpaper_delegate.h', |
58 'desktop_background/desktop_background_controller.cc', | 60 'desktop_background/desktop_background_controller.cc', |
59 'desktop_background/desktop_background_controller.h', | 61 'desktop_background/desktop_background_controller.h', |
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1298 '../build/isolate.gypi', | 1300 '../build/isolate.gypi', |
1299 ], | 1301 ], |
1300 'sources': [ | 1302 'sources': [ |
1301 'ash_unittests.isolate', | 1303 'ash_unittests.isolate', |
1302 ], | 1304 ], |
1303 }, | 1305 }, |
1304 ], | 1306 ], |
1305 }], | 1307 }], |
1306 ], | 1308 ], |
1307 } | 1309 } |
OLD | NEW |