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("js") { | 5 source_set("js") { |
6 sources = [ | 6 sources = [ |
7 "core.cc", | 7 "core.cc", |
8 "core.h", | 8 "core.h", |
9 "drain_data.cc", | 9 "drain_data.cc", |
10 "drain_data.h", | 10 "drain_data.h", |
(...skipping 27 matching lines...) Expand all Loading... |
38 sources = [ | 38 sources = [ |
39 "handle_unittest.cc", | 39 "handle_unittest.cc", |
40 ] | 40 ] |
41 | 41 |
42 deps = [ | 42 deps = [ |
43 "//mojo/edk/js", | 43 "//mojo/edk/js", |
44 "//mojo/edk/test:test_support", | 44 "//mojo/edk/test:test_support", |
45 "//mojo/public/cpp/system", | 45 "//mojo/public/cpp/system", |
46 "//testing/gtest", | 46 "//testing/gtest", |
47 ] | 47 ] |
48 | |
49 } | 48 } |
OLD | NEW |