Explicitly include defaults.cc in the shared_library gyp target.
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 4 Oct 2013 11:57:42 +0000 (11:57 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 4 Oct 2013 11:57:42 +0000 (11:57 +0000)
commit07b15bdfc1093987a23a211517b7341f0b3d453d
treea6d2511d10ce0dca84c3e1489132146c57f2614b
parent7d456285d37de87dc0d9fc068ba44a5e9c609fc5
Explicitly include defaults.cc in the shared_library gyp target.

Explicitly include defaults.cc in the shared_library gyp target, otherwise
the whole compilation unit is stripped by the Windows linker, since none of it's
symbols are referenced by any other compilation unit in V8.

BUG=None
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/25994002

Patch from Ross McIlroy <rmcilroy@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17107 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/defaults.cc
tools/gyp/v8.gyp