Chromium Code Reviews| Index: build_overrides/pdfium.gni |
| diff --git a/build_overrides/pdfium.gni b/build_overrides/pdfium.gni |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..32e11c5bfc8998d3e3efe2515a6fd1a53ac691d2 |
| --- /dev/null |
| +++ b/build_overrides/pdfium.gni |
| @@ -0,0 +1,5 @@ |
| +# Copyright 2016 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +import("../pdfium.gni") |
|
Nico
2016/04/27 16:43:29
From what I understand, this file should set the p
dsinclair
2016/04/27 16:49:59
So, the values we want in PDFium are the default v
|