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

Unified Diff: build/all_android.gyp

Issue 11366035: Add a native test target and for android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add tests to all_android.gyp Created 8 years, 1 month 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: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index e1d9cbe69bbcf73e72ccf80ec723d0e4d936809c..eeb21167cbe68ca3490b20a47664c90ba5fb769f 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -36,6 +36,7 @@
'target_name': 'android_builder_tests',
'type': 'none',
'dependencies': [
+ '../android_webview/android_webview.gyp:android_webview_unittests',
'../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
'../base/base.gyp:base_unittests',
'../cc/cc_tests.gyp:cc_unittests',
@@ -74,6 +75,7 @@
# target.
'../testing/android/native_test.gyp:native_test_apk',
# Unit test bundles packaged as an apk.
+ '../android_webview/android_webview.gyp:android_webview_unittests_apk',
'../base/base.gyp:base_unittests_apk',
'../cc/cc_tests.gyp:cc_unittests_apk',
'../chrome/chrome.gyp:unit_tests_apk',

Powered by Google App Engine
This is Rietveld 408576698