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

Unified Diff: base/base.gyp

Issue 9834037: apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ifi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more line tweak Created 8 years, 9 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 | « no previous file | base/test/android/AndroidManifest.xml » ('j') | base/test/android/AndroidManifest.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 08461d7dad66f45f4b8549161542195b3a583d43..ee44677485f0e760139ec0ffadc3ed7b3e486ef1 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -9,6 +9,7 @@
'includes': [
'../build/win_precompile.gypi',
'base.gypi',
+ 'test/android/native_test.gyp'
Satish 2012/03/27 13:53:24 should this file have a ".gypi" extension?
],
'targets': [
{
@@ -153,7 +154,7 @@
},
{
'target_name': 'base_unittests',
- 'type': 'executable',
+ 'type': '<(gtest_target_type)',
'sources': [
# Tests.
'android/jni_android_unittest.cc',
« no previous file with comments | « no previous file | base/test/android/AndroidManifest.xml » ('j') | base/test/android/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698