| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 9c0f05c91366a76f45756216c148786475b4b695..4b2fe52989ef2f4af9637184db898c77291089bf 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright 2011 the V8 project authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -11,13 +11,7 @@
|
| '../preparser/preparser.gyp:*',
|
| '../samples/samples.gyp:*',
|
| '../src/d8.gyp:d8',
|
| - ],
|
| - 'conditions': [
|
| - [ 'component!="shared_library"', {
|
| - 'dependencies': [
|
| - '../test/cctest/cctest.gyp:*',
|
| - ],
|
| - }]
|
| + '../test/cctest/cctest.gyp:*',
|
| ],
|
| }
|
| ]
|
|
|