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

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

Issue 494523004: GN: Build rules and fixes for (almost) all mojo unittest targets (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/apps/js/bindings/BUILD.gn ('k') | mojo/apps/js/test/BUILD.gn » ('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/cc/BUILD.gn b/mojo/apps/js/bindings/gl/BUILD.gn
similarity index 53%
copy from mojo/cc/BUILD.gn
copy to mojo/apps/js/bindings/gl/BUILD.gn
index 66ebae62e7007d92a871c4648715a2a83badb761..0404698339f6f815d13dcb5e44bae04f2860d593 100644
--- a/mojo/cc/BUILD.gn
+++ b/mojo/apps/js/bindings/gl/BUILD.gn
@@ -4,17 +4,21 @@
import("//mojo/system.gni")
-# GYP version: mojo/mojo.gyp:mojo_cc_support
-source_set("cc") {
+# GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
+source_set("gl") {
deps = [
"//base",
- "//cc",
- "//skia",
- "//gpu/command_buffer/client:gles2_implementation",
+ "//gin",
+ "//v8",
+ "//mojo/services/gles2:bindings",
+ "//mojo/environment:chromium",
] + mojo_gles2_for_shared_library
+
sources = [
- "context_provider_mojo.cc",
- "context_provider_mojo.h",
+ "context.cc",
+ "context.h",
+ "module.cc",
+ "module.h",
]
}
« no previous file with comments | « mojo/apps/js/bindings/BUILD.gn ('k') | mojo/apps/js/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698