| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 }], | 212 }], |
| 213 }], | 213 }], |
| 214 ], | 214 ], |
| 215 'dependencies': [ | 215 'dependencies': [ |
| 216 'content.gyp:content_child', | 216 'content.gyp:content_child', |
| 217 'content.gyp:content_gpu', | 217 'content.gyp:content_gpu', |
| 218 'content.gyp:content_ppapi_plugin', | 218 'content.gyp:content_ppapi_plugin', |
| 219 'content.gyp:content_renderer', | 219 'content.gyp:content_renderer', |
| 220 'content.gyp:content_utility', | 220 'content.gyp:content_utility', |
| 221 'content.gyp:content_worker', | 221 'content.gyp:content_worker', |
| 222 'test_runner', |
| 222 '../cc/cc_tests.gyp:cc_test_support', | 223 '../cc/cc_tests.gyp:cc_test_support', |
| 223 '../media/media.gyp:media', | 224 '../media/media.gyp:media', |
| 224 '../ppapi/ppapi_internal.gyp:ppapi_host', | 225 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 225 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 226 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 226 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 227 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 227 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 228 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 228 '../third_party/WebKit/public/blink.gyp:blink', | 229 '../third_party/WebKit/public/blink.gyp:blink', |
| 229 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne
r', | |
| 230 '../ui/surface/surface.gyp:surface', | 230 '../ui/surface/surface.gyp:surface', |
| 231 '../webkit/child/webkit_child.gyp:webkit_child', | 231 '../webkit/child/webkit_child.gyp:webkit_child', |
| 232 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 232 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 233 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 233 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 234 '../webkit/glue/webkit_glue.gyp:glue', | 234 '../webkit/glue/webkit_glue.gyp:glue', |
| 235 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', | 235 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', |
| 236 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 236 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
| 237 '../webkit/storage_browser.gyp:webkit_storage_browser', | 237 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 238 '../webkit/storage_common.gyp:webkit_storage_common', | 238 '../webkit/storage_common.gyp:webkit_storage_common', |
| 239 ], | 239 ], |
| (...skipping 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1642 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1642 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1643 }, | 1643 }, |
| 1644 ], | 1644 ], |
| 1645 }], | 1645 }], |
| 1646 ], | 1646 ], |
| 1647 }, | 1647 }, |
| 1648 ], | 1648 ], |
| 1649 }], | 1649 }], |
| 1650 ], | 1650 ], |
| 1651 } | 1651 } |
| OLD | NEW |