OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 '../ui/surface/surface.gyp:surface', | 227 '../ui/surface/surface.gyp:surface', |
228 '../webkit/child/webkit_child.gyp:webkit_child', | 228 '../webkit/child/webkit_child.gyp:webkit_child', |
229 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 229 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
230 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 230 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
231 '../webkit/glue/webkit_glue.gyp:glue', | 231 '../webkit/glue/webkit_glue.gyp:glue', |
232 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', | 232 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', |
233 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 233 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
234 '../webkit/storage_browser.gyp:webkit_storage_browser', | 234 '../webkit/storage_browser.gyp:webkit_storage_browser', |
235 '../webkit/storage_common.gyp:webkit_storage_common', | 235 '../webkit/storage_common.gyp:webkit_storage_common', |
236 ], | 236 ], |
| 237 'export_dependent_settings': [ |
| 238 '../third_party/WebKit/public/blink.gyp:blink', |
| 239 ], |
237 }], | 240 }], |
238 ['OS == "win" or toolkit_uses_gtk == 1', { | 241 ['OS == "win" or toolkit_uses_gtk == 1', { |
239 'dependencies': [ | 242 'dependencies': [ |
240 '../sandbox/sandbox.gyp:sandbox', | 243 '../sandbox/sandbox.gyp:sandbox', |
241 ], | 244 ], |
242 }], | 245 }], |
243 ['enable_webrtc==1', { | 246 ['enable_webrtc==1', { |
244 'sources': [ | 247 'sources': [ |
245 'renderer/media/mock_media_stream_dependency_factory.cc', | 248 'renderer/media/mock_media_stream_dependency_factory.cc', |
246 'renderer/media/mock_media_stream_dependency_factory.h', | 249 'renderer/media/mock_media_stream_dependency_factory.h', |
(...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1640 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1643 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1641 }, | 1644 }, |
1642 ], | 1645 ], |
1643 }], | 1646 }], |
1644 ], | 1647 ], |
1645 }, | 1648 }, |
1646 ], | 1649 ], |
1647 }], | 1650 }], |
1648 ], | 1651 ], |
1649 } | 1652 } |
OLD | NEW |