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

Unified Diff: libyuv.gyp

Issue 1557923005: add clang variable for other apps to use (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: removing more large text files that didnt upload Created 4 years, 11 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 | « include/libyuv/version.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv.gyp
diff --git a/libyuv.gyp b/libyuv.gyp
index f2a999dd1baf8896b795b7d7c0ea91997dee17ed..b8e1c580d10b2066c4186492a4ca67717e57ed03 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -34,6 +34,8 @@
'libyuv_disable_jpeg%': 0,
# 'chromium_code' treats libyuv as internal and increases warning level.
'chromium_code': 1,
+ # clang compiler default variable usable by other apps that include libyuv.
+ 'clang%': 0,
# Link-Time Optimizations.
'use_lto%': 0,
'build_neon': 0,
« no previous file with comments | « include/libyuv/version.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698