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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 346613004: Use loadable module instead of shared library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 5 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') | mojo/mojo_examples.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 { 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'mojo_run_all_unittests', 62 'mojo_run_all_unittests',
63 'mojo_public_test_interfaces', 63 'mojo_public_test_interfaces',
64 ], 64 ],
65 'sources': [ 65 'sources': [
66 'apps/js/test/js_to_cpp_unittest.cc', 66 'apps/js/test/js_to_cpp_unittest.cc',
67 'apps/js/test/run_apps_js_tests.cc', 67 'apps/js/test/run_apps_js_tests.cc',
68 ], 68 ],
69 }, 69 },
70 { 70 {
71 'target_name': 'mojo_js', 71 'target_name': 'mojo_js',
72 'type': 'shared_library', 72 'type': 'loadable_module',
73 'dependencies': [ 73 'dependencies': [
74 'mojo_js_lib', 74 'mojo_js_lib',
75 'mojo_system_impl', 75 'mojo_system_impl',
76 ], 76 ],
77 'sources': [ 77 'sources': [
78 'apps/js/main.cc', 78 'apps/js/main.cc',
79 ], 79 ],
80 }, 80 },
81 ], 81 ],
82 'conditions': [ 82 'conditions': [
(...skipping 10 matching lines...) Expand all
93 'mojo_apps_js_unittests.isolate', 93 'mojo_apps_js_unittests.isolate',
94 ], 94 ],
95 'sources': [ 95 'sources': [
96 'mojo_apps_js_unittests.isolate', 96 'mojo_apps_js_unittests.isolate',
97 ], 97 ],
98 }, 98 },
99 ], 99 ],
100 }], 100 }],
101 ], 101 ],
102 } 102 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698