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

Side by Side Diff: mojo/mojo.gyp

Issue 253413004: Enable mojo js tests which depend on mojom.js files in gen/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « mojo/common/test/test_utils_win.cc ('k') | mojo/mojo_apps.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'bindings/js/unicode.h', 539 'bindings/js/unicode.h',
540 'bindings/js/waiting_callback.cc', 540 'bindings/js/waiting_callback.cc',
541 'bindings/js/waiting_callback.h', 541 'bindings/js/waiting_callback.h',
542 ], 542 ],
543 }, 543 },
544 { 544 {
545 'target_name': 'mojo_js_unittests', 545 'target_name': 'mojo_js_unittests',
546 'type': 'executable', 546 'type': 'executable',
547 'dependencies': [ 547 'dependencies': [
548 '../gin/gin.gyp:gin_test', 548 '../gin/gin.gyp:gin_test',
549 'mojo_common_test_support',
549 'mojo_js_bindings_lib', 550 'mojo_js_bindings_lib',
550 'mojo_run_all_unittests', 551 'mojo_run_all_unittests',
551 'mojo_public_test_interfaces', 552 'mojo_public_test_interfaces',
552 ], 553 ],
553 'sources': [ 554 'sources': [
554 'bindings/js/run_js_tests.cc', 555 'bindings/js/run_js_tests.cc',
555 ], 556 ],
556 }, 557 },
557 { 558 {
558 'target_name': 'mojo_message_generator', 559 'target_name': 'mojo_message_generator',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'mojo_js_unittests.isolate', 725 'mojo_js_unittests.isolate',
725 ], 726 ],
726 'sources': [ 727 'sources': [
727 'mojo_js_unittests.isolate', 728 'mojo_js_unittests.isolate',
728 ], 729 ],
729 }, 730 },
730 ], 731 ],
731 }], 732 }],
732 ], 733 ],
733 } 734 }
OLDNEW
« no previous file with comments | « mojo/common/test/test_utils_win.cc ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698