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

Unified Diff: mojo/public/platform/native/BUILD.gn

Issue 1317173003: Stop using //third_party/khronos headers in SDK (Closed) Base URL: git@github.com:domokit/mojo.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/gles2/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index d5df61b2d88961e658a7f42b0f19386586e604ea..3e849a0d58b61ec48b4ab2388ef68dc1eedfbb72 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -96,18 +96,13 @@ mojo_sdk_source_set("gles2") {
defines = [ "MOJO_GLES2_IMPLEMENTATION" ]
- configs = [ "//third_party/khronos:khronos_headers" ]
+ configs = [ "../../c/gpu:gpu_configs" ]
mojo_sdk_deps = [
"mojo/public/c/gles2:headers",
"mojo/public/c/environment",
"mojo/public/c/system",
]
-
- if (is_mac) {
- # TODO(GYP): Make it a run-path dependent library.
- # 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
- }
}
mojo_sdk_source_set("gpu_thunks") {
« no previous file with comments | « mojo/public/c/gles2/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698