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

Unified Diff: build/all_android.gyp

Issue 9401029: Android build: 64-bit linker issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: col limit Created 8 years, 10 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 | build/android/buildbot_functions.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index f1b0f904c3a8ba2035ae9b7a01c816973857c216..fd7ae7f9c7864be142cb541c6c07ee1281239e43 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -46,6 +46,8 @@
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
'../chrome/chrome.gyp:unit_tests',
+ # Requires 64-bit linker.
+ '../content/content.gyp:content_unittests',
],
},
{
@@ -55,7 +57,6 @@
'type': 'none',
'dependencies': [
'../content/content.gyp:content_browsertests',
- '../content/content.gyp:content_unittests',
'../chrome/chrome.gyp:sync_unit_tests',
'../ui/ui.gyp:gfx_unittests',
],
« no previous file with comments | « no previous file | build/android/buildbot_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698