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

Side by Side Diff: chromeos/chromeos.gyp

Issue 200643005: Read and expose accelerometer values from cros-ec-accel trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 6 years, 8 months 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 | Annotate | Revision Log
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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'audio/audio_pref_observer.h', 43 'audio/audio_pref_observer.h',
44 'audio/cras_audio_handler.cc', 44 'audio/cras_audio_handler.cc',
45 'audio/cras_audio_handler.h', 45 'audio/cras_audio_handler.h',
46 'audio/audio_devices_pref_handler_stub.cc', 46 'audio/audio_devices_pref_handler_stub.cc',
47 'audio/audio_devices_pref_handler_stub.h', 47 'audio/audio_devices_pref_handler_stub.h',
48 'audio/chromeos_sounds.h', 48 'audio/chromeos_sounds.h',
49 'attestation/attestation_constants.cc', 49 'attestation/attestation_constants.cc',
50 'attestation/attestation_constants.h', 50 'attestation/attestation_constants.h',
51 'attestation/attestation_flow.cc', 51 'attestation/attestation_flow.cc',
52 'attestation/attestation_flow.h', 52 'attestation/attestation_flow.h',
53 'accelerometer/accelerometer_reader.cc',
54 'accelerometer/accelerometer_reader.h',
53 'cert_loader.cc', 55 'cert_loader.cc',
54 'cert_loader.h', 56 'cert_loader.h',
55 'chromeos_constants.cc', 57 'chromeos_constants.cc',
56 'chromeos_constants.h', 58 'chromeos_constants.h',
57 'chromeos_export.h', 59 'chromeos_export.h',
58 'chromeos_paths.cc', 60 'chromeos_paths.cc',
59 'chromeos_paths.h', 61 'chromeos_paths.h',
60 'chromeos_switches.cc', 62 'chromeos_switches.cc',
61 'chromeos_switches.h', 63 'chromeos_switches.h',
62 'cryptohome/cryptohome_parameters.cc', 64 'cryptohome/cryptohome_parameters.cc',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 ], 570 ],
569 'variables': { 571 'variables': {
570 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 572 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
571 'proto_out_dir': 'chromeos/cryptohome', 573 'proto_out_dir': 'chromeos/cryptohome',
572 }, 574 },
573 'includes': ['../build/protoc.gypi'], 575 'includes': ['../build/protoc.gypi'],
574 }, 576 },
575 577
576 ], 578 ],
577 } 579 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698