Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 source_set("bindings") { | 5 source_set("bindings") { |
| 6 deps = [ | 6 deps = [ |
| 7 "//base", | 7 "//base", |
| 8 "//gin", | 8 "//gin", |
| 9 "//v8", | |
| 9 "//mojo/edk/js", | 10 "//mojo/edk/js", |
| 10 "//mojo/public/cpp/system", | |
| 11 "//v8", | |
| 12 ] | 11 ] |
| 13 | 12 |
| 14 sources = [ | 13 sources = [ |
| 15 "monotonic_clock.cc", | 14 "monotonic_clock.cc", |
| 16 "monotonic_clock.h", | 15 "monotonic_clock.h", |
| 17 ] | 16 ] |
| 18 } | 17 } |
| OLD | NEW |