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

Unified Diff: mojo/gles2/BUILD.gn

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/examples/wget/BUILD.gn ('k') | mojo/mojo_examples.gypi » ('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 a37647a3d93876aa62301566183fb47277378611..f1973e2127c5b24bc9ddcb0a70cdf0f125ac3a13 100644
--- a/mojo/gles2/BUILD.gn
+++ b/mojo/gles2/BUILD.gn
@@ -10,7 +10,7 @@ config("mojo_use_gles2") {
}
config("gles2_use_mojo") {
- defines = [ "USE_MOJO_GLES2" ]
+ defines = [ "GLES2_USE_MOJO" ]
}
# GYP version: mojo/mojo_base.gyp:mojo_gles2_impl
@@ -23,7 +23,6 @@ component("gles2") {
"//gpu/command_buffer/client",
"//gpu/command_buffer/common",
"//gpu/command_buffer/client:gles2_implementation",
- "//mojo/public/gles2",
"//mojo/services/gles2:bindings",
"//mojo/services/gles2:interfaces",
"//mojo/environment:chromium",
@@ -31,6 +30,7 @@ component("gles2") {
deps += mojo_system_for_component
defines = [
+ "GL_GLEXT_PROTOTYPES",
"MOJO_GLES2_IMPL_IMPLEMENTATION",
"MOJO_GLES2_IMPLEMENTATION",
]
« no previous file with comments | « mojo/examples/wget/BUILD.gn ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698