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

Unified Diff: printing/printing.gyp

Issue 12379030: Remove "use_skia" variable from gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 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
« no previous file with comments | « build/common.gypi ('k') | skia/skia.gyp » ('j') | 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 3ac3442abfbb7e1f7bdde80707c8b1a639c017dd..8490a03b3fcd89b6c64bf22c2554a84dbf04b816 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -113,12 +113,6 @@
'../build/linux/system.gyp:gtkprint',
],
}],
- ['OS=="mac" and use_skia==0', {
- 'sources/': [
- ['exclude', 'pdf_metafile_skia\\.(cc|h)$'],
- ['exclude', 'metafile_skia_wrapper\\.(cc|h)$'],
- ],
- }],
# Mac-Aura does not support printing.
['OS=="mac" and use_aura==1',{
'sources!': [
« no previous file with comments | « build/common.gypi ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698