| 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': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 }], | 263 }], |
| 264 ], | 264 ], |
| 265 'dependencies': [ | 265 'dependencies': [ |
| 266 'content.gyp:content_child', | 266 'content.gyp:content_child', |
| 267 'content.gyp:content_common', | 267 'content.gyp:content_common', |
| 268 'content.gyp:content_gpu', | 268 'content.gyp:content_gpu', |
| 269 'content.gyp:content_ppapi_plugin', | 269 'content.gyp:content_ppapi_plugin', |
| 270 'content.gyp:content_renderer', | 270 'content.gyp:content_renderer', |
| 271 'content.gyp:content_utility', | 271 'content.gyp:content_utility', |
| 272 'content.gyp:content_worker', | 272 'content.gyp:content_worker', |
| 273 'renderer/compositor_bindings/compositor_bindings.gyp:content_compos
itor_support', |
| 273 '../cc/cc_tests.gyp:cc_test_support', | 274 '../cc/cc_tests.gyp:cc_test_support', |
| 274 '../media/media.gyp:media', | 275 '../media/media.gyp:media', |
| 275 '../ppapi/ppapi_internal.gyp:ppapi_host', | 276 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 276 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 277 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 277 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 278 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 278 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 279 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 279 '../third_party/WebKit/public/blink.gyp:blink', | 280 '../third_party/WebKit/public/blink.gyp:blink', |
| 280 '../ui/surface/surface.gyp:surface', | 281 '../ui/surface/surface.gyp:surface', |
| 281 '../v8/tools/gyp/v8.gyp:v8', | 282 '../v8/tools/gyp/v8.gyp:v8', |
| 282 '../webkit/child/webkit_child.gyp:webkit_child', | 283 '../webkit/child/webkit_child.gyp:webkit_child', |
| 283 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 284 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 284 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', | |
| 285 '../webkit/storage_browser.gyp:webkit_storage_browser', | 285 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 286 '../webkit/storage_common.gyp:webkit_storage_common', | 286 '../webkit/storage_common.gyp:webkit_storage_common', |
| 287 ], | 287 ], |
| 288 'export_dependent_settings': [ | 288 'export_dependent_settings': [ |
| 289 '../third_party/WebKit/public/blink.gyp:blink', | 289 '../third_party/WebKit/public/blink.gyp:blink', |
| 290 ], | 290 ], |
| 291 }], | 291 }], |
| 292 ['OS == "win"', { | 292 ['OS == "win"', { |
| 293 'dependencies': [ | 293 'dependencies': [ |
| 294 '../sandbox/sandbox.gyp:sandbox', | 294 '../sandbox/sandbox.gyp:sandbox', |
| (...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1828 }, | 1828 }, |
| 1829 ], | 1829 ], |
| 1830 }], | 1830 }], |
| 1831 ], | 1831 ], |
| 1832 }, | 1832 }, |
| 1833 ], | 1833 ], |
| 1834 }], | 1834 }], |
| 1835 ], | 1835 ], |
| 1836 } | 1836 } |
| OLD | NEW |