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'], |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../build/temp_gyp/googleurl.gyp:googleurl', | 12 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 13 'content_browser', |
13 'content_common', | 14 'content_common', |
14 '../skia/skia.gyp:skia', | 15 '../skia/skia.gyp:skia', |
15 '../testing/gmock.gyp:gmock', | 16 '../testing/gmock.gyp:gmock', |
16 '../testing/gtest.gyp:gtest', | 17 '../testing/gtest.gyp:gtest', |
17 '../third_party/libvpx/libvpx.gyp:libvpx', | 18 '../third_party/libvpx/libvpx.gyp:libvpx', |
18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 19 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
19 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 20 '../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/system_wrappers/source/system_wrappers.gyp:system
_wrappers', |
21 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', | 22 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', |
22 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', | 23 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 ], | 378 ], |
378 'sources': [ | 379 'sources': [ |
379 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 380 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
380 ], | 381 ], |
381 } | 382 } |
382 ], | 383 ], |
383 }, | 384 }, |
384 ], | 385 ], |
385 ], | 386 ], |
386 } | 387 } |
OLD | NEW |