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

Side by Side Diff: mojo/public/js/BUILD.gn

Issue 2745293005: Moving mojo/validation test into LayoutTests (Closed)
Patch Set: fetch from new location Created 3 years, 9 months 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 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings" 5 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings"
6 6
7 source_set("js") { 7 source_set("js") {
8 sources = [ 8 sources = [
9 "constants.cc", 9 "constants.cc",
10 "constants.h", 10 "constants.h",
(...skipping 20 matching lines...) Expand all
31 31
32 deps = [ 32 deps = [
33 "//mojo/public/interfaces/bindings:bindings__generator", 33 "//mojo/public/interfaces/bindings:bindings__generator",
34 ] 34 ]
35 } 35 }
36 36
37 group("tests") { 37 group("tests") {
38 testonly = true 38 testonly = true
39 39
40 data = [ 40 data = [
41 "//mojo/public/interfaces/bindings/tests/data/validation/",
42 "tests/core_unittest.js", 41 "tests/core_unittest.js",
43 "tests/validation_test_input_parser.js",
44 "tests/validation_unittest.js",
45 ] 42 ]
46 43
47 public_deps = [ 44 public_deps = [
48 ":bindings", 45 ":bindings",
49 ] 46 ]
50 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698