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

Side by Side Diff: gyp/android_utils.gypi

Issue 1021823003: Add utils/android/SkAndroidSDKCanvas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Derek's review, break into new gypi, ask Mike for gyp review Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | gyp/utils.gyp » ('j') | gyp/utils.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Include this gypi to include all Android Framework-specific 'utils' files
2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include
5 #
6 # The skia build defines these in common_variables.gypi
7 #
8 {
9 'sources': [
10 '<(skia_include_path)/utils/android/SkAndroidSDKCanvas.h',
mtklein 2015/03/23 16:47:01 Is this header really meant to be public? Let's p
11 '<(skia_src_path)/utils/android/SkAndroidSDKCanvas.cpp',
12 ],
13 }
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gyp » ('j') | gyp/utils.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698