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

Side by Side 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, 10 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/effects.gyp » ('j') | gyp/effects.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 Google Inc. 1 # Copyright 2014 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'libskia', 8 'target_name': 'libskia',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'dependencies': [ 10 'dependencies': [
11 'codec.gyp:codec', 11 'codec.gyp:codec',
12 'codec_android.gyp:codec_android', 12 'codec_android.gyp:codec_android',
13 'core.gyp:core', 13 'core.gyp:core',
14 'effects.gyp:effects', 14 'effects.gyp:effects',
15 'gpu.gyp:skgpu', 15 'gpu.gyp:skgpu',
16 'images.gyp:images', 16 'images.gyp:images',
17 'opts.gyp:opts', 17 'opts.gyp:opts',
18 'pdf.gyp:pdf', 18 'pdf.gyp:pdf',
19 'ports.gyp:ports', 19 'ports.gyp:ports',
20 'utils.gyp:utils', 20 'utils.gyp:utils',
21 ], 21 ],
22 'include_dirs': [
23 '../include/client/android',
24 ],
22 }, 25 },
23 ], 26 ],
24 } 27 }
OLDNEW
« 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