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

Unified Diff: content/content_tests.gypi

Issue 1314823003: Make Linker.isUsed() static, and clean up the fallout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ba7cf2b61c41a760b261ea1dda5588bbc7e42e7d..2cc77bfb91a16bdfbaa3271bd3a7550ffe63940d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1954,7 +1954,7 @@
'target_name': 'chromium_linker_test_apk',
'type': 'none',
'conditions': [
- ['target_arch != "x64" and target_arch != "arm64"', {
+ ['target_arch != "x64"', {
rmcilroy 2015/08/28 13:24:08 Is there still a bug on x64 or can we remove this
simonb (inactive) 2015/08/28 14:00:41 Just not tested on x64 yet (lack of time). It's on
'dependencies': [
'chromium_android_linker_test',
'content.gyp:content_icudata',

Powered by Google App Engine
This is Rietveld 408576698