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

Side by Side Diff: gyp/utils.gyp

Issue 1407053009: Simplify linkages to Android framework internals (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: One gyp file is much like another Created 5 years, 1 month 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 | « gyp/dm.gyp ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'target_name': 'android_utils', 120 'target_name': 'android_utils',
121 'product_name': 'skia_android_utils', 121 'product_name': 'skia_android_utils',
122 'type': 'static_library', 122 'type': 'static_library',
123 'standalone_static_library': 1, 123 'standalone_static_library': 1,
124 'dependencies': [ 124 'dependencies': [
125 'core.gyp:*', 125 'core.gyp:*',
126 ], 126 ],
127 'sources': [ 127 'sources': [
128 '../src/utils/android/SkAndroidSDKCanvas.h', 128 '../src/utils/android/SkAndroidSDKCanvas.h',
129 '../src/utils/android/SkAndroidSDKCanvas.cpp', 129 '../src/utils/android/SkAndroidSDKCanvas.cpp',
130 '../src/utils/android/SkHwuiRenderer.h',
131 '../src/utils/android/SkHwuiRenderer.cpp',
132 ], 130 ],
133 'direct_dependent_settings': { 131 'direct_dependent_settings': {
134 'include_dirs': [ 132 'include_dirs': [
135 '../src/utils/android', 133 '../src/utils/android',
136 ], 134 ],
137 }, 135 },
138 }, 136 },
139 ], 137 ],
140 } 138 }
OLDNEW
« no previous file with comments | « gyp/dm.gyp ('k') | src/utils/android/SkHwuiRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698