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

Unified Diff: test/cctest/cctest.gyp

Issue 14232008: Fix building cctests with component=shared_library snapshot=off (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: line break Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index f58d958248a3a91bf4f3623db9fb2980043b1cc2..ecffeaa6f7184421fbb162bbaa775083282b509e 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -159,7 +159,9 @@
'dependencies': ['../../tools/gyp/v8.gyp:v8_snapshot'],
},
{
- 'dependencies': ['../../tools/gyp/v8.gyp:v8_nosnapshot'],
+ 'dependencies': [
+ '../../tools/gyp/v8.gyp:v8_nosnapshot.<(v8_target_arch)',
+ ],
}],
],
}, {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698