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

Unified Diff: gyp/android_framework_lib.gyp

Issue 1645093002: Move SkPixelXorXfermode.h to include/client/android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add new include dir to android_framgework_lib.gyp 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 | « no previous file | gyp/effects.gyp » ('j') | gyp/effects.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/android_framework_lib.gyp
diff --git a/gyp/android_framework_lib.gyp b/gyp/android_framework_lib.gyp
index ebcdc11a11f882ae137f44e7ae3ba63e6a7279a5..398232598aaad025191c0e4b000042888f35bce6 100644
--- a/gyp/android_framework_lib.gyp
+++ b/gyp/android_framework_lib.gyp
@@ -19,6 +19,9 @@
'ports.gyp:ports',
'utils.gyp:utils',
],
+ 'include_dirs': [
+ '../include/client/android',
+ ],
},
],
}
« no previous file with comments | « no previous file | gyp/effects.gyp » ('j') | gyp/effects.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698