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

Unified Diff: test/cctest/cctest.gyp

Issue 1016603004: Re-work the 'external snapshot' related build rules. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Formatting & remove switching the default. Created 5 years, 9 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 | test/unittests/unittests.gyp » ('j') | 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 3f7d56aa431a8f1d998cd568b61d91e3903d6da7..7b39c1ae23a274816d5b901077352abc2df33da6 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -278,17 +278,7 @@
['component=="shared_library"', {
# cctest can't be built against a shared library, so we need to
# depend on the underlying static target in that case.
- 'conditions': [
- ['v8_use_snapshot=="true" and v8_use_external_startup_data==0', {
- 'dependencies': ['../../tools/gyp/v8.gyp:v8_snapshot'],
- }],
- ['v8_use_snapshot=="true" and v8_use_external_startup_data==1', {
- 'dependencies': ['../../tools/gyp/v8.gyp:v8_external_snapshot'],
- }],
- ['v8_use_snapshot!="true"', {
- 'dependencies': ['../../tools/gyp/v8.gyp:v8_nosnapshot'],
- }],
- ],
+ 'dependencies': ['../../tools/gyp/v8.gyp:v8_maybe_snapshot'],
}, {
'dependencies': ['../../tools/gyp/v8.gyp:v8'],
}],
« no previous file with comments | « no previous file | test/unittests/unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698