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

Unified Diff: mojo/public/c/gpu/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
« no previous file with comments | « mojo/public/c/gles2/gles2_types.h ('k') | mojo/public/c/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gpu/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/c/gpu/BUILD.gn b/mojo/public/c/gpu/BUILD.gn
similarity index 77%
rename from third_party/mojo/src/mojo/public/c/gpu/BUILD.gn
rename to mojo/public/c/gpu/BUILD.gn
index afab7a14f36d2e4a15d9552fe97155773170ecc5..c12b92a149e19e494c3df6440ce04def68f6ac25 100644
--- a/third_party/mojo/src/mojo/public/c/gpu/BUILD.gn
+++ b/mojo/public/c/gpu/BUILD.gn
@@ -14,7 +14,6 @@ group("gpu") {
deps = [
":MGL",
- ":GLES2",
"../../platform/native:mgl_thunks",
"../../platform/native:gles2",
]
@@ -49,21 +48,3 @@ mojo_sdk_source_set("MGL_onscreen") {
":MGL",
]
}
-
-mojo_sdk_source_set("GLES2") {
- sources = [
- "GLES2/gl2.h",
- "GLES2/gl2ext.h",
- "GLES2/gl2mojo.h",
- ]
-
- public_deps = [
- ":KHR",
- ]
-}
-
-mojo_sdk_source_set("KHR") {
- sources = [
- "KHR/khrplatform.h",
- ]
-}
« no previous file with comments | « mojo/public/c/gles2/gles2_types.h ('k') | mojo/public/c/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698