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 '../ipc/ipc.gyp:test_support_ipc', | 110 '../ipc/ipc.gyp:test_support_ipc', |
111 '../media/media.gyp:media_test_support', | 111 '../media/media.gyp:media_test_support', |
112 '../net/net.gyp:net_test_support', | 112 '../net/net.gyp:net_test_support', |
113 '../skia/skia.gyp:skia', | 113 '../skia/skia.gyp:skia', |
114 '../testing/gmock.gyp:gmock', | 114 '../testing/gmock.gyp:gmock', |
115 '../testing/gtest.gyp:gtest', | 115 '../testing/gtest.gyp:gtest', |
116 '../third_party/libjingle/libjingle.gyp:libjingle', | 116 '../third_party/libjingle/libjingle.gyp:libjingle', |
117 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 117 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
118 '../ui/gfx/gl/gl.gyp:gl', | 118 '../ui/gfx/gl/gl.gyp:gl', |
119 '../ui/ui.gyp:ui', | 119 '../ui/ui.gyp:ui', |
| 120 '../webkit/support/webkit_support.gyp:database', |
120 '../webkit/support/webkit_support.gyp:glue', | 121 '../webkit/support/webkit_support.gyp:glue', |
121 '../webkit/support/webkit_support.gyp:quota', | 122 '../webkit/support/webkit_support.gyp:quota', |
122 ], | 123 ], |
123 'include_dirs': [ | 124 'include_dirs': [ |
124 '..', | 125 '..', |
125 ], | 126 ], |
126 'sources': [ | 127 'sources': [ |
127 'app/startup_helper_win.cc', | 128 'app/startup_helper_win.cc', |
128 'browser/appcache/chrome_appcache_service_unittest.cc', | 129 'browser/appcache/chrome_appcache_service_unittest.cc', |
129 'browser/browser_thread_unittest.cc', | 130 'browser/browser_thread_unittest.cc', |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 ], | 338 ], |
338 'sources': [ | 339 'sources': [ |
339 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 340 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
340 ], | 341 ], |
341 } | 342 } |
342 ], | 343 ], |
343 }, | 344 }, |
344 ], | 345 ], |
345 ], | 346 ], |
346 } | 347 } |
OLD | NEW |