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

Side by Side Diff: mojo/mojo_apps.gypi

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, 7 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/mojo.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_js_lib', 4 'target_name': 'mojo_js_lib',
5 'type': 'static_library', 5 'type': 'static_library',
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../ui/gl/gl.gyp:gl', 9 '../ui/gl/gl.gyp:gl',
10 '../v8/tools/gyp/v8.gyp:v8', 10 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 23 matching lines...) Expand all
34 'apps/js/bindings/gl/module.h', 34 'apps/js/bindings/gl/module.h',
35 'apps/js/bindings/monotonic_clock.cc', 35 'apps/js/bindings/monotonic_clock.cc',
36 'apps/js/bindings/monotonic_clock.h', 36 'apps/js/bindings/monotonic_clock.h',
37 ], 37 ],
38 }, 38 },
39 { 39 {
40 'target_name': 'mojo_apps_js_unittests', 40 'target_name': 'mojo_apps_js_unittests',
41 'type': 'executable', 41 'type': 'executable',
42 'dependencies': [ 42 'dependencies': [
43 '../gin/gin.gyp:gin_test', 43 '../gin/gin.gyp:gin_test',
44 'mojo_common_test_support',
44 'mojo_js_lib', 45 'mojo_js_lib',
45 'mojo_run_all_unittests', 46 'mojo_run_all_unittests',
46 'mojo_public_test_interfaces', 47 'mojo_public_test_interfaces',
47 ], 48 ],
48 'sources': [ 49 'sources': [
49 'apps/js/test/run_apps_js_tests.cc', 50 'apps/js/test/run_apps_js_tests.cc',
50 ], 51 ],
51 }, 52 },
52 { 53 {
53 'target_name': 'mojo_js', 54 'target_name': 'mojo_js',
(...skipping 21 matching lines...) Expand all
75 'mojo_apps_js_unittests.isolate', 76 'mojo_apps_js_unittests.isolate',
76 ], 77 ],
77 'sources': [ 78 'sources': [
78 'mojo_apps_js_unittests.isolate', 79 'mojo_apps_js_unittests.isolate',
79 ], 80 ],
80 }, 81 },
81 ], 82 ],
82 }], 83 }],
83 ], 84 ],
84 } 85 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698