| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 '../net/net.gyp:net_test_support', | 625 '../net/net.gyp:net_test_support', |
| 626 '../ppapi/ppapi_internal.gyp:ppapi_host', | 626 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 627 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 627 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 628 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 628 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 629 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 629 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 630 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 630 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 631 '../skia/skia.gyp:skia', | 631 '../skia/skia.gyp:skia', |
| 632 '../testing/gmock.gyp:gmock', | 632 '../testing/gmock.gyp:gmock', |
| 633 '../testing/gtest.gyp:gtest', | 633 '../testing/gtest.gyp:gtest', |
| 634 '../third_party/mesa/mesa.gyp:osmesa', | 634 '../third_party/mesa/mesa.gyp:osmesa', |
| 635 '../ui/gl/gl.gyp:gl', |
| 635 '../ui/ui.gyp:ui', | 636 '../ui/ui.gyp:ui', |
| 636 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', | 637 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', |
| 637 '../webkit/support/webkit_support.gyp:glue', | 638 '../webkit/support/webkit_support.gyp:glue', |
| 638 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner_resources', | 639 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner_resources', |
| 639 ], | 640 ], |
| 640 'include_dirs': [ | 641 'include_dirs': [ |
| 641 '..', | 642 '..', |
| 642 ], | 643 ], |
| 643 'includes': [ | 644 'includes': [ |
| 644 'browser/gpu/test_support_gpu.gypi', | 645 'browser/gpu/test_support_gpu.gypi', |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 'resource_dir': '../res', | 930 'resource_dir': '../res', |
| 930 'additional_src_dirs': ['../content/public/android/javatests/'], | 931 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 931 'is_test_apk': 1, | 932 'is_test_apk': 1, |
| 932 }, | 933 }, |
| 933 'includes': [ '../build/java_apk.gypi' ], | 934 'includes': [ '../build/java_apk.gypi' ], |
| 934 }, | 935 }, |
| 935 ], | 936 ], |
| 936 }], | 937 }], |
| 937 ], | 938 ], |
| 938 } | 939 } |
| OLD | NEW |