| Index: third_party/android_opengl/etc1/BUILD.gn
|
| diff --git a/third_party/ashmem/BUILD.gn b/third_party/android_opengl/etc1/BUILD.gn
|
| similarity index 65%
|
| copy from third_party/ashmem/BUILD.gn
|
| copy to third_party/android_opengl/etc1/BUILD.gn
|
| index a3f7e6a28657131501024ba45b28627ae0893fff..48f52c02d5b8994171afb4323bff6f55eb8a23a9 100644
|
| --- a/third_party/ashmem/BUILD.gn
|
| +++ b/third_party/android_opengl/etc1/BUILD.gn
|
| @@ -4,9 +4,10 @@
|
|
|
| assert(is_android)
|
|
|
| -source_set("ashmem") {
|
| +# GYP: //third_party/android_opengl/etc1/etc1.gyp:etc1
|
| +source_set("etc1") {
|
| sources = [
|
| - "ashmem.h",
|
| - "ashmem-dev.c",
|
| + "etc1.cpp",
|
| + "etc1.h",
|
| ]
|
| }
|
|
|