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

Side by Side Diff: content/content_browser.gypi

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: excluded orientation pump tests on win bots Created 7 years, 4 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/device_orientation_messages.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 'variables': { 6 'variables': {
7 'use_cras%': 0, 7 'use_cras%': 0,
8 }, 8 },
9 'dependencies': [ 9 'dependencies': [
10 'browser/speech/proto/speech_proto.gyp:speech_proto', 10 'browser/speech/proto/speech_proto.gyp:speech_proto',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'browser/device_orientation/data_fetcher_impl_android.cc', 393 'browser/device_orientation/data_fetcher_impl_android.cc',
394 'browser/device_orientation/data_fetcher_impl_android.h', 394 'browser/device_orientation/data_fetcher_impl_android.h',
395 'browser/device_orientation/data_fetcher_impl_win.cc', 395 'browser/device_orientation/data_fetcher_impl_win.cc',
396 'browser/device_orientation/data_fetcher_impl_win.h', 396 'browser/device_orientation/data_fetcher_impl_win.h',
397 'browser/device_orientation/data_fetcher_orientation_android.cc', 397 'browser/device_orientation/data_fetcher_orientation_android.cc',
398 'browser/device_orientation/data_fetcher_orientation_android.h', 398 'browser/device_orientation/data_fetcher_orientation_android.h',
399 'browser/device_orientation/data_fetcher_shared_memory_android.cc', 399 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
400 'browser/device_orientation/data_fetcher_shared_memory_default.cc', 400 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
401 'browser/device_orientation/data_fetcher_shared_memory.h', 401 'browser/device_orientation/data_fetcher_shared_memory.h',
402 'browser/device_orientation/device_data.h', 402 'browser/device_orientation/device_data.h',
403 'browser/device_orientation/device_motion_message_filter.cc',
404 'browser/device_orientation/device_motion_message_filter.h',
403 'browser/device_orientation/device_motion_provider.cc', 405 'browser/device_orientation/device_motion_provider.cc',
404 'browser/device_orientation/device_motion_provider.h', 406 'browser/device_orientation/device_motion_provider.h',
405 'browser/device_orientation/device_motion_service.cc', 407 'browser/device_orientation/device_motion_service.cc',
406 'browser/device_orientation/device_motion_service.h', 408 'browser/device_orientation/device_motion_service.h',
409 'browser/device_orientation/device_orientation_message_filter.cc',
410 'browser/device_orientation/device_orientation_message_filter.h',
407 'browser/device_orientation/message_filter.cc', 411 'browser/device_orientation/message_filter.cc',
408 'browser/device_orientation/message_filter.h', 412 'browser/device_orientation/message_filter.h',
409 'browser/device_orientation/observer_delegate.cc', 413 'browser/device_orientation/observer_delegate.cc',
410 'browser/device_orientation/observer_delegate.h', 414 'browser/device_orientation/observer_delegate.h',
411 'browser/device_orientation/orientation.cc', 415 'browser/device_orientation/orientation.cc',
412 'browser/device_orientation/orientation.h', 416 'browser/device_orientation/orientation.h',
413 'browser/device_orientation/orientation_message_filter.cc', 417 'browser/device_orientation/orientation_message_filter.cc',
414 'browser/device_orientation/orientation_message_filter.h', 418 'browser/device_orientation/orientation_message_filter.h',
415 'browser/device_orientation/provider.cc', 419 'browser/device_orientation/provider.cc',
416 'browser/device_orientation/provider.h', 420 'browser/device_orientation/provider.h',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'browser/renderer_host/compositing_iosurface_mac.h', 758 'browser/renderer_host/compositing_iosurface_mac.h',
755 'browser/renderer_host/compositing_iosurface_mac.mm', 759 'browser/renderer_host/compositing_iosurface_mac.mm',
756 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 760 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
757 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 761 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
758 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 762 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
759 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 763 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
760 'browser/renderer_host/compositor_impl_android.cc', 764 'browser/renderer_host/compositor_impl_android.cc',
761 'browser/renderer_host/compositor_impl_android.h', 765 'browser/renderer_host/compositor_impl_android.h',
762 'browser/renderer_host/database_message_filter.cc', 766 'browser/renderer_host/database_message_filter.cc',
763 'browser/renderer_host/database_message_filter.h', 767 'browser/renderer_host/database_message_filter.h',
764 'browser/renderer_host/device_motion_browser_message_filter.cc',
765 'browser/renderer_host/device_motion_browser_message_filter.h',
766 'browser/renderer_host/dip_util.cc', 768 'browser/renderer_host/dip_util.cc',
767 'browser/renderer_host/dip_util.h', 769 'browser/renderer_host/dip_util.h',
768 'browser/renderer_host/file_utilities_message_filter.cc', 770 'browser/renderer_host/file_utilities_message_filter.cc',
769 'browser/renderer_host/file_utilities_message_filter.h', 771 'browser/renderer_host/file_utilities_message_filter.h',
770 'browser/renderer_host/gamepad_browser_message_filter.cc', 772 'browser/renderer_host/gamepad_browser_message_filter.cc',
771 'browser/renderer_host/gamepad_browser_message_filter.h', 773 'browser/renderer_host/gamepad_browser_message_filter.h',
772 'browser/renderer_host/gpu_message_filter.cc', 774 'browser/renderer_host/gpu_message_filter.cc',
773 'browser/renderer_host/gpu_message_filter.h', 775 'browser/renderer_host/gpu_message_filter.h',
774 'browser/renderer_host/gtk_im_context_wrapper.cc', 776 'browser/renderer_host/gtk_im_context_wrapper.cc',
775 'browser/renderer_host/gtk_im_context_wrapper.h', 777 'browser/renderer_host/gtk_im_context_wrapper.h',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 '../third_party/speex/speex.gyp:libspeex', 1501 '../third_party/speex/speex.gyp:libspeex',
1500 ], 1502 ],
1501 }], 1503 }],
1502 ['linux_use_libgps==1', { 1504 ['linux_use_libgps==1', {
1503 'dependencies': [ 1505 'dependencies': [
1504 '../build/linux/system.gyp:libgps', 1506 '../build/linux/system.gyp:libgps',
1505 ], 1507 ],
1506 }], 1508 }],
1507 ], 1509 ],
1508 } 1510 }
OLDNEW
« no previous file with comments | « content/common/device_orientation_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698