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

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: 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/common/shared_memory_seqlock_buffer.h ('k') | content/content_common.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 '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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'browser/device_monitor_mac.h', 363 'browser/device_monitor_mac.h',
364 'browser/device_monitor_mac.mm', 364 'browser/device_monitor_mac.mm',
365 'browser/device_orientation/accelerometer_mac.cc', 365 'browser/device_orientation/accelerometer_mac.cc',
366 'browser/device_orientation/accelerometer_mac.h', 366 'browser/device_orientation/accelerometer_mac.h',
367 'browser/device_orientation/data_fetcher.h', 367 'browser/device_orientation/data_fetcher.h',
368 'browser/device_orientation/data_fetcher_impl_android.cc', 368 'browser/device_orientation/data_fetcher_impl_android.cc',
369 'browser/device_orientation/data_fetcher_impl_android.h', 369 'browser/device_orientation/data_fetcher_impl_android.h',
370 'browser/device_orientation/data_fetcher_impl_win.cc', 370 'browser/device_orientation/data_fetcher_impl_win.cc',
371 'browser/device_orientation/data_fetcher_impl_win.h', 371 'browser/device_orientation/data_fetcher_impl_win.h',
372 'browser/device_orientation/device_data.h', 372 'browser/device_orientation/device_data.h',
373 'browser/device_orientation/device_motion_provider.cc',
374 'browser/device_orientation/device_motion_provider.h',
375 'browser/device_orientation/device_motion_service.cc',
376 'browser/device_orientation/device_motion_service.h',
373 'browser/device_orientation/message_filter.cc', 377 'browser/device_orientation/message_filter.cc',
374 'browser/device_orientation/message_filter.h', 378 'browser/device_orientation/message_filter.h',
375 'browser/device_orientation/motion.cc', 379 'browser/device_orientation/motion.cc',
376 'browser/device_orientation/motion.h', 380 'browser/device_orientation/motion.h',
377 'browser/device_orientation/motion_message_filter.cc', 381 'browser/device_orientation/motion_message_filter.cc',
378 'browser/device_orientation/motion_message_filter.h', 382 'browser/device_orientation/motion_message_filter.h',
379 'browser/device_orientation/observer_delegate.cc', 383 'browser/device_orientation/observer_delegate.cc',
380 'browser/device_orientation/observer_delegate.h', 384 'browser/device_orientation/observer_delegate.h',
381 'browser/device_orientation/orientation.cc', 385 'browser/device_orientation/orientation.cc',
382 'browser/device_orientation/orientation.h', 386 'browser/device_orientation/orientation.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'browser/renderer_host/compositing_iosurface_layer_mac.h', 729 'browser/renderer_host/compositing_iosurface_layer_mac.h',
726 'browser/renderer_host/compositing_iosurface_layer_mac.mm', 730 'browser/renderer_host/compositing_iosurface_layer_mac.mm',
727 'browser/renderer_host/compositing_iosurface_mac.h', 731 'browser/renderer_host/compositing_iosurface_mac.h',
728 'browser/renderer_host/compositing_iosurface_mac.mm', 732 'browser/renderer_host/compositing_iosurface_mac.mm',
729 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 733 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
730 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 734 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
731 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 735 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
732 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 736 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
733 'browser/renderer_host/database_message_filter.cc', 737 'browser/renderer_host/database_message_filter.cc',
734 'browser/renderer_host/database_message_filter.h', 738 'browser/renderer_host/database_message_filter.h',
739 'browser/renderer_host/device_motion_browser_message_filter.cc',
740 'browser/renderer_host/device_motion_browser_message_filter.h',
735 'browser/renderer_host/dip_util.cc', 741 'browser/renderer_host/dip_util.cc',
736 'browser/renderer_host/dip_util.h', 742 'browser/renderer_host/dip_util.h',
737 'browser/renderer_host/file_utilities_message_filter.cc', 743 'browser/renderer_host/file_utilities_message_filter.cc',
738 'browser/renderer_host/file_utilities_message_filter.h', 744 'browser/renderer_host/file_utilities_message_filter.h',
739 'browser/renderer_host/gamepad_browser_message_filter.cc', 745 'browser/renderer_host/gamepad_browser_message_filter.cc',
740 'browser/renderer_host/gamepad_browser_message_filter.h', 746 'browser/renderer_host/gamepad_browser_message_filter.h',
741 'browser/renderer_host/gesture_event_filter.cc', 747 'browser/renderer_host/gesture_event_filter.cc',
742 'browser/renderer_host/gesture_event_filter.h', 748 'browser/renderer_host/gesture_event_filter.h',
743 'browser/renderer_host/gpu_message_filter.cc', 749 'browser/renderer_host/gpu_message_filter.cc',
744 'browser/renderer_host/gpu_message_filter.h', 750 'browser/renderer_host/gpu_message_filter.h',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 '../third_party/speex/speex.gyp:libspeex', 1453 '../third_party/speex/speex.gyp:libspeex',
1448 ], 1454 ],
1449 }], 1455 }],
1450 ['linux_use_libgps==1', { 1456 ['linux_use_libgps==1', {
1451 'dependencies': [ 1457 'dependencies': [
1452 '../build/linux/system.gyp:libgps', 1458 '../build/linux/system.gyp:libgps',
1453 ], 1459 ],
1454 }], 1460 }],
1455 ], 1461 ],
1456 } 1462 }
OLDNEW
« no previous file with comments | « content/common/shared_memory_seqlock_buffer.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698