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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 110 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
111 '../crypto/crypto.gyp:crypto', | 111 '../crypto/crypto.gyp:crypto', |
112 '../gpu/gpu.gyp:gpu_unittest_utils', | 112 '../gpu/gpu.gyp:gpu_unittest_utils', |
113 '../ipc/ipc.gyp:test_support_ipc', | 113 '../ipc/ipc.gyp:test_support_ipc', |
114 '../media/media.gyp:media_test_support', | 114 '../media/media.gyp:media_test_support', |
115 '../net/net.gyp:net_test_support', | 115 '../net/net.gyp:net_test_support', |
116 '../skia/skia.gyp:skia', | 116 '../skia/skia.gyp:skia', |
117 '../testing/gmock.gyp:gmock', | 117 '../testing/gmock.gyp:gmock', |
118 '../testing/gtest.gyp:gtest', | 118 '../testing/gtest.gyp:gtest', |
119 '../third_party/libjingle/libjingle.gyp:libjingle', | 119 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 120 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
120 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 121 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
121 '../ui/gfx/gl/gl.gyp:gl', | 122 '../ui/gfx/gl/gl.gyp:gl', |
122 '../ui/ui.gyp:ui', | 123 '../ui/ui.gyp:ui', |
123 '../webkit/support/webkit_support.gyp:database', | 124 '../webkit/support/webkit_support.gyp:database', |
124 '../webkit/support/webkit_support.gyp:glue', | 125 '../webkit/support/webkit_support.gyp:glue', |
125 '../webkit/support/webkit_support.gyp:quota', | 126 '../webkit/support/webkit_support.gyp:quota', |
126 ], | 127 ], |
127 'include_dirs': [ | 128 'include_dirs': [ |
128 '..', | 129 '..', |
129 ], | 130 ], |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 ], | 347 ], |
347 'sources': [ | 348 'sources': [ |
348 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 349 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
349 ], | 350 ], |
350 } | 351 } |
351 ], | 352 ], |
352 }, | 353 }, |
353 ], | 354 ], |
354 ], | 355 ], |
355 } | 356 } |
OLD | NEW |