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

Side by Side Diff: content/content_tests.gypi

Issue 312803002: Android media: VideoFrame should not store so many sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ios build Created 6 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'browser/geolocation/mock_location_arbitrator.cc', 95 'browser/geolocation/mock_location_arbitrator.cc',
96 'browser/geolocation/mock_location_arbitrator.h', 96 'browser/geolocation/mock_location_arbitrator.h',
97 'browser/geolocation/mock_location_provider.cc', 97 'browser/geolocation/mock_location_provider.cc',
98 'browser/geolocation/mock_location_provider.h', 98 'browser/geolocation/mock_location_provider.h',
99 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 99 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
100 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 100 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
101 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 101 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
102 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 102 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
103 'browser/renderer_host/media/mock_media_observer.cc', 103 'browser/renderer_host/media/mock_media_observer.cc',
104 'browser/renderer_host/media/mock_media_observer.h', 104 'browser/renderer_host/media/mock_media_observer.h',
105 'browser/renderer_host/test/no_transport_image_transport_factory_android.c c',
106 'browser/renderer_host/test/no_transport_image_transport_factory_android.h ',
105 'test/appcache_test_helper.cc', 107 'test/appcache_test_helper.cc',
106 'test/appcache_test_helper.h', 108 'test/appcache_test_helper.h',
107 'test/content_browser_test_utils_internal.cc', 109 'test/content_browser_test_utils_internal.cc',
108 'test/content_browser_test_utils_internal.h', 110 'test/content_browser_test_utils_internal.h',
109 'test/content_test_suite.cc', 111 'test/content_test_suite.cc',
110 'test/content_test_suite.h', 112 'test/content_test_suite.h',
111 'test/frame_load_waiter.cc', 113 'test/frame_load_waiter.cc',
112 'test/frame_load_waiter.h', 114 'test/frame_load_waiter.h',
113 'test/mock_google_streaming_server.cc', 115 'test/mock_google_streaming_server.cc',
114 'test/mock_google_streaming_server.h', 116 'test/mock_google_streaming_server.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'content.gyp:content_utility', 275 'content.gyp:content_utility',
274 'content.gyp:content_worker', 276 'content.gyp:content_worker',
275 '../cc/cc.gyp:cc', 277 '../cc/cc.gyp:cc',
276 '../cc/cc_tests.gyp:cc_test_support', 278 '../cc/cc_tests.gyp:cc_test_support',
277 '../media/media.gyp:media', 279 '../media/media.gyp:media',
278 '../ppapi/ppapi_internal.gyp:ppapi_host', 280 '../ppapi/ppapi_internal.gyp:ppapi_host',
279 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 281 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
280 '../ppapi/ppapi_internal.gyp:ppapi_shared', 282 '../ppapi/ppapi_internal.gyp:ppapi_shared',
281 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 283 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
282 '../third_party/WebKit/public/blink.gyp:blink', 284 '../third_party/WebKit/public/blink.gyp:blink',
285 '../ui/compositor/compositor.gyp:compositor_test_support',
283 '../ui/surface/surface.gyp:surface', 286 '../ui/surface/surface.gyp:surface',
284 '../v8/tools/gyp/v8.gyp:v8', 287 '../v8/tools/gyp/v8.gyp:v8',
285 '../webkit/child/webkit_child.gyp:webkit_child', 288 '../webkit/child/webkit_child.gyp:webkit_child',
286 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 289 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
287 '../webkit/storage_browser.gyp:webkit_storage_browser', 290 '../webkit/storage_browser.gyp:webkit_storage_browser',
288 '../webkit/storage_common.gyp:webkit_storage_common', 291 '../webkit/storage_common.gyp:webkit_storage_common',
289 ], 292 ],
290 'export_dependent_settings': [ 293 'export_dependent_settings': [
291 '../third_party/WebKit/public/blink.gyp:blink', 294 '../third_party/WebKit/public/blink.gyp:blink',
292 ], 295 ],
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '../gpu/gpu.gyp:gpu_unittest_utils', 739 '../gpu/gpu.gyp:gpu_unittest_utils',
737 '../ipc/ipc.gyp:test_support_ipc', 740 '../ipc/ipc.gyp:test_support_ipc',
738 '../jingle/jingle.gyp:jingle_glue_test_util', 741 '../jingle/jingle.gyp:jingle_glue_test_util',
739 '../media/media.gyp:media_test_support', 742 '../media/media.gyp:media_test_support',
740 '../media/media.gyp:shared_memory_support', 743 '../media/media.gyp:shared_memory_support',
741 '../third_party/WebKit/public/blink.gyp:blink', 744 '../third_party/WebKit/public/blink.gyp:blink',
742 '../third_party/icu/icu.gyp:icui18n', 745 '../third_party/icu/icu.gyp:icui18n',
743 '../third_party/icu/icu.gyp:icuuc', 746 '../third_party/icu/icu.gyp:icuuc',
744 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 747 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
745 '../third_party/libjingle/libjingle.gyp:libjingle', 748 '../third_party/libjingle/libjingle.gyp:libjingle',
746 '../ui/compositor/compositor.gyp:compositor_test_support',
747 '../ui/gl/gl.gyp:gl', 749 '../ui/gl/gl.gyp:gl',
748 '../webkit/child/webkit_child.gyp:webkit_child', 750 '../webkit/child/webkit_child.gyp:webkit_child',
749 '../webkit/storage_browser.gyp:webkit_storage_browser', 751 '../webkit/storage_browser.gyp:webkit_storage_browser',
750 '../webkit/storage_common.gyp:webkit_storage_common', 752 '../webkit/storage_common.gyp:webkit_storage_common',
751 ], 753 ],
752 }], 754 }],
753 ['enable_plugins==0', { 755 ['enable_plugins==0', {
754 'sources/': [ 756 'sources/': [
755 ['exclude', '^browser/renderer_host/pepper/'], 757 ['exclude', '^browser/renderer_host/pepper/'],
756 ['exclude', '^child/npapi/'], 758 ['exclude', '^child/npapi/'],
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1850 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1849 }, 1851 },
1850 ], 1852 ],
1851 }], 1853 }],
1852 ], 1854 ],
1853 }, 1855 },
1854 ], 1856 ],
1855 }], 1857 }],
1856 ], 1858 ],
1857 } 1859 }
OLDNEW
« no previous file with comments | « content/common/media/video_capture_messages.h ('k') | content/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698