Chromium Code Reviews| Index: tools/dartium/supplement.gypi |
| diff --git a/tools/dartium/supplement.gypi b/tools/dartium/supplement.gypi |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a0e5306d84749eb0fddddeda4a68f55c00a8470b |
| --- /dev/null |
| +++ b/tools/dartium/supplement.gypi |
| @@ -0,0 +1,9 @@ |
| +{ |
| + 'includes': [ |
| + '../third_party/WebKit/Source/bindings/dart/gyp/overrides.gypi', |
| + ], |
| + 'variables': { |
| + # Fixes mysterious forge issue. |
| + 'use_custom_freetype': 0, |
| + }, |
| +} |