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

Side by Side Diff: Source/bindings/core/dart/dart-extras.gypi

Issue 1653163002: Dart snapshot runs & and few other misc things. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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 | « Source/bindings/core/dart/DartUtilities.cpp ('k') | Source/core/core.gyp » ('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 'variables': { 2 'variables': {
3 'global_dart_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart', 3 'global_dart_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart',
4 'dart_dir': '../../../../../../dart', 4 'dart_dir': '../../../../../../dart',
5 'dart_lib_dir': '<(dart_dir)/sdk/lib', 5 'dart_lib_dir': '<(dart_dir)/sdk/lib',
6 'resources_dir': 'resources', 6 'resources_dir': 'resources',
7 'build_dir': '../../../build', 7 'build_dir': '../../../build',
8 'core_dir': '../../../core', 8 'core_dir': '../../../core',
9 'modules_dir': '../../../modules', 9 'modules_dir': '../../../modules',
10 'core_gyp_dir': '<(core_dir)', 10 'core_gyp_dir': '<(core_dir)',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 }, 85 },
86 'sources': [ 86 'sources': [
87 # '<!@(cat <(idls_list_temp_file))', 87 # '<!@(cat <(idls_list_temp_file))',
88 ], 88 ],
89 'actions': [ 89 'actions': [
90 { 90 {
91 'action_name': 'build_dart_snapshot', 91 'action_name': 'build_dart_snapshot',
92 'variables': { 92 'variables': {
93 'output_path': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart', 93 'output_path': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart',
94 'pure_libs': [ 94 'pure_libs': [
95 '<(global_dart_output_dir)/_blink_dartium.dart', 95 '<(dart_lib_dir)/_blink/dartium/_blink_dartium.dart',
96 '<(dart_dir)/runtime/bin/vmserviceio_dartium.dart', 96 '<(dart_dir)/runtime/bin/vmserviceio_dartium.dart',
97 '<(dart_lib_dir)/html/html_common/html_common.dart', 97 '<(dart_lib_dir)/html/html_common/html_common.dart',
98 '<(dart_lib_dir)/js/dartium/js_dartium.dart', 98 '<(dart_lib_dir)/js/dartium/js_dartium.dart',
99 '<(dart_lib_dir)/html/dartium/html_dartium.dart', 99 '<(dart_lib_dir)/html/dartium/html_dartium.dart',
100 '<(dart_lib_dir)/indexed_db/dartium/indexed_db_dartium.dart', 100 '<(dart_lib_dir)/indexed_db/dartium/indexed_db_dartium.dart',
101 '<(dart_lib_dir)/svg/dartium/svg_dartium.dart', 101 '<(dart_lib_dir)/svg/dartium/svg_dartium.dart',
102 '<(dart_lib_dir)/web_audio/dartium/web_audio_dartium.dart', 102 '<(dart_lib_dir)/web_audio/dartium/web_audio_dartium.dart',
103 '<(dart_lib_dir)/web_gl/dartium/web_gl_dartium.dart', 103 '<(dart_lib_dir)/web_gl/dartium/web_gl_dartium.dart',
104 '<(dart_lib_dir)/web_sql/dartium/web_sql_dartium.dart', 104 '<(dart_lib_dir)/web_sql/dartium/web_sql_dartium.dart',
105 ], 105 ],
(...skipping 18 matching lines...) Expand all
124 '<(resources_dir)/DartSnapshot.bytes.template', 124 '<(resources_dir)/DartSnapshot.bytes.template',
125 '<(output_path)', 125 '<(output_path)',
126 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX) ', 126 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX) ',
127 '<@(pure_libs)', 127 '<@(pure_libs)',
128 ], 128 ],
129 }, 129 },
130 ], 130 ],
131 }, 131 },
132 ], 132 ],
133 } 133 }
OLDNEW
« no previous file with comments | « Source/bindings/core/dart/DartUtilities.cpp ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698