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

Side by Side Diff: content/content_tests.gypi

Issue 8427031: First unit tests for WebRTCAudioDevice. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Latest comments addressed Created 9 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
11 'dependencies': [ 11 'dependencies': [
12 '../build/temp_gyp/googleurl.gyp:googleurl', 12 '../build/temp_gyp/googleurl.gyp:googleurl',
13 'content_common', 13 'content_common',
14 '../skia/skia.gyp:skia', 14 '../skia/skia.gyp:skia',
15 '../testing/gmock.gyp:gmock', 15 '../testing/gmock.gyp:gmock',
16 '../testing/gtest.gyp:gtest', 16 '../testing/gtest.gyp:gtest',
17 '../third_party/libvpx/libvpx.gyp:libvpx',
17 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
19 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
20 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers',
21 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
22 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
18 '../ui/gfx/compositor/compositor.gyp:test_compositor', 23 '../ui/gfx/compositor/compositor.gyp:test_compositor',
19 '../ui/gfx/surface/surface.gyp:surface', 24 '../ui/gfx/surface/surface.gyp:surface',
20 '../ui/ui.gyp:ui_test_support', 25 '../ui/ui.gyp:ui_test_support',
21 '../webkit/support/webkit_support.gyp:appcache', 26 '../webkit/support/webkit_support.gyp:appcache',
22 ], 27 ],
23 'include_dirs': [ 28 'include_dirs': [
24 '..', 29 '..',
25 ], 30 ],
26 'sources': [ 31 'sources': [
27 # TODO(phajdan.jr): All of those files should live in content/test. 32 # TODO(phajdan.jr): All of those files should live in content/test.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'test/test_content_client.cc', 85 'test/test_content_client.cc',
81 'test/test_content_client.h', 86 'test/test_content_client.h',
82 'test/test_notification_tracker.cc', 87 'test/test_notification_tracker.cc',
83 'test/test_notification_tracker.h', 88 'test/test_notification_tracker.h',
84 'test/test_tab_contents_view.cc', 89 'test/test_tab_contents_view.cc',
85 'test/test_tab_contents_view.h', 90 'test/test_tab_contents_view.h',
86 'test/test_url_fetcher_factory.cc', 91 'test/test_url_fetcher_factory.cc',
87 'test/test_url_fetcher_factory.h', 92 'test/test_url_fetcher_factory.h',
88 'test/unittest_test_suite.cc', 93 'test/unittest_test_suite.cc',
89 'test/unittest_test_suite.h', 94 'test/unittest_test_suite.h',
95 'test/webrtc_audio_device_test.cc',
96 'test/webrtc_audio_device_test.h',
90 97
91 # TODO(phajdan.jr): Those files should be moved to webkit 98 # TODO(phajdan.jr): Those files should be moved to webkit
92 # test support target. 99 # test support target.
93 '../webkit/appcache/appcache_test_helper.cc', 100 '../webkit/appcache/appcache_test_helper.cc',
94 '../webkit/appcache/appcache_test_helper.h', 101 '../webkit/appcache/appcache_test_helper.h',
95 '../webkit/quota/mock_special_storage_policy.cc', 102 '../webkit/quota/mock_special_storage_policy.cc',
96 '../webkit/quota/mock_special_storage_policy.h', 103 '../webkit/quota/mock_special_storage_policy.h',
97 ], 104 ],
98 'conditions': [ 105 'conditions': [
99 ['toolkit_uses_gtk == 1', { 106 ['toolkit_uses_gtk == 1', {
(...skipping 18 matching lines...) Expand all
118 '../crypto/crypto.gyp:crypto', 125 '../crypto/crypto.gyp:crypto',
119 '../gpu/gpu.gyp:gpu_unittest_utils', 126 '../gpu/gpu.gyp:gpu_unittest_utils',
120 '../ipc/ipc.gyp:test_support_ipc', 127 '../ipc/ipc.gyp:test_support_ipc',
121 '../media/media.gyp:media_test_support', 128 '../media/media.gyp:media_test_support',
122 '../net/net.gyp:net_test_support', 129 '../net/net.gyp:net_test_support',
123 '../skia/skia.gyp:skia', 130 '../skia/skia.gyp:skia',
124 '../testing/gmock.gyp:gmock', 131 '../testing/gmock.gyp:gmock',
125 '../testing/gtest.gyp:gtest', 132 '../testing/gtest.gyp:gtest',
126 '../third_party/libjingle/libjingle.gyp:libjingle', 133 '../third_party/libjingle/libjingle.gyp:libjingle',
127 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 134 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
135 '../third_party/libvpx/libvpx.gyp:libvpx',
128 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 136 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
137 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
138 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers',
139 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
140 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
129 '../ui/gfx/gl/gl.gyp:gl', 141 '../ui/gfx/gl/gl.gyp:gl',
130 '../ui/ui.gyp:ui', 142 '../ui/ui.gyp:ui',
131 '../webkit/support/webkit_support.gyp:database', 143 '../webkit/support/webkit_support.gyp:database',
132 '../webkit/support/webkit_support.gyp:glue', 144 '../webkit/support/webkit_support.gyp:glue',
133 '../webkit/support/webkit_support.gyp:quota', 145 '../webkit/support/webkit_support.gyp:quota',
134 ], 146 ],
135 'include_dirs': [ 147 'include_dirs': [
136 '..', 148 '..',
137 ], 149 ],
138 'sources': [ 150 'sources': [
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'gpu/gpu_info_collector_unittest_win.cc', 215 'gpu/gpu_info_collector_unittest_win.cc',
204 'renderer/active_notification_tracker_unittest.cc', 216 'renderer/active_notification_tracker_unittest.cc',
205 'renderer/gpu/input_event_filter_unittest.cc', 217 'renderer/gpu/input_event_filter_unittest.cc',
206 'renderer/media/audio_message_filter_unittest.cc', 218 'renderer/media/audio_message_filter_unittest.cc',
207 'renderer/media/audio_renderer_impl_unittest.cc', 219 'renderer/media/audio_renderer_impl_unittest.cc',
208 'renderer/media/capture_video_decoder_unittest.cc', 220 'renderer/media/capture_video_decoder_unittest.cc',
209 'renderer/media/media_stream_dispatcher_unittest.cc', 221 'renderer/media/media_stream_dispatcher_unittest.cc',
210 'renderer/media/rtc_video_decoder_unittest.cc', 222 'renderer/media/rtc_video_decoder_unittest.cc',
211 'renderer/media/video_capture_impl_unittest.cc', 223 'renderer/media/video_capture_impl_unittest.cc',
212 'renderer/media/video_capture_message_filter_unittest.cc', 224 'renderer/media/video_capture_message_filter_unittest.cc',
225 'renderer/media/webrtc_audio_device_unittest.cc',
213 'renderer/paint_aggregator_unittest.cc', 226 'renderer/paint_aggregator_unittest.cc',
214 'renderer/v8_value_converter_impl_unittest.cc', 227 'renderer/v8_value_converter_impl_unittest.cc',
215 'test/run_all_unittests.cc', 228 'test/run_all_unittests.cc',
216 ], 229 ],
217 'conditions': [ 230 'conditions': [
218 ['input_speech==0', { 231 ['input_speech==0', {
219 'sources/': [ 232 'sources/': [
220 ['exclude', '^browser/speech/'], 233 ['exclude', '^browser/speech/'],
221 ] 234 ]
222 }], 235 }],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ], 368 ],
356 'sources': [ 369 'sources': [
357 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 370 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
358 ], 371 ],
359 } 372 }
360 ], 373 ],
361 }, 374 },
362 ], 375 ],
363 ], 376 ],
364 } 377 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/audio_renderer_impl.h » ('j') | content/renderer/media/audio_renderer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698