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

Unified Diff: chrome/chrome_tests.gypi

Issue 10065018: Temporarily make unit_tests a static library on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comment for override Created 8 years, 8 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/common.gypi ('k') | no next file » | 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 3e3a31b4dc8f2bd476736a82e478b244e8f914a4..0d061e1f015483712a47da5a93e5b09a084e6db6 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2441,6 +2441,8 @@
],
}],
['OS=="android"', {
+ # TODO(yfriedman): Remove once unit_tests can link for Android.
+ 'type': '<(android_unit_test_target_type)',
'sources!': [
# Bookmark export/import are handled via the BookmarkColumns
# ContentProvider.
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698