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

Unified Diff: services/js/modules/clock/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/js_app.cc ('k') | services/js/modules/clock/monotonic_clock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/clock/BUILD.gn
diff --git a/mojo/apps/js/bindings/BUILD.gn b/services/js/modules/clock/BUILD.gn
similarity index 92%
rename from mojo/apps/js/bindings/BUILD.gn
rename to services/js/modules/clock/BUILD.gn
index 6bfce88a4373b75054c2362c5340fe92c3aceb92..815ea319f7cb3f65f49a5061f0bf3c23ba8d788b 100644
--- a/mojo/apps/js/bindings/BUILD.gn
+++ b/services/js/modules/clock/BUILD.gn
@@ -2,12 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("bindings") {
+source_set("clock") {
deps = [
"//base",
"//gin",
- "//v8",
"//mojo/edk/js",
+ "//v8",
]
sources = [
« no previous file with comments | « services/js/js_app.cc ('k') | services/js/modules/clock/monotonic_clock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698