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

Side by Side Diff: mojo/bindings/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
(Empty)
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
3 # found in the LICENSE file.
4
5 test("js_unittests") {
6 deps = [
7 "//gin:gin_test",
8 "//mojo/bindings/js",
9 "//mojo/edk/test:run_all_unittests",
10 "//mojo/edk/test:test_support",
11 "//mojo/public/cpp/environment:standalone",
12 "//mojo/public/cpp/utility",
13 "//mojo/public/interfaces/bindings/tests:test_interfaces",
14 ]
15
16 sources = [ "run_js_tests.cc" ]
17 }
OLDNEW
« no previous file with comments | « mojo/bindings/js/support.cc ('k') | mojo/bindings/js/tests/DEPS » ('j') | mojo/edk/js/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698