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

Unified Diff: mojo/apps/js/bindings/gl/BUILD.gn

Issue 581273003: Make mojo/services pass in "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: no brackets Created 6 years, 3 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/apps/js/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/gl/BUILD.gn
diff --git a/mojo/apps/js/bindings/gl/BUILD.gn b/mojo/apps/js/bindings/gl/BUILD.gn
index 02edaa35183e98c0cbee4b00f870c1f6c0fbd75e..0ee7e13dd0e10597fb7c6b91e51f96c1a9b3404b 100644
--- a/mojo/apps/js/bindings/gl/BUILD.gn
+++ b/mojo/apps/js/bindings/gl/BUILD.gn
@@ -4,20 +4,20 @@
# GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
source_set("gl") {
+ sources = [
+ "context.cc",
+ "context.h",
+ "module.cc",
+ "module.h",
+ ]
+
deps = [
"//base",
"//gin",
"//v8",
+ "//mojo/bindings/js",
"//mojo/environment:chromium",
"//mojo/public/gles2:for_shared_library",
"//mojo/services/gles2:bindings",
]
-
-
- sources = [
- "context.cc",
- "context.h",
- "module.cc",
- "module.h",
- ]
}
« no previous file with comments | « mojo/apps/js/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698