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

Side by Side Diff: ash/ash.gyp

Issue 795333002: Refactor AccelerometerReader to provide an Observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 12 matching lines...) Expand all
23 'accelerators/exit_warning_handler.cc', 23 'accelerators/exit_warning_handler.cc',
24 'accelerators/exit_warning_handler.h', 24 'accelerators/exit_warning_handler.h',
25 'accelerators/key_hold_detector.cc', 25 'accelerators/key_hold_detector.cc',
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',
34 'accelerometer/accelerometer_controller.h',
35 'accelerometer/accelerometer_observer.h',
36 'accessibility_delegate.h', 33 'accessibility_delegate.h',
37 'audio/sounds.cc', 34 'audio/sounds.cc',
38 'audio/sounds.h', 35 'audio/sounds.h',
39 'autoclick/autoclick_controller.cc', 36 'autoclick/autoclick_controller.cc',
40 'autoclick/autoclick_controller.h', 37 'autoclick/autoclick_controller.h',
41 'ash_constants.cc', 38 'ash_constants.cc',
42 'ash_constants.h', 39 'ash_constants.h',
43 'ash_export.h', 40 'ash_export.h',
44 'ash_switches.cc', 41 'ash_switches.cc',
45 'ash_switches.h', 42 'ash_switches.h',
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 '../build/isolate.gypi', 1296 '../build/isolate.gypi',
1300 ], 1297 ],
1301 'sources': [ 1298 'sources': [
1302 'ash_unittests.isolate', 1299 'ash_unittests.isolate',
1303 ], 1300 ],
1304 }, 1301 },
1305 ], 1302 ],
1306 }], 1303 }],
1307 ], 1304 ],
1308 } 1305 }
OLDNEW
« no previous file with comments | « ash/accelerometer/accelerometer_observer.h ('k') | ash/shell.h » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698