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

Unified Diff: src/d8.gyp

Issue 1169853007: Make js2c depend on messages.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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
« BUILD.gn ('K') | « BUILD.gn ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index a78551599fb0992a4519754e7a62a8dc2727b1e2..bda0c380ad3ed0959671024b5c1742be1216b7fe 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -121,6 +121,7 @@
'action_name': 'd8_js2c',
'inputs': [
'../tools/js2c.py',
+ '../src/messages.h',
'<@(js_files)',
],
'outputs': [
« BUILD.gn ('K') | « BUILD.gn ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698