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

Unified Diff: tools/parser-shell.gyp

Issue 1230173002: Fixes the parser-shell by adding a dependency to StartupDataUtil. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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 | « tools/parser-shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/parser-shell.gyp
diff --git a/tools/parser-shell.gyp b/tools/parser-shell.gyp
index 77ed1eb246055f32ca7b9e06cd4f8305b699b675..9f66a8013325820d8cdee33a6e2a32a892c0b8cf 100644
--- a/tools/parser-shell.gyp
+++ b/tools/parser-shell.gyp
@@ -57,6 +57,8 @@
'sources': [
'parser-shell.cc',
'shell-utils.h',
+ '../src/startup-data-util.h',
+ '../src/startup-data-util.cc',
],
},
],
« no previous file with comments | « tools/parser-shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698