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

Unified Diff: chromeos/chromeos.gyp

Issue 236153002: Merge 261317 "Read and expose accelerometer values from cros-ec-..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/accelerometer/accelerometer_reader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
===================================================================
--- chromeos/chromeos.gyp (revision 263397)
+++ chromeos/chromeos.gyp (working copy)
@@ -26,6 +26,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',
@@ -35,6 +36,8 @@
'CHROMEOS_IMPLEMENTATION',
],
'sources': [
+ 'accelerometer/accelerometer_reader.cc',
+ 'accelerometer/accelerometer_reader.h',
'app_mode/kiosk_oem_manifest_parser.cc',
'app_mode/kiosk_oem_manifest_parser.h',
'audio/audio_device.cc',
« no previous file with comments | « chromeos/accelerometer/accelerometer_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698