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

Side by Side Diff: mojo/mojo_public_tests.gypi

Issue 551293004: Mojo JS validation unit test should check Connection et al (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/public/c/test_support 8 # GN version: //mojo/public/c/test_support
9 'target_name': 'mojo_test_support', 9 'target_name': 'mojo_test_support',
10 'defines': [ 10 'defines': [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'dependencies': [ 209 'dependencies': [
210 'mojo_cpp_bindings', 210 'mojo_cpp_bindings',
211 ], 211 ],
212 }, 212 },
213 { 213 {
214 # GN version: //mojo/public/js/bindings/tests:mojo_js_unittests 214 # GN version: //mojo/public/js/bindings/tests:mojo_js_unittests
215 'target_name': 'mojo_js_unittests', 215 'target_name': 'mojo_js_unittests',
216 'type': 'executable', 216 'type': 'executable',
217 'dependencies': [ 217 'dependencies': [
218 '../gin/gin.gyp:gin_test', 218 '../gin/gin.gyp:gin_test',
219 'mojo_utility',
220 'mojo_environment_standalone',
yzshen1 2014/09/15 07:08:40 Please order them alphabetically.
hansmuller 2014/09/15 16:25:25 Done.
219 'mojo_common_test_support', 221 'mojo_common_test_support',
220 'mojo_js_bindings_lib', 222 'mojo_js_bindings_lib',
221 'mojo_public_test_interfaces', 223 'mojo_public_test_interfaces',
222 'mojo_run_all_unittests', 224 'mojo_run_all_unittests',
223 ], 225 ],
224 'sources': [ 226 'sources': [
225 'public/js/bindings/tests/run_js_tests.cc', 227 'public/js/bindings/tests/run_js_tests.cc',
226 ], 228 ],
227 }, 229 },
228 ], 230 ],
229 } 231 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/js/bindings/router.js » ('j') | mojo/public/js/bindings/validation_unittests.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698