summaryrefslogtreecommitdiff
path: root/opts.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'opts.gyp')
-rw-r--r--opts.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opts.gyp b/opts.gyp
index 30f464f..2c87b81 100644
--- a/opts.gyp
+++ b/opts.gyp
@@ -32,7 +32,7 @@
'conditions': [
[ 'skia_arch_type == "x86" and skia_os != "ios"', {
'conditions': [
- [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl"]', {
+ [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos"]', {
'cflags': [
'-msse2',
],
@@ -113,7 +113,7 @@
'../src/core',
],
'conditions': [
- [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl"]', {
+ [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos"]', {
'cflags': [
'-mssse3',
],