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

Unified Diff: skia/BUILD.gn

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 | « net/websockets/websocket_stream.cc ('k') | skia/skia_library.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 7daabd4fc31c470aae0f963b85e5bf15d11cb293..275197771ddc672ce4b689ab0dd273d2714494aa 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -308,7 +308,6 @@ component("skia") {
sources += gypi_skia_core.sources
sources += gypi_skia_effects.sources
sources += gypi_skia_utils.sources
- sources += gypi_skia_pdf.sources
sources += gypi_values.skia_library_sources
if (cpu_arch == "arm") {
@@ -343,7 +342,6 @@ component("skia") {
"//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",
@@ -548,6 +546,7 @@ component("skia") {
if (skia_support_pdf) {
deps += [ "//third_party/sfntly" ]
+ sources += gypi_skia_pdf.sources
}
if (is_android && !is_debug) {
« no previous file with comments | « net/websockets/websocket_stream.cc ('k') | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698