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

Unified Diff: sdch/sdch.gyp

Issue 10332074: Update sdch's config.h for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« sdch/android/config.h ('K') | « sdch/android/config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/sdch.gyp
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index 6efe4f5c308305329addcbccadf4d092931a135a..212e1903a0169dc5aa3755b8d95824b96eb70725 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -53,7 +53,8 @@
],
},
'conditions': [
- [ 'OS == "linux" or OS == "android"', { 'include_dirs': [ 'linux' ] } ],
+ [ 'OS == "android"', { 'include_dirs': [ 'android' ] } ],
+ [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ],
[ 'os_bsd==1 or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ],
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
[ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
« sdch/android/config.h ('K') | « sdch/android/config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698