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

Unified Diff: mojo/gles2/BUILD.gn

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 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/BUILD.gn ('k') | mojo/gles2/control_thunks_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/BUILD.gn
diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
index 74f5a3fd877bc34e2bc1438e468e2edc574c4a7e..acd1960b3e1fcdb8a797192a1903bc16fa8e63e2 100644
--- a/mojo/gles2/BUILD.gn
+++ b/mojo/gles2/BUILD.gn
@@ -30,11 +30,11 @@ source_set("control_thunks") {
"//gpu/command_buffer/client:gles2_cmd_helper_sources",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/common",
+ "//mojo/public/c:MGL",
+ "//mojo/public/c:MGL_echo",
+ "//mojo/public/c:MGL_onscreen",
+ "//mojo/public/c:MGL_signal_sync_point",
"//mojo/public/c:system",
- "//mojo/public/c/gpu:MGL",
- "//mojo/public/c/gpu:MGL_echo",
- "//mojo/public/c/gpu:MGL_onscreen",
- "//mojo/public/c/gpu:MGL_signal_sync_point",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/services/gpu/interfaces",
@@ -47,10 +47,7 @@ source_set("gles2") {
"gles2_impl.cc",
]
- defines = [
- "GL_GLEXT_PROTOTYPES",
- "MOJO_GLES2_IMPLEMENTATION",
- ]
+ defines = [ "GL_GLEXT_PROTOTYPES" ]
configs += [
":gles2_use_mojo",
@@ -62,8 +59,8 @@ source_set("gles2") {
deps = [
":control_thunks",
"//gpu/command_buffer/client:gles2_interface",
- "//mojo/public/c/gpu:GLES2",
- "//mojo/public/c/gpu:MGL",
+ "//mojo/public/c:GLES2",
+ "//mojo/public/c:MGL",
]
}
@@ -77,8 +74,8 @@ source_set("mgl") {
deps = [
":control_thunks",
":gles2",
- "//mojo/public/c/gpu:MGL",
- "//mojo/public/c/gpu:MGL_onscreen",
+ "//mojo/public/c:MGL",
+ "//mojo/public/c:MGL_onscreen",
"//mojo/public/cpp/system",
]
}
@@ -89,7 +86,7 @@ test("mgl_unittests") {
"//mojo/edk/base_edk",
"//mojo/edk/system",
"//mojo/edk/test:run_all_unittests",
- "//mojo/public/c/gpu:MGL",
+ "//mojo/public/c:MGL",
"//mojo/public/cpp/environment:standalone",
"//testing/gtest:gtest",
]
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/gles2/control_thunks_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698