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

Unified Diff: skia/skia.gyp

Issue 1480002: GYP changes for FreeBSD and OpenBSD (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 47284)
+++ skia/skia.gyp (working copy)
@@ -693,7 +693,7 @@
'../third_party/skia/src/core',
],
'conditions': [
- [ 'OS == "linux" and target_arch != "arm"', {
+ [ '(OS == "linux" or OS == "freebsd" or OS == "openbsd") and target_arch != "arm"', {
'cflags': [
'-msse2',
],
« no previous file with comments | « sandbox/sandbox.gyp ('k') | third_party/bzip2/bzip2.gyp » ('j') | third_party/zlib/zlib.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698