Commit 4f342fd6 authored by Loo Rong Jie's avatar Loo Rong Jie Committed by Commit Bot

[GYP] Move builtins generation into mksnapshot

Bug:v8:6055

Change-Id: Ifeac048e5bee2d1782cdaaabe9f5257129b7be0e
Reviewed-on: https://chromium-review.googlesource.com/508528Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Loo Rong Jie <loorongjie@gmail.com>
Cr-Commit-Position: refs/heads/master@{#45437}
parent 3603fb05
This diff is collapsed.
...@@ -444,6 +444,9 @@ ...@@ -444,6 +444,9 @@
}, { }, {
'dependencies': ['../../src/v8.gyp:v8'], 'dependencies': ['../../src/v8.gyp:v8'],
}], }],
['v8_use_snapshot=="true"', {
'dependencies': ['../../src/v8.gyp:v8_builtins_generators'],
}],
], ],
}, },
{ {
......
...@@ -264,6 +264,9 @@ ...@@ -264,6 +264,9 @@
'<(icu_gyp_path):icuuc', '<(icu_gyp_path):icuuc',
], ],
}], }],
['v8_use_snapshot=="true"', {
'dependencies': ['../../src/v8.gyp:v8_builtins_generators'],
}],
], ],
}, },
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment