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

Side by Side Diff: content/content_renderer.gypi

Issue 10698046: Implements part of Device Motion in the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Implements new WebKit API, rebases after large refactorings 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'renderer/all_rendering_benchmarks.cc', 50 'renderer/all_rendering_benchmarks.cc',
51 'renderer/all_rendering_benchmarks.h', 51 'renderer/all_rendering_benchmarks.h',
52 'renderer/android/address_detector.cc', 52 'renderer/android/address_detector.cc',
53 'renderer/android/address_detector.h', 53 'renderer/android/address_detector.h',
54 'renderer/android/content_detector.cc', 54 'renderer/android/content_detector.cc',
55 'renderer/android/content_detector.h', 55 'renderer/android/content_detector.h',
56 'renderer/android/email_detector.cc', 56 'renderer/android/email_detector.cc',
57 'renderer/android/email_detector.h', 57 'renderer/android/email_detector.h',
58 'renderer/android/phone_number_detector.cc', 58 'renderer/android/phone_number_detector.cc',
59 'renderer/android/phone_number_detector.h', 59 'renderer/android/phone_number_detector.h',
60 'renderer/device_motion_dispatcher.cc',
61 'renderer/device_motion_dispatcher.h',
60 'renderer/device_orientation_dispatcher.cc', 62 'renderer/device_orientation_dispatcher.cc',
61 'renderer/device_orientation_dispatcher.h', 63 'renderer/device_orientation_dispatcher.h',
62 'renderer/devtools_agent.cc', 64 'renderer/devtools_agent.cc',
63 'renderer/devtools_agent.h', 65 'renderer/devtools_agent.h',
64 'renderer/devtools_agent_filter.cc', 66 'renderer/devtools_agent_filter.cc',
65 'renderer/devtools_agent_filter.h', 67 'renderer/devtools_agent_filter.h',
66 'renderer/devtools_client.cc', 68 'renderer/devtools_client.cc',
67 'renderer/devtools_client.h', 69 'renderer/devtools_client.h',
68 'renderer/dom_automation_controller.cc', 70 'renderer/dom_automation_controller.cc',
69 'renderer/dom_automation_controller.h', 71 'renderer/dom_automation_controller.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 }], 347 }],
346 ], 348 ],
347 'target_conditions': [ 349 'target_conditions': [
348 ['OS=="android"', { 350 ['OS=="android"', {
349 'sources/': [ 351 'sources/': [
350 ['include', '^renderer/render_view_linux\\.cc$'], 352 ['include', '^renderer/render_view_linux\\.cc$'],
351 ], 353 ],
352 }], 354 }],
353 ], 355 ],
354 } 356 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698