| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index c50a350374ea62496a5d1e367e31c719f6f27445..bf373241b0742603431d7b573c809fd9889ea594 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -57,11 +57,12 @@
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| '../breakpad/breakpad.gyp:*',
|
| + '../courgette/courgette.gyp:*',
|
| '../sandbox/sandbox.gyp:*',
|
| '../third_party/harfbuzz/harfbuzz.gyp:*',
|
| + '../third_party/yasm/yasm.gyp:*',
|
| '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
|
| '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
|
| - '../courgette/courgette.gyp:*',
|
| ],
|
| 'conditions': [
|
| ['branding=="Chrome"', {
|
|
|