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

Side by Side Diff: gyp/etc1.gyp

Issue 1296253003: Depend on ETC1 via DEPS instead of a direct third_party checkin. (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 | « DEPS ('k') | third_party/etc1/LICENSE » ('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': 'libetc1', 11 'target_name': 'libetc1',
12 'type': 'static_library', 12 'type': 'static_library',
13 'include_dirs' : [ 13 'include_dirs' : [
14 '../third_party/etc1' 14 '../third_party/externals/android_native/opengl/include/'
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 '../third_party/etc1/etc1.cpp', 17 '../third_party/externals/android_native/opengl/libs/ETC1/etc1.cpp'
18 ], 18 ],
19 'direct_dependent_settings': { 19 'direct_dependent_settings': {
20 'include_dirs': [ 20 'include_dirs' : [
21 '../third_party/etc1', 21 '../third_party/externals/android_native/opengl/include/ETC1'
22 ], 22 ],
23 }, 23 },
24 }], 24 }],
25 } 25 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/etc1/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698