OLD | NEW |
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'renderer/paint_aggregator_unittest.cc', | 201 'renderer/paint_aggregator_unittest.cc', |
202 'renderer/v8_value_converter_impl_unittest.cc', | 202 'renderer/v8_value_converter_impl_unittest.cc', |
203 'test/run_all_unittests.cc', | 203 'test/run_all_unittests.cc', |
204 ], | 204 ], |
205 'conditions': [ | 205 'conditions': [ |
206 ['input_speech==0', { | 206 ['input_speech==0', { |
207 'sources/': [ | 207 'sources/': [ |
208 ['exclude', '^browser/speech/'], | 208 ['exclude', '^browser/speech/'], |
209 ] | 209 ] |
210 }], | 210 }], |
| 211 ['notifications==0', { |
| 212 'sources!': [ |
| 213 'renderer/active_notification_tracker_unittest.cc', |
| 214 ], |
| 215 }], |
211 ['use_x11 == 1', { | 216 ['use_x11 == 1', { |
212 'dependencies': [ | 217 'dependencies': [ |
213 '../build/linux/system.gyp:dbus', | 218 '../build/linux/system.gyp:dbus', |
214 '../dbus/dbus.gyp:dbus_test_support', | 219 '../dbus/dbus.gyp:dbus_test_support', |
215 ], | 220 ], |
216 }], | 221 }], |
217 ['os_posix!=1', { | 222 ['os_posix!=1', { |
218 'sources!': [ | 223 'sources!': [ |
219 # TODO(port): port those unit tests. | 224 # TODO(port): port those unit tests. |
220 'common/process_watcher_unittest.cc', | 225 'common/process_watcher_unittest.cc', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 ], | 343 ], |
339 'sources': [ | 344 'sources': [ |
340 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 345 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
341 ], | 346 ], |
342 } | 347 } |
343 ], | 348 ], |
344 }, | 349 }, |
345 ], | 350 ], |
346 ], | 351 ], |
347 } | 352 } |
OLD | NEW |