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

Unified Diff: third_party/android_opengl/etc1/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Actually undo gyp change Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698