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: android unittests build fix 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'target_name': 'test_support_content', 42 'target_name': 'test_support_content',
43 'type': 'static_library', 43 'type': 'static_library',
44 'dependencies': [ 44 'dependencies': [
45 '../net/net.gyp:net_test_support', 45 '../net/net.gyp:net_test_support',
46 '../skia/skia.gyp:skia', 46 '../skia/skia.gyp:skia',
47 '../testing/gmock.gyp:gmock', 47 '../testing/gmock.gyp:gmock',
48 '../testing/gtest.gyp:gtest', 48 '../testing/gtest.gyp:gtest',
49 '../ui/accessibility/accessibility.gyp:ax_gen', 49 '../ui/accessibility/accessibility.gyp:ax_gen',
50 '../ui/base/ui_base.gyp:ui_base', 50 '../ui/base/ui_base.gyp:ui_base',
51 '../ui/base/ui_base.gyp:ui_base_test_support', 51 '../ui/base/ui_base.gyp:ui_base_test_support',
52 '../ui/compositor/compositor.gyp:compositor_test_support',
52 '../ui/events/events.gyp:dom4_keycode_converter', 53 '../ui/events/events.gyp:dom4_keycode_converter',
53 '../ui/events/events.gyp:events_base', 54 '../ui/events/events.gyp:events_base',
54 '../ui/events/events.gyp:events_test_support', 55 '../ui/events/events.gyp:events_test_support',
55 '../ui/events/events.gyp:gesture_detection', 56 '../ui/events/events.gyp:gesture_detection',
56 '../ui/gfx/gfx.gyp:gfx_test_support', 57 '../ui/gfx/gfx.gyp:gfx_test_support',
57 '../ui/resources/ui_resources.gyp:ui_resources', 58 '../ui/resources/ui_resources.gyp:ui_resources',
58 '../url/url.gyp:url_lib', 59 '../url/url.gyp:url_lib',
59 '../webkit/common/webkit_common.gyp:webkit_common', 60 '../webkit/common/webkit_common.gyp:webkit_common',
60 'browser/speech/proto/speech_proto.gyp:speech_proto', 61 'browser/speech/proto/speech_proto.gyp:speech_proto',
61 'content.gyp:content_app_both', 62 'content.gyp:content_app_both',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'browser/geolocation/fake_access_token_store.cc', 145 'browser/geolocation/fake_access_token_store.cc',
145 'browser/geolocation/fake_access_token_store.h', 146 'browser/geolocation/fake_access_token_store.h',
146 'browser/geolocation/mock_location_arbitrator.cc', 147 'browser/geolocation/mock_location_arbitrator.cc',
147 'browser/geolocation/mock_location_arbitrator.h', 148 'browser/geolocation/mock_location_arbitrator.h',
148 'browser/geolocation/mock_location_provider.cc', 149 'browser/geolocation/mock_location_provider.cc',
149 'browser/geolocation/mock_location_provider.h', 150 'browser/geolocation/mock_location_provider.h',
150 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 151 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
151 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 152 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
152 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 153 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
153 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 154 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
155 'browser/renderer_host/no_image_transport_factory_android.cc',
156 'browser/renderer_host/no_image_transport_factory_android.h',
154 'browser/renderer_host/media/mock_media_observer.cc', 157 'browser/renderer_host/media/mock_media_observer.cc',
155 'browser/renderer_host/media/mock_media_observer.h', 158 'browser/renderer_host/media/mock_media_observer.h',
156 'test/appcache_test_helper.cc', 159 'test/appcache_test_helper.cc',
157 'test/appcache_test_helper.h', 160 'test/appcache_test_helper.h',
158 'test/content_browser_test_utils_internal.cc', 161 'test/content_browser_test_utils_internal.cc',
159 'test/content_browser_test_utils_internal.h', 162 'test/content_browser_test_utils_internal.h',
160 'test/content_test_suite.cc', 163 'test/content_test_suite.cc',
161 'test/content_test_suite.h', 164 'test/content_test_suite.h',
162 'test/frame_load_waiter.cc', 165 'test/frame_load_waiter.cc',
163 'test/frame_load_waiter.h', 166 'test/frame_load_waiter.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 '../gpu/gpu.gyp:gpu_unittest_utils', 731 '../gpu/gpu.gyp:gpu_unittest_utils',
729 '../ipc/ipc.gyp:test_support_ipc', 732 '../ipc/ipc.gyp:test_support_ipc',
730 '../jingle/jingle.gyp:jingle_glue_test_util', 733 '../jingle/jingle.gyp:jingle_glue_test_util',
731 '../media/media.gyp:media_test_support', 734 '../media/media.gyp:media_test_support',
732 '../media/media.gyp:shared_memory_support', 735 '../media/media.gyp:shared_memory_support',
733 '../third_party/WebKit/public/blink.gyp:blink', 736 '../third_party/WebKit/public/blink.gyp:blink',
734 '../third_party/icu/icu.gyp:icui18n', 737 '../third_party/icu/icu.gyp:icui18n',
735 '../third_party/icu/icu.gyp:icuuc', 738 '../third_party/icu/icu.gyp:icuuc',
736 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 739 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
737 '../third_party/libjingle/libjingle.gyp:libjingle', 740 '../third_party/libjingle/libjingle.gyp:libjingle',
738 '../ui/compositor/compositor.gyp:compositor_test_support',
739 '../ui/gl/gl.gyp:gl', 741 '../ui/gl/gl.gyp:gl',
740 '../webkit/child/webkit_child.gyp:webkit_child', 742 '../webkit/child/webkit_child.gyp:webkit_child',
741 '../webkit/storage_browser.gyp:webkit_storage_browser', 743 '../webkit/storage_browser.gyp:webkit_storage_browser',
742 '../webkit/storage_common.gyp:webkit_storage_common', 744 '../webkit/storage_common.gyp:webkit_storage_common',
743 ], 745 ],
744 }], 746 }],
745 ['enable_plugins==0', { 747 ['enable_plugins==0', {
746 'sources/': [ 748 'sources/': [
747 ['exclude', '^browser/renderer_host/pepper/'], 749 ['exclude', '^browser/renderer_host/pepper/'],
748 ['exclude', '^child/npapi/'], 750 ['exclude', '^child/npapi/'],
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1838 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1837 }, 1839 },
1838 ], 1840 ],
1839 }], 1841 }],
1840 ], 1842 ],
1841 }, 1843 },
1842 ], 1844 ],
1843 }], 1845 }],
1844 ], 1846 ],
1845 } 1847 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698