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

Side by Side Diff: content/content_browser.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: added unit test for device_motion_event_pump 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'browser/device_monitor_mac.h', 344 'browser/device_monitor_mac.h',
345 'browser/device_monitor_mac.mm', 345 'browser/device_monitor_mac.mm',
346 'browser/device_orientation/accelerometer_mac.cc', 346 'browser/device_orientation/accelerometer_mac.cc',
347 'browser/device_orientation/accelerometer_mac.h', 347 'browser/device_orientation/accelerometer_mac.h',
348 'browser/device_orientation/data_fetcher.h', 348 'browser/device_orientation/data_fetcher.h',
349 'browser/device_orientation/data_fetcher_impl_android.cc', 349 'browser/device_orientation/data_fetcher_impl_android.cc',
350 'browser/device_orientation/data_fetcher_impl_android.h', 350 'browser/device_orientation/data_fetcher_impl_android.h',
351 'browser/device_orientation/data_fetcher_impl_win.cc', 351 'browser/device_orientation/data_fetcher_impl_win.cc',
352 'browser/device_orientation/data_fetcher_impl_win.h', 352 'browser/device_orientation/data_fetcher_impl_win.h',
353 'browser/device_orientation/device_data.h', 353 'browser/device_orientation/device_data.h',
354 'browser/device_orientation/device_motion_provider.cc',
355 'browser/device_orientation/device_motion_provider.h',
356 'browser/device_orientation/device_motion_service.cc',
357 'browser/device_orientation/device_motion_service.h',
354 'browser/device_orientation/message_filter.cc', 358 'browser/device_orientation/message_filter.cc',
355 'browser/device_orientation/message_filter.h', 359 'browser/device_orientation/message_filter.h',
356 'browser/device_orientation/motion.cc', 360 'browser/device_orientation/motion.cc',
357 'browser/device_orientation/motion.h', 361 'browser/device_orientation/motion.h',
358 'browser/device_orientation/motion_message_filter.cc', 362 'browser/device_orientation/motion_message_filter.cc',
359 'browser/device_orientation/motion_message_filter.h', 363 'browser/device_orientation/motion_message_filter.h',
360 'browser/device_orientation/observer_delegate.cc', 364 'browser/device_orientation/observer_delegate.cc',
361 'browser/device_orientation/observer_delegate.h', 365 'browser/device_orientation/observer_delegate.h',
362 'browser/device_orientation/orientation.cc', 366 'browser/device_orientation/orientation.cc',
363 'browser/device_orientation/orientation.h', 367 'browser/device_orientation/orientation.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'browser/renderer_host/compositing_iosurface_context_mac.mm', 681 'browser/renderer_host/compositing_iosurface_context_mac.mm',
678 'browser/renderer_host/compositing_iosurface_context_mac.h', 682 'browser/renderer_host/compositing_iosurface_context_mac.h',
679 'browser/renderer_host/compositing_iosurface_mac.h', 683 'browser/renderer_host/compositing_iosurface_mac.h',
680 'browser/renderer_host/compositing_iosurface_mac.mm', 684 'browser/renderer_host/compositing_iosurface_mac.mm',
681 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 685 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
682 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 686 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
683 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 687 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
684 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 688 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
685 'browser/renderer_host/database_message_filter.cc', 689 'browser/renderer_host/database_message_filter.cc',
686 'browser/renderer_host/database_message_filter.h', 690 'browser/renderer_host/database_message_filter.h',
691 'browser/renderer_host/device_motion_browser_message_filter.cc',
692 'browser/renderer_host/device_motion_browser_message_filter.h',
687 'browser/renderer_host/dip_util.cc', 693 'browser/renderer_host/dip_util.cc',
688 'browser/renderer_host/dip_util.h', 694 'browser/renderer_host/dip_util.h',
689 'browser/renderer_host/event_with_latency_info.h', 695 'browser/renderer_host/event_with_latency_info.h',
690 'browser/renderer_host/file_utilities_message_filter.cc', 696 'browser/renderer_host/file_utilities_message_filter.cc',
691 'browser/renderer_host/file_utilities_message_filter.h', 697 'browser/renderer_host/file_utilities_message_filter.h',
692 'browser/renderer_host/frame_tree_node.cc', 698 'browser/renderer_host/frame_tree_node.cc',
693 'browser/renderer_host/frame_tree_node.h', 699 'browser/renderer_host/frame_tree_node.h',
694 'browser/renderer_host/gamepad_browser_message_filter.cc', 700 'browser/renderer_host/gamepad_browser_message_filter.cc',
695 'browser/renderer_host/gamepad_browser_message_filter.h', 701 'browser/renderer_host/gamepad_browser_message_filter.h',
696 'browser/renderer_host/gesture_event_filter.cc', 702 'browser/renderer_host/gesture_event_filter.cc',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 '../third_party/speex/speex.gyp:libspeex', 1366 '../third_party/speex/speex.gyp:libspeex',
1361 ], 1367 ],
1362 }], 1368 }],
1363 ['linux_use_libgps==1', { 1369 ['linux_use_libgps==1', {
1364 'dependencies': [ 1370 'dependencies': [
1365 '../build/linux/system.gyp:libgps', 1371 '../build/linux/system.gyp:libgps',
1366 ], 1372 ],
1367 }], 1373 }],
1368 ], 1374 ],
1369 } 1375 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698