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

Side by Side Diff: gyp/ktx.gyp

Issue 1265443002: add -Iinclude/private anywhere we have -Isrc/core (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 | « gyp/images.gyp ('k') | gyp/opts.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'skia_warnings_as_errors': 0, 7 'skia_warnings_as_errors': 0,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'libSkKTX', 11 'target_name': 'libSkKTX',
12 'type': 'static_library', 12 'type': 'static_library',
13 'include_dirs' : [ 13 'include_dirs' : [
14 '../third_party/ktx', 14 '../third_party/ktx',
15 '../include/gpu', 15 '../include/gpu',
16 '../include/private',
16 '../src/core', 17 '../src/core',
17 '../src/gpu', 18 '../src/gpu',
18 '../src/utils', 19 '../src/utils',
19 ], 20 ],
20 'sources': [ 21 'sources': [
21 '../third_party/ktx/ktx.cpp', 22 '../third_party/ktx/ktx.cpp',
22 ], 23 ],
23 'dependencies': [ 24 'dependencies': [
24 'core.gyp:*', 25 'core.gyp:*',
25 'etc1.gyp:libetc1', 26 'etc1.gyp:libetc1',
26 ], 27 ],
27 'direct_dependent_settings': { 28 'direct_dependent_settings': {
28 'include_dirs': [ 29 'include_dirs': [
29 '../third_party/ktx', 30 '../third_party/ktx',
30 ], 31 ],
31 }, 32 },
32 }], 33 }],
33 } 34 }
OLDNEW
« no previous file with comments | « gyp/images.gyp ('k') | gyp/opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698