| Index: mojo/apps/js/bindings/BUILD.gn
|
| diff --git a/mojo/apps/js/bindings/BUILD.gn b/mojo/apps/js/bindings/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bc72747fac1c6861342872ba3d3a1e52c764a005
|
| --- /dev/null
|
| +++ b/mojo/apps/js/bindings/BUILD.gn
|
| @@ -0,0 +1,20 @@
|
| +# 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",
|
| + ]
|
| +}
|
|
|