Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index 6ed9798d175d8f041d9c776c72a88466f09c185a..e7f6ef2be8b8f0dead40813635ba95c39fad2d7a 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -1985,6 +1985,19 @@ |
| ], |
| 'includes': [ '../build/java.gypi' ], |
| }, |
| + { |
| + 'target_name': 'net_javatests', |
| + 'type': 'none', |
| + 'variables': { |
| + 'package_name': 'net_javatests', |
| + 'java_in_dir': '../net/android/javatests', |
| + }, |
| + 'includes': [ '../build/java.gypi' ], |
|
cjhopman
2012/08/13 21:09:53
Nit: Move the 'includes' to the end below 'depende
aurimas (slooooooooow)
2012/08/13 22:40:28
Done.
|
| + 'dependencies': [ |
| + '../base/base.gyp:base_java', |
| + '../base/base.gyp:base_java_test_support', |
| + ], |
|
Yaron
2012/08/13 20:46:03
Does this need to export_dependent_settings?
aurimas (slooooooooow)
2012/08/13 22:40:28
Done.
|
| + }, |
| ], |
| }], |
| # Special target to wrap a gtest_target_type==shared_library |