Chromium Code Reviews| Index: chrome/chrome_common.gypi |
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
| index b019c630b9a3d3ee5d5bf7aad6d97845106f78f8..33ff781d54d3173e53e80e7490029ab22a727f00 100644 |
| --- a/chrome/chrome_common.gypi |
| +++ b/chrome/chrome_common.gypi |
| @@ -334,6 +334,9 @@ |
| 'common/sandbox_policy.cc', |
| ], |
| }], |
| + ['internal_pdf==1', { |
| + 'defines': ['INTERNAL_PDF=1'], |
| + }], |
| ['remoting==1', { |
| 'dependencies': [ |
| '../remoting/remoting.gyp:chromoting_plugin', |