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

Side by Side Diff: content/content_renderer.gypi

Issue 10827415: Chromium-side implementation of DeviceMotion. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test should set the kEnableDeviceMotion flag Created 8 years, 4 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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'renderer/all_rendering_benchmarks.cc', 51 'renderer/all_rendering_benchmarks.cc',
52 'renderer/all_rendering_benchmarks.h', 52 'renderer/all_rendering_benchmarks.h',
53 'renderer/android/address_detector.cc', 53 'renderer/android/address_detector.cc',
54 'renderer/android/address_detector.h', 54 'renderer/android/address_detector.h',
55 'renderer/android/content_detector.cc', 55 'renderer/android/content_detector.cc',
56 'renderer/android/content_detector.h', 56 'renderer/android/content_detector.h',
57 'renderer/android/email_detector.cc', 57 'renderer/android/email_detector.cc',
58 'renderer/android/email_detector.h', 58 'renderer/android/email_detector.h',
59 'renderer/android/phone_number_detector.cc', 59 'renderer/android/phone_number_detector.cc',
60 'renderer/android/phone_number_detector.h', 60 'renderer/android/phone_number_detector.h',
61 'renderer/device_motion_dispatcher.cc',
62 'renderer/device_motion_dispatcher.h',
61 'renderer/device_orientation_dispatcher.cc', 63 'renderer/device_orientation_dispatcher.cc',
62 'renderer/device_orientation_dispatcher.h', 64 'renderer/device_orientation_dispatcher.h',
63 'renderer/devtools_agent.cc', 65 'renderer/devtools_agent.cc',
64 'renderer/devtools_agent.h', 66 'renderer/devtools_agent.h',
65 'renderer/devtools_agent_filter.cc', 67 'renderer/devtools_agent_filter.cc',
66 'renderer/devtools_agent_filter.h', 68 'renderer/devtools_agent_filter.h',
67 'renderer/devtools_client.cc', 69 'renderer/devtools_client.cc',
68 'renderer/devtools_client.h', 70 'renderer/devtools_client.h',
69 'renderer/dom_automation_controller.cc', 71 'renderer/dom_automation_controller.cc',
70 'renderer/dom_automation_controller.h', 72 'renderer/dom_automation_controller.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 }], 357 }],
356 ], 358 ],
357 'target_conditions': [ 359 'target_conditions': [
358 ['OS=="android"', { 360 ['OS=="android"', {
359 'sources/': [ 361 'sources/': [
360 ['include', '^renderer/render_view_linux\\.cc$'], 362 ['include', '^renderer/render_view_linux\\.cc$'],
361 ], 363 ],
362 }], 364 }],
363 ], 365 ],
364 } 366 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/renderer/device_motion_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698