Index: mojo/apps/js/bindings/BUILD.gn |
diff --git a/mojo/apps/js/bindings/BUILD.gn b/mojo/apps/js/bindings/BUILD.gn |
deleted file mode 100644 |
index bc72747fac1c6861342872ba3d3a1e52c764a005..0000000000000000000000000000000000000000 |
--- a/mojo/apps/js/bindings/BUILD.gn |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
-# 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("bindings") { |
- deps = [ |
- "//base", |
- "//gin", |
- "//v8", |
- "//mojo/bindings/js", |
- ] |
- |
- sources = [ |
- "threading.cc", |
- "threading.h", |
- "monotonic_clock.cc", |
- "monotonic_clock.h", |
- ] |
-} |