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

Unified Diff: runtime/bin/bin.gypi

Issue 2655173002: Create an app snapshot of the Dart front end. (Closed)
Patch Set: undo rename of create_snapshot_file.py Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index d5466386345da3cd2d50002b6bd5c7d5401f2fa3..b6df98737055428a9aa11240174387eb568c7646 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -1021,7 +1021,7 @@
{
'action_name': 'generate_snapshot_file',
'inputs': [
- '../tools/create_snapshot_file.py',
+ '../tools/create_snapshot_cc.py',
zra 2017/01/26 20:55:00 Also undo rename here.
rmacnak 2017/01/26 23:48:45 Done.
'<(gen_snapshot_stamp_file)',
'<(snapshot_in_cc_file)',
],
@@ -1030,7 +1030,7 @@
],
'action': [
'python',
- 'tools/create_snapshot_file.py',
+ 'tools/create_snapshot_cc.py',
zra 2017/01/26 20:55:00 ditto.
rmacnak 2017/01/26 23:48:45 Done.
'--vm_input_bin', '<(vm_isolate_snapshot_bin_file)',
'--input_bin', '<(isolate_snapshot_bin_file)',
'--input_cc', '<(snapshot_in_cc_file)',
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698