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

Side by Side Diff: content/content_renderer.gypi

Issue 14678012: Implement the content/renderer and content/browser part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'renderer/all_rendering_benchmarks.cc', 59 'renderer/all_rendering_benchmarks.cc',
60 'renderer/all_rendering_benchmarks.h', 60 'renderer/all_rendering_benchmarks.h',
61 'renderer/android/address_detector.cc', 61 'renderer/android/address_detector.cc',
62 'renderer/android/address_detector.h', 62 'renderer/android/address_detector.h',
63 'renderer/android/content_detector.cc', 63 'renderer/android/content_detector.cc',
64 'renderer/android/content_detector.h', 64 'renderer/android/content_detector.h',
65 'renderer/android/email_detector.cc', 65 'renderer/android/email_detector.cc',
66 'renderer/android/email_detector.h', 66 'renderer/android/email_detector.h',
67 'renderer/android/phone_number_detector.cc', 67 'renderer/android/phone_number_detector.cc',
68 'renderer/android/phone_number_detector.h', 68 'renderer/android/phone_number_detector.h',
69 'renderer/device_motion_event_pump.cc',
70 'renderer/device_motion_event_pump.h',
71 'renderer/device_motion_shared_memory_reader.cc',
72 'renderer/device_motion_shared_memory_reader.h',
69 'renderer/device_orientation_dispatcher.cc', 73 'renderer/device_orientation_dispatcher.cc',
70 'renderer/device_orientation_dispatcher.h', 74 'renderer/device_orientation_dispatcher.h',
71 'renderer/devtools/devtools_agent.cc', 75 'renderer/devtools/devtools_agent.cc',
72 'renderer/devtools/devtools_agent.h', 76 'renderer/devtools/devtools_agent.h',
73 'renderer/devtools/devtools_agent_filter.cc', 77 'renderer/devtools/devtools_agent_filter.cc',
74 'renderer/devtools/devtools_agent_filter.h', 78 'renderer/devtools/devtools_agent_filter.h',
75 'renderer/devtools/devtools_client.cc', 79 'renderer/devtools/devtools_client.cc',
76 'renderer/devtools/devtools_client.h', 80 'renderer/devtools/devtools_client.h',
77 'renderer/disambiguation_popup_helper.cc', 81 'renderer/disambiguation_popup_helper.cc',
78 'renderer/disambiguation_popup_helper.h', 82 'renderer/disambiguation_popup_helper.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 }], 437 }],
434 ], 438 ],
435 'target_conditions': [ 439 'target_conditions': [
436 ['OS=="android"', { 440 ['OS=="android"', {
437 'sources/': [ 441 'sources/': [
438 ['include', '^renderer/render_view_linux\\.cc$'], 442 ['include', '^renderer/render_view_linux\\.cc$'],
439 ], 443 ],
440 }], 444 }],
441 ], 445 ],
442 } 446 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698