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

Unified Diff: gyp/libjpeg.gyp

Issue 152513007: Build Skia for a bare-bones embedded Linux system. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: again Created 6 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
Index: gyp/libjpeg.gyp
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index b10ee8c6e42744c0131535615a2ae44cca97c88c..73072948854ee6ae4d797599d1553d52ccd78c1b 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -104,10 +104,9 @@
'cflags': [
'-w', # supresses warnings
],
-
},
],
- }, {
+ }, { ## use_system_libjpeg != 0
'targets': [
{
'target_name': 'libjpeg',

Powered by Google App Engine
This is Rietveld 408576698