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

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: 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'browser/device_monitor_linux.h', 342 'browser/device_monitor_linux.h',
343 'browser/device_monitor_mac.h', 343 'browser/device_monitor_mac.h',
344 'browser/device_monitor_mac.mm', 344 'browser/device_monitor_mac.mm',
345 'browser/device_orientation/accelerometer_mac.cc', 345 'browser/device_orientation/accelerometer_mac.cc',
346 'browser/device_orientation/accelerometer_mac.h', 346 'browser/device_orientation/accelerometer_mac.h',
347 'browser/device_orientation/data_fetcher.h', 347 'browser/device_orientation/data_fetcher.h',
348 'browser/device_orientation/data_fetcher_impl_android.cc', 348 'browser/device_orientation/data_fetcher_impl_android.cc',
349 'browser/device_orientation/data_fetcher_impl_android.h', 349 'browser/device_orientation/data_fetcher_impl_android.h',
350 'browser/device_orientation/data_fetcher_impl_win.cc', 350 'browser/device_orientation/data_fetcher_impl_win.cc',
351 'browser/device_orientation/data_fetcher_impl_win.h', 351 'browser/device_orientation/data_fetcher_impl_win.h',
352 'browser/device_orientation/data_fetcher_shared_memory.h',
352 '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',
353 'browser/device_orientation/message_filter.cc', 358 'browser/device_orientation/message_filter.cc',
354 'browser/device_orientation/message_filter.h', 359 'browser/device_orientation/message_filter.h',
355 'browser/device_orientation/motion.cc', 360 'browser/device_orientation/motion.cc',
356 'browser/device_orientation/motion.h', 361 'browser/device_orientation/motion.h',
357 'browser/device_orientation/motion_message_filter.cc', 362 'browser/device_orientation/motion_message_filter.cc',
358 'browser/device_orientation/motion_message_filter.h', 363 'browser/device_orientation/motion_message_filter.h',
359 'browser/device_orientation/observer_delegate.cc', 364 'browser/device_orientation/observer_delegate.cc',
360 'browser/device_orientation/observer_delegate.h', 365 'browser/device_orientation/observer_delegate.h',
361 'browser/device_orientation/orientation.cc', 366 'browser/device_orientation/orientation.cc',
362 'browser/device_orientation/orientation.h', 367 'browser/device_orientation/orientation.h',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'browser/renderer_host/compositing_iosurface_context_mac.mm', 677 'browser/renderer_host/compositing_iosurface_context_mac.mm',
673 'browser/renderer_host/compositing_iosurface_context_mac.h', 678 'browser/renderer_host/compositing_iosurface_context_mac.h',
674 'browser/renderer_host/compositing_iosurface_mac.h', 679 'browser/renderer_host/compositing_iosurface_mac.h',
675 'browser/renderer_host/compositing_iosurface_mac.mm', 680 'browser/renderer_host/compositing_iosurface_mac.mm',
676 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 681 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
677 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 682 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
678 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 683 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
679 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 684 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
680 'browser/renderer_host/database_message_filter.cc', 685 'browser/renderer_host/database_message_filter.cc',
681 'browser/renderer_host/database_message_filter.h', 686 'browser/renderer_host/database_message_filter.h',
687 'browser/renderer_host/device_motion_browser_message_filter.cc',
688 'browser/renderer_host/device_motion_browser_message_filter.h',
682 'browser/renderer_host/dip_util.cc', 689 'browser/renderer_host/dip_util.cc',
683 'browser/renderer_host/dip_util.h', 690 'browser/renderer_host/dip_util.h',
684 'browser/renderer_host/file_utilities_message_filter.cc', 691 'browser/renderer_host/file_utilities_message_filter.cc',
685 'browser/renderer_host/file_utilities_message_filter.h', 692 'browser/renderer_host/file_utilities_message_filter.h',
686 'browser/renderer_host/gamepad_browser_message_filter.cc', 693 'browser/renderer_host/gamepad_browser_message_filter.cc',
687 'browser/renderer_host/gamepad_browser_message_filter.h', 694 'browser/renderer_host/gamepad_browser_message_filter.h',
688 'browser/renderer_host/gesture_event_filter.cc', 695 'browser/renderer_host/gesture_event_filter.cc',
689 'browser/renderer_host/gesture_event_filter.h', 696 'browser/renderer_host/gesture_event_filter.h',
690 'browser/renderer_host/gpu_message_filter.cc', 697 'browser/renderer_host/gpu_message_filter.cc',
691 'browser/renderer_host/gpu_message_filter.h', 698 'browser/renderer_host/gpu_message_filter.h',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 '../third_party/speex/speex.gyp:libspeex', 1341 '../third_party/speex/speex.gyp:libspeex',
1335 ], 1342 ],
1336 }], 1343 }],
1337 ['linux_use_libgps==1', { 1344 ['linux_use_libgps==1', {
1338 'dependencies': [ 1345 'dependencies': [
1339 '../build/linux/system.gyp:libgps', 1346 '../build/linux/system.gyp:libgps',
1340 ], 1347 ],
1341 }], 1348 }],
1342 ], 1349 ],
1343 } 1350 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698