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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 116043010: Fix JNI generation dependency in android_webview_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 58855718a4cb12434422bedfd8bd50747bb4cde1..ca3452c19e899c3a5d61a955a65fd137b3769bfc 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -74,6 +74,7 @@
'../testing/gtest.gyp:gtest',
'../ui/ui.gyp:ui_base_jni_headers',
'android_webview_common',
+ 'android_webview_unittests_jni',
],
'include_dirs': [
'..',
@@ -119,7 +120,6 @@
'dependencies': [
'android_webview_unittest_java',
'android_webview_unittests',
- 'android_webview_unittests_jni',
],
'variables': {
'test_suite_name': 'android_webview_unittests',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698