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

Side by Side Diff: chromeos/chromeos.gyp

Issue 500613003: Use standardized and extendable accelerometer update type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move accelerometer_types to ui/accelerometer Created 6 years, 3 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
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_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 10 matching lines...) Expand all
21 '../build/linux/system.gyp:ssl', 21 '../build/linux/system.gyp:ssl',
22 '../components/components.gyp:cloud_policy_proto', 22 '../components/components.gyp:cloud_policy_proto',
23 '../components/components.gyp:onc_component', 23 '../components/components.gyp:onc_component',
24 '../crypto/crypto.gyp:crypto', 24 '../crypto/crypto.gyp:crypto',
25 '../dbus/dbus.gyp:dbus', 25 '../dbus/dbus.gyp:dbus',
26 '../google_apis/google_apis.gyp:google_apis', 26 '../google_apis/google_apis.gyp:google_apis',
27 '../net/net.gyp:net', 27 '../net/net.gyp:net',
28 '../third_party/icu/icu.gyp:icui18n', 28 '../third_party/icu/icu.gyp:icui18n',
29 '../third_party/libxml/libxml.gyp:libxml', 29 '../third_party/libxml/libxml.gyp:libxml',
30 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 30 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
31 '../ui/gfx/gfx.gyp:gfx_geometry', 31 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer',
sky 2014/08/29 02:15:27 Is no one using this dependency anymore?
flackr 2014/08/29 03:09:52 Nope, it was added to use gfx::Vector3dF. I've che
32 '../url/url.gyp:url_lib', 32 '../url/url.gyp:url_lib',
33 'cryptohome_proto', 33 'cryptohome_proto',
34 'ime/input_method.gyp:gencode', 34 'ime/input_method.gyp:gencode',
35 'power_manager_proto', 35 'power_manager_proto',
36 ], 36 ],
37 'defines': [ 37 'defines': [
38 'CHROMEOS_IMPLEMENTATION', 38 'CHROMEOS_IMPLEMENTATION',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 'accelerometer/accelerometer_reader.cc', 41 'accelerometer/accelerometer_reader.cc',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 ], 657 ],
658 'variables': { 658 'variables': {
659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
660 'proto_out_dir': 'chromeos/cryptohome', 660 'proto_out_dir': 'chromeos/cryptohome',
661 }, 661 },
662 'includes': ['../build/protoc.gypi'], 662 'includes': ['../build/protoc.gypi'],
663 }, 663 },
664 664
665 ], 665 ],
666 } 666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698