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

Unified Diff: services/js/modules/gl/BUILD.gn

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Moved mojo/services/js to services/js Created 6 years, 1 month 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
Index: services/js/modules/gl/BUILD.gn
diff --git a/mojo/apps/js/bindings/gl/BUILD.gn b/services/js/modules/gl/BUILD.gn
similarity index 82%
rename from mojo/apps/js/bindings/gl/BUILD.gn
rename to services/js/modules/gl/BUILD.gn
index 19d08c0e9134577499e45ff70ffd3d6a8199bcc6..5e61507e8e78b3411c8a39cb87f2c807b89bd21a 100644
--- a/mojo/apps/js/bindings/gl/BUILD.gn
+++ b/services/js/modules/gl/BUILD.gn
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
source_set("gl") {
sources = [
"context.cc",
@@ -18,6 +17,6 @@ source_set("gl") {
"//mojo/edk/js",
"//mojo/environment:chromium",
"//mojo/public/gles2:for_shared_library",
- "//mojo/services/gles2:lib",
+ "//services/gles2:lib",
jamesr 2014/11/10 18:35:52 this change looks unintentional - i don't have a /
hansmuller 2014/11/10 18:59:16 You're right. The JS GL bindings haven't been exer
]
}

Powered by Google App Engine
This is Rietveld 408576698