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

Unified Diff: content/content_tests.gypi

Issue 10805019: Add net library for content unit test and enable related test cases on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add dependency to net_java 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 | « build/android/gtest_filter/content_unittests_disabled ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index a8bce639f9e3d5829efe73d12d0ebe8421368c79..fce0abadfab2cffa7d7c292188d047138ee3d5d8 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -687,6 +687,7 @@
'../base/base.gyp:base_java',
'content_java',
'content_unittests',
+ '../net/net.gyp:net_java',
],
'variables': {
'test_suite_name': 'content_unittests',
@@ -694,6 +695,7 @@
'input_jars_paths': [
'<(PRODUCT_DIR)/lib.java/chromium_base.jar',
'<(PRODUCT_DIR)/lib.java/chromium_content.jar',
+ '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
],
},
'includes': [ '../build/apk_test.gypi' ],
« no previous file with comments | « build/android/gtest_filter/content_unittests_disabled ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698