OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 }], | 365 }], |
366 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { | 366 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { |
367 'dependencies': [ | 367 'dependencies': [ |
368 '../sandbox/sandbox.gyp:sandbox', | 368 '../sandbox/sandbox.gyp:sandbox', |
369 ], | 369 ], |
370 }], | 370 }], |
371 ['use_aura==1', { | 371 ['use_aura==1', { |
372 'dependencies': [ | 372 'dependencies': [ |
373 '../ui/aura/aura.gyp:aura', | 373 '../ui/aura/aura.gyp:aura', |
374 ], | 374 ], |
| 375 'sources!': [ |
| 376 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| 377 ], |
375 }], | 378 }], |
376 ], | 379 ], |
377 }, | 380 }, |
378 { | 381 { |
379 'target_name': 'content_browsertests', | 382 'target_name': 'content_browsertests', |
380 'type': 'executable', | 383 'type': 'executable', |
381 'defines!': ['CONTENT_IMPLEMENTATION'], | 384 'defines!': ['CONTENT_IMPLEMENTATION'], |
382 'dependencies': [ | 385 'dependencies': [ |
383 'content_browser', | 386 'content_browser', |
384 'content_gpu', | 387 'content_gpu', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 ], | 497 ], |
495 'sources': [ | 498 'sources': [ |
496 'common/gpu/media/video_decode_accelerator_unittest.cc', | 499 'common/gpu/media/video_decode_accelerator_unittest.cc', |
497 ], | 500 ], |
498 } | 501 } |
499 ], | 502 ], |
500 }, | 503 }, |
501 ], | 504 ], |
502 ], | 505 ], |
503 } | 506 } |
OLD | NEW |