| 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 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'accelerometer/accelerometer_observer.h', | 75 'accelerometer/accelerometer_observer.h', |
| 76 'accessibility_delegate.h', | 76 'accessibility_delegate.h', |
| 77 'audio/sounds.cc', | 77 'audio/sounds.cc', |
| 78 'audio/sounds.h', | 78 'audio/sounds.h', |
| 79 'autoclick/autoclick_controller.cc', | 79 'autoclick/autoclick_controller.cc', |
| 80 'autoclick/autoclick_controller.h', | 80 'autoclick/autoclick_controller.h', |
| 81 'ash_constants.cc', | 81 'ash_constants.cc', |
| 82 'ash_constants.h', | 82 'ash_constants.h', |
| 83 'ash_switches.cc', | 83 'ash_switches.cc', |
| 84 'ash_switches.h', | 84 'ash_switches.h', |
| 85 'ash_touch_exploration_manager_chromeos.cc', |
| 86 'ash_touch_exploration_manager_chromeos.h', |
| 85 'cancel_mode.cc', | 87 'cancel_mode.cc', |
| 86 'cancel_mode.h', | 88 'cancel_mode.h', |
| 87 'debug.cc', | 89 'debug.cc', |
| 88 'debug.h', | 90 'debug.h', |
| 89 'default_accessibility_delegate.cc', | 91 'default_accessibility_delegate.cc', |
| 90 'default_accessibility_delegate.h', | 92 'default_accessibility_delegate.h', |
| 91 'default_user_wallpaper_delegate.cc', | 93 'default_user_wallpaper_delegate.cc', |
| 92 'default_user_wallpaper_delegate.h', | 94 'default_user_wallpaper_delegate.h', |
| 93 'desktop_background/desktop_background_controller.cc', | 95 'desktop_background/desktop_background_controller.cc', |
| 94 'desktop_background/desktop_background_controller.h', | 96 'desktop_background/desktop_background_controller.h', |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1219 'conditions': [ | 1221 'conditions': [ |
| 1220 ['chromeos==1', { | 1222 ['chromeos==1', { |
| 1221 'dependencies': [ | 1223 'dependencies': [ |
| 1222 '../ui/display/display.gyp:display', | 1224 '../ui/display/display.gyp:display', |
| 1223 ], | 1225 ], |
| 1224 }], | 1226 }], |
| 1225 ], | 1227 ], |
| 1226 }, | 1228 }, |
| 1227 ], | 1229 ], |
| 1228 } | 1230 } |
| OLD | NEW |