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

Unified 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: Don't bind to AccelerometerReader, post to standalone function with scoped_refptr to data structure. Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index f464994a5bf95641d4c7ceca6c75bb09eb5b1533..a2f316dd0b067334899a206e1fa4749822437533 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -25,6 +25,7 @@
'../net/net.gyp:net',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/libxml/libxml.gyp:libxml',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../url/url.gyp:url_lib',
'cryptohome_proto',
'ime/input_method.gyp:gencode',
@@ -49,6 +50,8 @@
'attestation/attestation_constants.h',
'attestation/attestation_flow.cc',
'attestation/attestation_flow.h',
+ 'accelerometer/accelerometer_reader.cc',
Daniel Erat 2014/04/02 20:22:57 nit: fix alphabetization
flackr 2014/04/02 20:36:30 Done.
+ 'accelerometer/accelerometer_reader.h',
'cert_loader.cc',
'cert_loader.h',
'chromeos_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698