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 'variables': { | 6 'variables': { |
7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 'content_java_test_support', | 1687 'content_java_test_support', |
1688 'content_shell_apk_java', | 1688 'content_shell_apk_java', |
1689 'content.gyp:content_java', | 1689 'content.gyp:content_java', |
1690 '../base/base.gyp:base_java', | 1690 '../base/base.gyp:base_java', |
1691 '../base/base.gyp:base_javatests', | 1691 '../base/base.gyp:base_javatests', |
1692 '../base/base.gyp:base_java_test_support', | 1692 '../base/base.gyp:base_java_test_support', |
1693 '../media/media.gyp:media_java', | 1693 '../media/media.gyp:media_java', |
1694 '../media/media.gyp:media_test_support', | 1694 '../media/media.gyp:media_test_support', |
1695 '../net/net.gyp:net_java', | 1695 '../net/net.gyp:net_java', |
1696 '../net/net.gyp:net_javatests', | 1696 '../net/net.gyp:net_javatests', |
| 1697 '../net/net.gyp:net_java_test_support', |
1697 ], | 1698 ], |
1698 'variables': { | 1699 'variables': { |
1699 'apk_name': 'ContentShellTest', | 1700 'apk_name': 'ContentShellTest', |
1700 'java_in_dir': 'shell/android/javatests', | 1701 'java_in_dir': 'shell/android/javatests', |
1701 'resource_dir': 'shell/android/shell_apk/res', | 1702 'resource_dir': 'shell/android/shell_apk/res', |
1702 'additional_src_dirs': ['public/android/javatests/',], | 1703 'additional_src_dirs': ['public/android/javatests/',], |
1703 'is_test_apk': 1, | 1704 'is_test_apk': 1, |
1704 }, | 1705 }, |
1705 'includes': [ '../build/java_apk.gypi' ], | 1706 'includes': [ '../build/java_apk.gypi' ], |
1706 }, | 1707 }, |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1845 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1846 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1846 }, | 1847 }, |
1847 ], | 1848 ], |
1848 }], | 1849 }], |
1849 ], | 1850 ], |
1850 }, | 1851 }, |
1851 ], | 1852 ], |
1852 }], | 1853 }], |
1853 ], | 1854 ], |
1854 } | 1855 } |
OLD | NEW |