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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 101583004: [gin] Turn gin into a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 7 years 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
« gin/array_buffer.h ('K') | « gin/wrappable.h ('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 '../v8/tools/gyp/v8.gyp:v8',
9 'mojo_common_lib', 10 'mojo_common_lib',
10 'mojo_gles2', 11 'mojo_gles2',
11 'mojo_gles2_bindings', 12 'mojo_gles2_bindings',
12 'mojo_native_viewport_bindings', 13 'mojo_native_viewport_bindings',
13 'mojo_system', 14 'mojo_system',
14 ], 15 ],
15 'export_dependent_settings': [ 16 'export_dependent_settings': [
16 '../base/base.gyp:base', 17 '../base/base.gyp:base',
17 '../gin/gin.gyp:gin', 18 '../gin/gin.gyp:gin',
18 'mojo_common_lib', 19 'mojo_common_lib',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'type': 'shared_library', 55 'type': 'shared_library',
55 'dependencies': [ 56 'dependencies': [
56 'mojo_js_lib', 57 'mojo_js_lib',
57 ], 58 ],
58 'sources': [ 59 'sources': [
59 'apps/js/main.cc', 60 'apps/js/main.cc',
60 ], 61 ],
61 }, 62 },
62 ], 63 ],
63 } 64 }
OLDNEW
« gin/array_buffer.h ('K') | « gin/wrappable.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698