repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix crash on app list start page contents not existing.
[chromium-blink-merge.git]
/
third_party
/
android_opengl
/
etc1
/
etc1.gyp
blob
3445a677c435f52d2561e02cbad48a7896a742a2
1
# Copyright 2014 The Chromium Authors. All rights reserved.
2
# Use of this source code is governed by a BSD-style license that can be
3
# found in the LICENSE file.
4
5
{
6
'targets': [
7
{
8
# GN: //third_party/android_opengl/etc1:etc1
9
'target_name': 'etc1',
10
'type': 'static_library',
11
'sources': [
12
'etc1.cpp',
13
'etc1.h',
14
],
15
},
16
]
17
}