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

Unified Diff: chrome/chrome_tests.gypi

Issue 10827134: Include chromium_net.jar in unit_tests_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to chrome_test_suite.cc Created 8 years, 5 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 | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index a872602681da9e847577facc62908722ae1e8c12..bfeaea05b6f95a0e114d98858f543b7b6ab4b3c6 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4584,6 +4584,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_java',
+ '../net/net.gyp:net_java',
'unit_tests',
],
'variables': {
@@ -4591,6 +4592,7 @@
'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_tests<(SHARED_LIB_SUFFIX)',
'input_jars_paths': [
'<(PRODUCT_DIR)/lib.java/chromium_base.jar',
+ '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
],
},
'includes': [ '../build/apk_test.gypi' ],
« no previous file with comments | « no previous file | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698