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

Unified Diff: skia/skia_library.gypi

Issue 737943002: Update from https://crrev.com/304715 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « skia/BUILD.gn ('k') | sky/viewer/cc/web_content_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index 6879cfc5324943a82c754825eb2cca54141535a1..46259e5b0fccbbfab454fb5b038f750193ba64d0 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -105,7 +105,6 @@
'../third_party/skia/include/utils/SkParsePaint.h',
'../third_party/skia/include/utils/SkParsePath.h',
'../third_party/skia/include/utils/SkRandom.h',
- '../third_party/skia/include/utils/SkWGL.h',
'../third_party/skia/src/utils/SkBitmapHasher.cpp',
'../third_party/skia/src/utils/SkBitmapHasher.h',
@@ -189,7 +188,8 @@
}],
['skia_support_pdf == 0', {
'sources/': [
- ['exclude', '../third_party/skia/src/pdf/']
+ ['exclude', '../third_party/skia/src/doc/SkDocument_PDF.cpp'],
+ ['exclude', '../third_party/skia/src/pdf/'],
],
}],
['skia_support_pdf == 1', {
« no previous file with comments | « skia/BUILD.gn ('k') | sky/viewer/cc/web_content_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698