Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index 6ed9798d175d8f041d9c776c72a88466f09c185a..1284ef78d6990aa049d35feb244a2f8702594dde 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -1985,6 +1985,23 @@ |
| ], |
| 'includes': [ '../build/java.gypi' ], |
| }, |
| + { |
| + 'target_name': 'net_javatests', |
| + 'type': 'none', |
| + 'variables': { |
| + 'package_name': 'net_javatests', |
| + 'java_in_dir': '../net/android/javatests', |
| + }, |
| + 'dependencies': [ |
| + '../base/base.gyp:base_java', |
| + '../base/base.gyp:base_java_test_support', |
| + ], |
| + 'export_dependent_settings': [ |
| + '../base/base.gyp:base_java', |
| + '../base/base.gyp:base_java_test_support', |
|
aurimas (slooooooooow)
2012/08/13 22:40:28
Chris, is this what you meant for me to do?
cjhopman
2012/08/13 22:42:47
Looks good.
|
| + ], |
| + 'includes': [ '../build/java.gypi' ], |
| + }, |
| ], |
| }], |
| # Special target to wrap a gtest_target_type==shared_library |