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

Side by Side Diff: content/content_tests.gypi

Issue 8222025: Allow speech input feature to be disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make change suggestions. Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.cc » ('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) 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'],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'renderer/media/capture_video_decoder_unittest.cc', 180 'renderer/media/capture_video_decoder_unittest.cc',
181 'renderer/media/media_stream_dispatcher_unittest.cc', 181 'renderer/media/media_stream_dispatcher_unittest.cc',
182 'renderer/media/rtc_video_decoder_unittest.cc', 182 'renderer/media/rtc_video_decoder_unittest.cc',
183 'renderer/media/video_capture_impl_unittest.cc', 183 'renderer/media/video_capture_impl_unittest.cc',
184 'renderer/media/video_capture_message_filter_unittest.cc', 184 'renderer/media/video_capture_message_filter_unittest.cc',
185 'renderer/paint_aggregator_unittest.cc', 185 'renderer/paint_aggregator_unittest.cc',
186 'renderer/v8_value_converter_impl_unittest.cc', 186 'renderer/v8_value_converter_impl_unittest.cc',
187 'test/run_all_unittests.cc', 187 'test/run_all_unittests.cc',
188 ], 188 ],
189 'conditions': [ 189 'conditions': [
190 ['input_speech==0', {
191 'sources/': [
192 ['exclude', '^browser/speech/'],
193 ]
194 }],
190 ['use_x11 == 1', { 195 ['use_x11 == 1', {
191 'dependencies': [ 196 'dependencies': [
192 '../build/linux/system.gyp:dbus', 197 '../build/linux/system.gyp:dbus',
193 '../dbus/dbus.gyp:dbus_test_support', 198 '../dbus/dbus.gyp:dbus_test_support',
194 ], 199 ],
195 }], 200 }],
196 ['os_posix!=1', { 201 ['os_posix!=1', {
197 'sources!': [ 202 'sources!': [
198 # TODO(port): port those unit tests. 203 # TODO(port): port those unit tests.
199 'common/process_watcher_unittest.cc', 204 'common/process_watcher_unittest.cc',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 312 ],
308 'sources': [ 313 'sources': [
309 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 314 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
310 ], 315 ],
311 } 316 }
312 ], 317 ],
313 }, 318 },
314 ], 319 ],
315 ], 320 ],
316 } 321 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698