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

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: factored out as much code as possible from the templated reader Created 7 years, 6 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'browser/device_monitor_mac.h', 362 'browser/device_monitor_mac.h',
363 'browser/device_monitor_mac.mm', 363 'browser/device_monitor_mac.mm',
364 'browser/device_orientation/accelerometer_mac.cc', 364 'browser/device_orientation/accelerometer_mac.cc',
365 'browser/device_orientation/accelerometer_mac.h', 365 'browser/device_orientation/accelerometer_mac.h',
366 'browser/device_orientation/data_fetcher.h', 366 'browser/device_orientation/data_fetcher.h',
367 'browser/device_orientation/data_fetcher_impl_android.cc', 367 'browser/device_orientation/data_fetcher_impl_android.cc',
368 'browser/device_orientation/data_fetcher_impl_android.h', 368 'browser/device_orientation/data_fetcher_impl_android.h',
369 'browser/device_orientation/data_fetcher_impl_win.cc', 369 'browser/device_orientation/data_fetcher_impl_win.cc',
370 'browser/device_orientation/data_fetcher_impl_win.h', 370 'browser/device_orientation/data_fetcher_impl_win.h',
371 'browser/device_orientation/device_data.h', 371 'browser/device_orientation/device_data.h',
372 'browser/device_orientation/device_motion_provider.cc',
373 'browser/device_orientation/device_motion_provider.h',
374 'browser/device_orientation/device_motion_service.cc',
375 'browser/device_orientation/device_motion_service.h',
372 'browser/device_orientation/message_filter.cc', 376 'browser/device_orientation/message_filter.cc',
373 'browser/device_orientation/message_filter.h', 377 'browser/device_orientation/message_filter.h',
374 'browser/device_orientation/motion.cc', 378 'browser/device_orientation/motion.cc',
375 'browser/device_orientation/motion.h', 379 'browser/device_orientation/motion.h',
376 'browser/device_orientation/motion_message_filter.cc', 380 'browser/device_orientation/motion_message_filter.cc',
377 'browser/device_orientation/motion_message_filter.h', 381 'browser/device_orientation/motion_message_filter.h',
378 'browser/device_orientation/observer_delegate.cc', 382 'browser/device_orientation/observer_delegate.cc',
379 'browser/device_orientation/observer_delegate.h', 383 'browser/device_orientation/observer_delegate.h',
380 'browser/device_orientation/orientation.cc', 384 'browser/device_orientation/orientation.cc',
381 'browser/device_orientation/orientation.h', 385 'browser/device_orientation/orientation.h',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'browser/renderer_host/compositing_iosurface_layer_mac.h', 732 'browser/renderer_host/compositing_iosurface_layer_mac.h',
729 'browser/renderer_host/compositing_iosurface_layer_mac.mm', 733 'browser/renderer_host/compositing_iosurface_layer_mac.mm',
730 'browser/renderer_host/compositing_iosurface_mac.h', 734 'browser/renderer_host/compositing_iosurface_mac.h',
731 'browser/renderer_host/compositing_iosurface_mac.mm', 735 'browser/renderer_host/compositing_iosurface_mac.mm',
732 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 736 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
733 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 737 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
734 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 738 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
735 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 739 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
736 'browser/renderer_host/database_message_filter.cc', 740 'browser/renderer_host/database_message_filter.cc',
737 'browser/renderer_host/database_message_filter.h', 741 'browser/renderer_host/database_message_filter.h',
742 'browser/renderer_host/device_motion_browser_message_filter.cc',
743 'browser/renderer_host/device_motion_browser_message_filter.h',
738 'browser/renderer_host/dip_util.cc', 744 'browser/renderer_host/dip_util.cc',
739 'browser/renderer_host/dip_util.h', 745 'browser/renderer_host/dip_util.h',
740 'browser/renderer_host/event_with_latency_info.h', 746 'browser/renderer_host/event_with_latency_info.h',
741 'browser/renderer_host/file_utilities_message_filter.cc', 747 'browser/renderer_host/file_utilities_message_filter.cc',
742 'browser/renderer_host/file_utilities_message_filter.h', 748 'browser/renderer_host/file_utilities_message_filter.h',
743 'browser/renderer_host/gamepad_browser_message_filter.cc', 749 'browser/renderer_host/gamepad_browser_message_filter.cc',
744 'browser/renderer_host/gamepad_browser_message_filter.h', 750 'browser/renderer_host/gamepad_browser_message_filter.h',
745 'browser/renderer_host/gesture_event_filter.cc', 751 'browser/renderer_host/gesture_event_filter.cc',
746 'browser/renderer_host/gesture_event_filter.h', 752 'browser/renderer_host/gesture_event_filter.h',
747 'browser/renderer_host/gpu_message_filter.cc', 753 'browser/renderer_host/gpu_message_filter.cc',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 '../third_party/speex/speex.gyp:libspeex', 1435 '../third_party/speex/speex.gyp:libspeex',
1430 ], 1436 ],
1431 }], 1437 }],
1432 ['linux_use_libgps==1', { 1438 ['linux_use_libgps==1', {
1433 'dependencies': [ 1439 'dependencies': [
1434 '../build/linux/system.gyp:libgps', 1440 '../build/linux/system.gyp:libgps',
1435 ], 1441 ],
1436 }], 1442 }],
1437 ], 1443 ],
1438 } 1444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698