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

Side by Side Diff: gyp/utils.gyp

Issue 1036303002: Move HWUI boilerplate into utils/android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « dm/DMSrcSinkAndroid.cpp ('k') | src/utils/android/SkHwuiRenderer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Gyp for utils. 5 # Gyp for utils.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'utils', 9 'target_name': 'utils',
10 'product_name': 'skia_utils', 10 'product_name': 'skia_utils',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'target_name': 'android_utils', 132 'target_name': 'android_utils',
133 'product_name': 'skia_android_utils', 133 'product_name': 'skia_android_utils',
134 'type': 'static_library', 134 'type': 'static_library',
135 'standalone_static_library': 1, 135 'standalone_static_library': 1,
136 'dependencies': [ 136 'dependencies': [
137 'core.gyp:*', 137 'core.gyp:*',
138 ], 138 ],
139 'sources': [ 139 'sources': [
140 '../src/utils/android/SkAndroidSDKCanvas.h', 140 '../src/utils/android/SkAndroidSDKCanvas.h',
141 '../src/utils/android/SkAndroidSDKCanvas.cpp', 141 '../src/utils/android/SkAndroidSDKCanvas.cpp',
142 '../src/utils/android/SkHwuiRenderer.h',
143 '../src/utils/android/SkHwuiRenderer.cpp',
142 ], 144 ],
143 'direct_dependent_settings': { 145 'direct_dependent_settings': {
144 'include_dirs': [ 146 'include_dirs': [
145 '../src/utils/android', 147 '../src/utils/android',
146 ], 148 ],
147 }, 149 },
148 }, 150 },
149 ], 151 ],
150 } 152 }
OLDNEW
« no previous file with comments | « dm/DMSrcSinkAndroid.cpp ('k') | src/utils/android/SkHwuiRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698