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

Unified Diff: src/d8.gyp

Issue 913703002: Fix cctest + unittest to work with an external snapshot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/d8.cc ('k') | src/startup-data-util.h » ('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 aa8a81a8cce8539bf427874d4b9706f37993ddf2..a78551599fb0992a4519754e7a62a8dc2727b1e2 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -49,6 +49,8 @@
],
'sources': [
'd8.cc',
+ 'startup-data-util.h',
+ 'startup-data-util.cc'
],
'conditions': [
[ 'want_separate_host_toolset==1', {
« no previous file with comments | « src/d8.cc ('k') | src/startup-data-util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698