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

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: Rebase and move out net dependency from testing/android 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
« no previous file with comments | « testing/android/generate_native_test.py ('k') | testing/android/native_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test.gyp
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 4b25f7cc80276b93b5f60d89b5b0a88ea51b60fc..3718907288676e204d3e974f5161dd49d6a24d6a 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': [
{
« no previous file with comments | « testing/android/generate_native_test.py ('k') | testing/android/native_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698