Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Side by Side Diff: mojo/edk/js/tests/BUILD.gn

Issue 690743003: Move mojo/bindings/js to mojo/edk/js (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 test("js_unittests") { 5 test("js_unittests") {
6 deps = [ 6 deps = [
7 "//gin:gin_test", 7 "//gin:gin_test",
8 "//mojo/bindings/js", 8 "//mojo/edk/js",
9 "//mojo/edk/js:js_unittests",
9 "//mojo/edk/test:run_all_unittests", 10 "//mojo/edk/test:run_all_unittests",
10 "//mojo/edk/test:test_support", 11 "//mojo/edk/test:test_support",
11 "//mojo/public/cpp/environment:standalone", 12 "//mojo/public/cpp/environment:standalone",
12 "//mojo/public/cpp/utility", 13 "//mojo/public/cpp/utility",
13 "//mojo/public/interfaces/bindings/tests:test_interfaces", 14 "//mojo/public/interfaces/bindings/tests:test_interfaces",
14 ] 15 ]
15 16
16 sources = [ "run_js_tests.cc" ] 17 sources = [ "run_js_tests.cc" ]
17 } 18 }
OLDNEW
« mojo/edk/js/BUILD.gn ('K') | « mojo/edk/js/support.cc ('k') | mojo/edk/js/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698