Index: testing/android/native_test.gyp |
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp |
index 1b60cbf9a44c85a7d70cac84fbcd2cf753e00070..60d79ca2c6ee98b40d45b73328d8d0eb2cb8b821 100644 |
--- a/testing/android/native_test.gyp |
+++ b/testing/android/native_test.gyp |
@@ -42,9 +42,9 @@ |
'target_name': 'native_test_native_code', |
'message': 'building native pieces of native test package', |
'type': 'static_library', |
- 'sources': [ |
- 'native_test_launcher.cc', |
- ], |
+ 'sources': [ |
+ 'native_test_launcher.cc', |
+ ], |
'direct_dependent_settings': { |
'ldflags!': [ |
# JNI_OnLoad is implemented in a .a and we need to |
@@ -53,14 +53,14 @@ |
], |
}, |
'dependencies': [ |
- 'jni_headers', |
+ 'native_test_jni_headers', |
nilesh
2012/05/24 21:28:33
Nit: sort order.
Xianzhu
2012/05/24 21:59:35
Done.
|
'../../base/base.gyp:base', |
'../../base/base.gyp:test_support_base', |
'../gtest.gyp:gtest', |
], |
}, |
{ |
- 'target_name': 'jni_headers', |
+ 'target_name': 'native_test_jni_headers', |
'type': 'none', |
'actions': [ |
{ |