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

Unified Diff: gyp/yasm.gyp

Issue 1239333002: Reenable yasm for Android x86 and x86-64 on Linux (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Adding documentation Created 5 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 | « gyp/libjpeg-turbo.gyp ('k') | platform_tools/android/bin/utils/setup_toolchain.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/yasm.gyp
diff --git a/gyp/yasm.gyp b/gyp/yasm.gyp
index 44792f0226470b6bb482e92e64c054aac0969a61..3f5758100a1d32f7808cb9758d8d7f2ac9f3871e 100644
--- a/gyp/yasm.gyp
+++ b/gyp/yasm.gyp
@@ -65,6 +65,7 @@
'ldflags!': [ '-stdlib=libc++', '-fsanitize=address' ],
# https://crbug.com/489901
'cflags!': [ '-fsanitize=bounds', '-fsanitize=address' ],
+ 'libraries!': [ '-llog', ],
},
'targets': [
{
« no previous file with comments | « gyp/libjpeg-turbo.gyp ('k') | platform_tools/android/bin/utils/setup_toolchain.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698