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

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: Fixed DEPS gl build 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
« no previous file with comments | « services/js/modules/clock/test/run_clock_tests.cc ('k') | services/js/modules/gl/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1b565e4b41cfc277241dd28858f0e2600b86ff52 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,5 @@ source_set("gl") {
"//mojo/edk/js",
"//mojo/environment:chromium",
"//mojo/public/gles2:for_shared_library",
- "//mojo/services/gles2:lib",
]
}
« no previous file with comments | « services/js/modules/clock/test/run_clock_tests.cc ('k') | services/js/modules/gl/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698