diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-06 03:41:19 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-06 03:41:19 +0000 |
commit | f15a84734042a01e2089368d156570aa2f59f6b9 (patch) | |
tree | 1a7b8066cce77a77da07c8c0c14981bc8273ccea /build | |
parent | f3da4b58e684b8c7c0b00c47ee872aa55ed3ae16 (diff) | |
download | chromium_src-f15a84734042a01e2089368d156570aa2f59f6b9.zip chromium_src-f15a84734042a01e2089368d156570aa2f59f6b9.tar.gz chromium_src-f15a84734042a01e2089368d156570aa2f59f6b9.tar.bz2 |
Rolling back change 13146.
(Shouldn't muck with where other platforms put their output.
Review URL: http://codereview.chromium.org/63008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/temp_gyp/v8.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index f0402e7..a44a266 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -440,7 +440,7 @@ ], }, { - 'target_name': 'v8_shell_sample', + 'target_name': 'v8_shell', 'type': 'executable', 'dependencies': [ 'v8', |