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

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: fix compilation: peer_handle -> PeerHandle() Created 7 years, 5 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
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/WebKit/public/blink.gyp:blink', 10 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'renderer/android/content_detector.cc', 75 'renderer/android/content_detector.cc',
76 'renderer/android/content_detector.h', 76 'renderer/android/content_detector.h',
77 'renderer/android/email_detector.cc', 77 'renderer/android/email_detector.cc',
78 'renderer/android/email_detector.h', 78 'renderer/android/email_detector.h',
79 'renderer/android/phone_number_detector.cc', 79 'renderer/android/phone_number_detector.cc',
80 'renderer/android/phone_number_detector.h', 80 'renderer/android/phone_number_detector.h',
81 'renderer/android/synchronous_compositor_factory.cc', 81 'renderer/android/synchronous_compositor_factory.cc',
82 'renderer/android/synchronous_compositor_factory.h', 82 'renderer/android/synchronous_compositor_factory.h',
83 'renderer/device_orientation_dispatcher.cc', 83 'renderer/device_orientation_dispatcher.cc',
84 'renderer/device_orientation_dispatcher.h', 84 'renderer/device_orientation_dispatcher.h',
85 'renderer/device_orientation/device_motion_event_pump.cc',
86 'renderer/device_orientation/device_motion_event_pump.h',
85 'renderer/devtools/devtools_agent.cc', 87 'renderer/devtools/devtools_agent.cc',
86 'renderer/devtools/devtools_agent.h', 88 'renderer/devtools/devtools_agent.h',
87 'renderer/devtools/devtools_agent_filter.cc', 89 'renderer/devtools/devtools_agent_filter.cc',
88 'renderer/devtools/devtools_agent_filter.h', 90 'renderer/devtools/devtools_agent_filter.h',
89 'renderer/devtools/devtools_client.cc', 91 'renderer/devtools/devtools_client.cc',
90 'renderer/devtools/devtools_client.h', 92 'renderer/devtools/devtools_client.h',
91 'renderer/disambiguation_popup_helper.cc', 93 'renderer/disambiguation_popup_helper.cc',
92 'renderer/disambiguation_popup_helper.h', 94 'renderer/disambiguation_popup_helper.h',
93 'renderer/dom_automation_controller.cc', 95 'renderer/dom_automation_controller.cc',
94 'renderer/dom_automation_controller.h', 96 'renderer/dom_automation_controller.h',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'renderer/renderer_webcolorchooser_impl.cc', 337 'renderer/renderer_webcolorchooser_impl.cc',
336 'renderer/renderer_webcolorchooser_impl.h', 338 'renderer/renderer_webcolorchooser_impl.h',
337 'renderer/renderer_webkitplatformsupport_impl.cc', 339 'renderer/renderer_webkitplatformsupport_impl.cc',
338 'renderer/renderer_webkitplatformsupport_impl.h', 340 'renderer/renderer_webkitplatformsupport_impl.h',
339 'renderer/rendering_benchmark.cc', 341 'renderer/rendering_benchmark.cc',
340 'renderer/rendering_benchmark.h', 342 'renderer/rendering_benchmark.h',
341 'renderer/savable_resources.cc', 343 'renderer/savable_resources.cc',
342 'renderer/savable_resources.h', 344 'renderer/savable_resources.h',
343 'renderer/scoped_clipboard_writer_glue.cc', 345 'renderer/scoped_clipboard_writer_glue.cc',
344 'renderer/scoped_clipboard_writer_glue.h', 346 'renderer/scoped_clipboard_writer_glue.h',
347 'renderer/shared_memory_seqlock_reader.cc',
348 'renderer/shared_memory_seqlock_reader.h',
345 'renderer/skia_benchmarking_extension.cc', 349 'renderer/skia_benchmarking_extension.cc',
346 'renderer/skia_benchmarking_extension.h', 350 'renderer/skia_benchmarking_extension.h',
347 'renderer/speech_recognition_dispatcher.cc', 351 'renderer/speech_recognition_dispatcher.cc',
348 'renderer/speech_recognition_dispatcher.h', 352 'renderer/speech_recognition_dispatcher.h',
349 'renderer/stats_collection_controller.cc', 353 'renderer/stats_collection_controller.cc',
350 'renderer/stats_collection_controller.h', 354 'renderer/stats_collection_controller.h',
351 'renderer/stats_collection_observer.cc', 355 'renderer/stats_collection_observer.cc',
352 'renderer/stats_collection_observer.h', 356 'renderer/stats_collection_observer.h',
353 'renderer/text_input_client_observer.cc', 357 'renderer/text_input_client_observer.cc',
354 'renderer/text_input_client_observer.h', 358 'renderer/text_input_client_observer.h',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 }], 530 }],
527 ], 531 ],
528 'target_conditions': [ 532 'target_conditions': [
529 ['OS=="android"', { 533 ['OS=="android"', {
530 'sources/': [ 534 'sources/': [
531 ['include', '^renderer/render_view_linux\\.cc$'], 535 ['include', '^renderer/render_view_linux\\.cc$'],
532 ], 536 ],
533 }], 537 }],
534 ], 538 ],
535 } 539 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698