Commit a6c2fc44 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Excludes cctest from gyp build if using shared library.

Review URL: http://codereview.chromium.org/7366009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8655 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e1e2b369
...@@ -9,9 +9,15 @@ ...@@ -9,9 +9,15 @@
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [
'../samples/samples.gyp:*', '../samples/samples.gyp:*',
'../test/cctest/cctest.gyp:*',
'../src/d8.gyp:*', '../src/d8.gyp:*',
] ],
'conditions': [
[ 'component!="shared_library"', {
'dependencies': [
'../test/cctest/cctest.gyp:*',
],
}]
],
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment