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

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: Tiny log tweak, protected->private, rebase to master. 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 81128f97dd7c888affcd6e55b4ac743b754059ae..e1fc5ccca9b03c49a5394b0862f20dbf4c91cd86 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"', {
'dependencies': [
'chromium_android_linker_test',
'content.gyp:content_icudata',

Powered by Google App Engine
This is Rietveld 408576698