Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: printing/printing.gyp

Issue 1421493002: Printing: Move some printing code out of pdf/ and into printing/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« printing/pdf_transform_unittest.cc ('K') | « printing/pdf_transform_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']
+ }],
['use_cups==1', {
'defines': [
'USE_CUPS',
« printing/pdf_transform_unittest.cc ('K') | « printing/pdf_transform_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698