Chromium Code Reviews| Index: printing/printing.gyp |
| diff --git a/printing/printing.gyp b/printing/printing.gyp |
| index e87fe9c9ac1adb9aa832741ae763743a7f483dc3..e2c2883dea2d9d2cd3dc7cdfd08f67b60b14a133 100644 |
| --- a/printing/printing.gyp |
| +++ b/printing/printing.gyp |
| @@ -201,6 +201,11 @@ |
| 'dependencies': [ |
| 'printing_jni_headers', |
| ], |
| + }, { |
| + 'sources': [ |
| + 'pdf_transform.cc', |
| + 'pdf_transform.h', |
| + ], |
| }], |
| ], |
| }, |
| @@ -232,6 +237,9 @@ |
| 'conditions': [ |
| ['OS!="mac"', {'sources/': [['exclude', '_mac_unittest\\.(cc|mm?)$']]}], |
| ['OS!="win"', {'sources/': [['exclude', '_win_unittest\\.cc$']]}], |
| + ['OS!="android"', { |
| + 'sources': ['pdf_transform_unittest.cc'] |
|
raymes
2015/10/26 04:04:48
Is this missing?
Lei Zhang
2015/10/26 04:39:26
yes, added.
|
| + }], |
| ['use_cups==1', { |
| 'defines': [ |
| 'USE_CUPS', |