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

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

Issue 2796253002: Associated Message Validation (Closed)
Patch Set: Validate payloadInterfaceIds before getting it. Use [0] for dimensions for validateArrayPointer. Ca… Created 3 years, 8 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
« no previous file with comments | « ios/web/webui/crw_web_ui_manager.mm ('k') | mojo/public/js/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # TODO(hansmuller): The organization of tests in this directory is weird: 8 # TODO(hansmuller): The organization of tests in this directory is weird:
9 # * Really, js_unittests tests public stuff, so that should live in public 9 # * Really, js_unittests tests public stuff, so that should live in public
10 # and be reworked as some sort of apptest. 10 # and be reworked as some sort of apptest.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 } 50 }
51 51
52 test("mojo_js_unittests") { 52 test("mojo_js_unittests") {
53 deps = [ 53 deps = [
54 "//base", 54 "//base",
55 "//gin:gin_test", 55 "//gin:gin_test",
56 "//mojo/edk/js", 56 "//mojo/edk/js",
57 "//mojo/edk/test:run_all_unittests", 57 "//mojo/edk/test:run_all_unittests",
58 "//mojo/edk/test:test_support", 58 "//mojo/edk/test:test_support",
59 "//mojo/public/cpp/system", 59 "//mojo/public/cpp/system",
60 "//mojo/public/interfaces/bindings/tests:test_associated_interfaces",
60 "//mojo/public/interfaces/bindings/tests:test_interfaces", 61 "//mojo/public/interfaces/bindings/tests:test_interfaces",
61 "//mojo/public/js:tests", 62 "//mojo/public/js:tests",
62 ] 63 ]
63 64
64 sources = [ 65 sources = [
65 "//mojo/edk/js/handle_unittest.cc", 66 "//mojo/edk/js/handle_unittest.cc",
66 "run_js_unittests.cc", 67 "run_js_unittests.cc",
67 ] 68 ]
68 } 69 }
OLDNEW
« no previous file with comments | « ios/web/webui/crw_web_ui_manager.mm ('k') | mojo/public/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698