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

Unified Diff: test/cctest/cctest.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: 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
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index bafd319c92267c2033e96a2cde178408e5d180a7..4a6dea7dfab492f7909dbf84f5e224d8bdcd8ef4 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -167,7 +167,9 @@
'test-weakmaps.cc',
'test-weaksets.cc',
'test-weaktypedarrays.cc',
- 'trace-extension.cc'
+ 'trace-extension.cc',
+ '../../src/startup-data-util.h',
+ '../../src/startup-data-util.cc'
vogelheim 2015/02/10 15:03:33 This is a bit ugly... Is there a good place where
jochen (gone - plz use gerrit) 2015/02/10 15:05:56 I think it's ok. An alternative was to add those
],
'conditions': [
['v8_target_arch=="ia32"', {

Powered by Google App Engine
This is Rietveld 408576698