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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 '../ppapi/ppapi_internal.gyp:ppapi_host', | 651 '../ppapi/ppapi_internal.gyp:ppapi_host', |
652 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 652 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
653 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 653 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
654 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 654 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
655 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 655 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
656 '../skia/skia.gyp:skia', | 656 '../skia/skia.gyp:skia', |
657 '../testing/gmock.gyp:gmock', | 657 '../testing/gmock.gyp:gmock', |
658 '../testing/gtest.gyp:gtest', | 658 '../testing/gtest.gyp:gtest', |
659 '../third_party/mesa/mesa.gyp:osmesa', | 659 '../third_party/mesa/mesa.gyp:osmesa', |
660 '../ui/gl/gl.gyp:gl', | 660 '../ui/gl/gl.gyp:gl', |
| 661 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
661 '../ui/ui.gyp:ui', | 662 '../ui/ui.gyp:ui', |
662 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', | 663 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', |
663 '../webkit/support/webkit_support.gyp:glue', | 664 '../webkit/support/webkit_support.gyp:glue', |
664 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner_resources', | 665 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner_resources', |
665 ], | 666 ], |
666 'include_dirs': [ | 667 'include_dirs': [ |
667 '..', | 668 '..', |
668 ], | 669 ], |
669 'includes': [ | 670 'includes': [ |
670 'browser/gpu/test_support_gpu.gypi', | 671 'browser/gpu/test_support_gpu.gypi', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 'resource_dir': '../res', | 1001 'resource_dir': '../res', |
1001 'additional_src_dirs': ['../content/public/android/javatests/'], | 1002 'additional_src_dirs': ['../content/public/android/javatests/'], |
1002 'is_test_apk': 1, | 1003 'is_test_apk': 1, |
1003 }, | 1004 }, |
1004 'includes': [ '../build/java_apk.gypi' ], | 1005 'includes': [ '../build/java_apk.gypi' ], |
1005 }, | 1006 }, |
1006 ], | 1007 ], |
1007 }], | 1008 }], |
1008 ], | 1009 ], |
1009 } | 1010 } |
OLD | NEW |