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

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: Address nits 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'target_name': 'test_support_content', 201 'target_name': 'test_support_content',
200 'type': 'static_library', 202 'type': 'static_library',
201 'dependencies': [ 203 'dependencies': [
202 '../net/net.gyp:net_test_support', 204 '../net/net.gyp:net_test_support',
203 '../skia/skia.gyp:skia', 205 '../skia/skia.gyp:skia',
204 '../testing/gmock.gyp:gmock', 206 '../testing/gmock.gyp:gmock',
205 '../testing/gtest.gyp:gtest', 207 '../testing/gtest.gyp:gtest',
206 '../ui/accessibility/accessibility.gyp:ax_gen', 208 '../ui/accessibility/accessibility.gyp:ax_gen',
207 '../ui/base/ui_base.gyp:ui_base', 209 '../ui/base/ui_base.gyp:ui_base',
208 '../ui/base/ui_base.gyp:ui_base_test_support', 210 '../ui/base/ui_base.gyp:ui_base_test_support',
211 '../ui/compositor/compositor.gyp:compositor_test_support',
209 '../ui/events/events.gyp:dom4_keycode_converter', 212 '../ui/events/events.gyp:dom4_keycode_converter',
210 '../ui/events/events.gyp:events_base', 213 '../ui/events/events.gyp:events_base',
211 '../ui/events/events.gyp:events_test_support', 214 '../ui/events/events.gyp:events_test_support',
212 '../ui/events/events.gyp:gesture_detection', 215 '../ui/events/events.gyp:gesture_detection',
213 '../ui/gfx/gfx.gyp:gfx_test_support', 216 '../ui/gfx/gfx.gyp:gfx_test_support',
214 '../ui/resources/ui_resources.gyp:ui_resources', 217 '../ui/resources/ui_resources.gyp:ui_resources',
215 '../url/url.gyp:url_lib', 218 '../url/url.gyp:url_lib',
216 '../webkit/common/webkit_common.gyp:webkit_common', 219 '../webkit/common/webkit_common.gyp:webkit_common',
217 'browser/speech/proto/speech_proto.gyp:speech_proto', 220 'browser/speech/proto/speech_proto.gyp:speech_proto',
218 'content.gyp:content_app_both', 221 'content.gyp:content_app_both',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 '../gpu/gpu.gyp:gpu_unittest_utils', 737 '../gpu/gpu.gyp:gpu_unittest_utils',
735 '../ipc/ipc.gyp:test_support_ipc', 738 '../ipc/ipc.gyp:test_support_ipc',
736 '../jingle/jingle.gyp:jingle_glue_test_util', 739 '../jingle/jingle.gyp:jingle_glue_test_util',
737 '../media/media.gyp:media_test_support', 740 '../media/media.gyp:media_test_support',
738 '../media/media.gyp:shared_memory_support', 741 '../media/media.gyp:shared_memory_support',
739 '../third_party/WebKit/public/blink.gyp:blink', 742 '../third_party/WebKit/public/blink.gyp:blink',
740 '../third_party/icu/icu.gyp:icui18n', 743 '../third_party/icu/icu.gyp:icui18n',
741 '../third_party/icu/icu.gyp:icuuc', 744 '../third_party/icu/icu.gyp:icuuc',
742 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 745 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
743 '../third_party/libjingle/libjingle.gyp:libjingle', 746 '../third_party/libjingle/libjingle.gyp:libjingle',
744 '../ui/compositor/compositor.gyp:compositor_test_support',
745 '../ui/gl/gl.gyp:gl', 747 '../ui/gl/gl.gyp:gl',
746 '../webkit/child/webkit_child.gyp:webkit_child', 748 '../webkit/child/webkit_child.gyp:webkit_child',
747 '../webkit/storage_browser.gyp:webkit_storage_browser', 749 '../webkit/storage_browser.gyp:webkit_storage_browser',
748 '../webkit/storage_common.gyp:webkit_storage_common', 750 '../webkit/storage_common.gyp:webkit_storage_common',
749 ], 751 ],
750 }], 752 }],
751 ['enable_plugins==0', { 753 ['enable_plugins==0', {
752 'sources/': [ 754 'sources/': [
753 ['exclude', '^browser/renderer_host/pepper/'], 755 ['exclude', '^browser/renderer_host/pepper/'],
754 ['exclude', '^child/npapi/'], 756 ['exclude', '^child/npapi/'],
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1844 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1843 }, 1845 },
1844 ], 1846 ],
1845 }], 1847 }],
1846 ], 1848 ],
1847 }, 1849 },
1848 ], 1850 ],
1849 }], 1851 }],
1850 ], 1852 ],
1851 } 1853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698