diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 23:44:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 23:44:58 +0000 |
commit | ece395e06e26b5d67cbec952d01cb452567464b4 (patch) | |
tree | 551e1672c6b1af309b05879b6bdddfaa54559114 /remoting | |
parent | 44180814943246404dde6562559ff2bf05f7ec18 (diff) | |
download | chromium_src-ece395e06e26b5d67cbec952d01cb452567464b4.zip chromium_src-ece395e06e26b5d67cbec952d01cb452567464b4.tar.gz chromium_src-ece395e06e26b5d67cbec952d01cb452567464b4.tar.bz2 |
Revert 180820 (broke linux builder somehow, but worked on the trybots)
> Fix js_unittest_rules.gypi dependenies
>
> The gypi file assumes that v8_shell exists, but doesn't add
> a dependency to build it. This works with some build systems,
> but not with all.
>
> To get the bots green, just add the dependency where it's needed
> for now.
>
> BUG=174433
>
> Review URL: https://codereview.chromium.org/12208031
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/12212024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 9994ad7..2e52e44 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -2374,7 +2374,6 @@ 'dependencies': [ '../chrome/common_constants.gyp:common_constants', '../v8/tools/gyp/v8.gyp:v8', - '../v8/tools/gyp/v8.gyp:v8_shell', ], 'sources': [ '../chrome/test/base/v8_unit_test.cc', |