| 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 = [
|
|
|