Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: ash/ash.gyp

Issue 680383007: DeviceOrientation API on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 15 matching lines...) Expand all
26 'accelerators/key_hold_detector.h', 26 'accelerators/key_hold_detector.h',
27 'accelerators/focus_manager_factory.cc', 27 'accelerators/focus_manager_factory.cc',
28 'accelerators/focus_manager_factory.h', 28 'accelerators/focus_manager_factory.h',
29 'accelerators/magnifier_key_scroller.cc', 29 'accelerators/magnifier_key_scroller.cc',
30 'accelerators/magnifier_key_scroller.h', 30 'accelerators/magnifier_key_scroller.h',
31 'accelerators/spoken_feedback_toggler.cc', 31 'accelerators/spoken_feedback_toggler.cc',
32 'accelerators/spoken_feedback_toggler.h', 32 'accelerators/spoken_feedback_toggler.h',
33 'accelerometer/accelerometer_controller.cc', 33 'accelerometer/accelerometer_controller.cc',
34 'accelerometer/accelerometer_controller.h', 34 'accelerometer/accelerometer_controller.h',
35 'accelerometer/accelerometer_observer.h', 35 'accelerometer/accelerometer_observer.h',
36 'accelerometer/sensor_manager_delegate.cc',
37 'accelerometer/sensor_manager_delegate.h',
36 'accessibility_delegate.h', 38 'accessibility_delegate.h',
37 'audio/sounds.cc', 39 'audio/sounds.cc',
38 'audio/sounds.h', 40 'audio/sounds.h',
39 'autoclick/autoclick_controller.cc', 41 'autoclick/autoclick_controller.cc',
40 'autoclick/autoclick_controller.h', 42 'autoclick/autoclick_controller.h',
41 'ash_constants.cc', 43 'ash_constants.cc',
42 'ash_constants.h', 44 'ash_constants.h',
43 'ash_export.h', 45 'ash_export.h',
44 'ash_switches.cc', 46 'ash_switches.cc',
45 'ash_switches.h', 47 'ash_switches.h',
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 '../build/isolate.gypi', 1296 '../build/isolate.gypi',
1295 ], 1297 ],
1296 'sources': [ 1298 'sources': [
1297 'ash_unittests.isolate', 1299 'ash_unittests.isolate',
1298 ], 1300 ],
1299 }, 1301 },
1300 ], 1302 ],
1301 }], 1303 }],
1302 ], 1304 ],
1303 } 1305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698