Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 60bf616ed5de6a7d44bd0cfc7163aa82d88211f6..aa8e3695177ba07fa9961dd029eb39e98eb24d53 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -10,9 +10,15 @@ |
| 'dependencies': [ |
| '../samples/samples.gyp:*', |
| '../src/d8.gyp:d8', |
| - '../tools/lexer-shell.gyp:lexer-shell', |
| '../test/cctest/cctest.gyp:*', |
| ], |
| + 'conditions': [ |
| + ['component!="shared_library"', { |
| + 'dependencies': [ |
| + '../tools/lexer-shell.gyp:lexer-shell', |
| + ], |
| + }], |
| + ] |
| } |
| ] |
| } |