Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2034)

Unified Diff: testing/android/native_test.gyp

Issue 10408091: Chromium support of running DumpRenderTree as an apk on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes according to comments in Patch Set 3 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/android/native_test.gyp
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 1b60cbf9a44c85a7d70cac84fbcd2cf753e00070..ff9682424e4fc39d9b81593f8662045bf97ab826 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',
'../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
'../gtest.gyp:gtest',
+ 'native_test_jni_headers',
],
},
{
- 'target_name': 'jni_headers',
+ 'target_name': 'native_test_jni_headers',
'type': 'none',
'actions': [
{

Powered by Google App Engine
This is Rietveld 408576698