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

Side by Side Diff: mojo/apps/js/test/BUILD.gn

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed DEPS gl build 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
« no previous file with comments | « mojo/apps/js/mojo_bridge_module.cc ('k') | mojo/apps/js/test/run_apps_js_tests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("apps_js_unittests") {
6 deps = [
7 "//gin:gin_test",
8 "//mojo/apps/js/bindings",
9 "//mojo/edk/js",
10 "//mojo/common",
11 "//mojo/edk/test:run_all_unittests",
12 "//mojo/edk/test:test_support",
13 "//mojo/public/cpp/bindings",
14 "//mojo/public/cpp/system",
15 "//mojo/public/interfaces/bindings/tests:test_interfaces",
16 ]
17
18 sources = [
19 "run_apps_js_tests.cc",
20 ]
21 }
OLDNEW
« no previous file with comments | « mojo/apps/js/mojo_bridge_module.cc ('k') | mojo/apps/js/test/run_apps_js_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698