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

Unified Diff: skia/BUILD.gn

Issue 537363002: Skia roll 0c88d82:a17aac8 with fixed build exclusions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 3 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 | « DEPS ('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 d6b3d5e8b279ee3b39ae95fc9700d9452e6a88fe..58c8e480efaf61bc2bf3f01ffb64f7b6d309b23a 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -325,10 +325,9 @@ component("skia") {
# Remove unused util files include in utils.gypi
sources -= [
+ "//third_party/skia/src/utils/SkCondVar.cpp",
"//third_party/skia/src/utils/SkCondVar.h",
"//third_party/skia/src/utils/SkRunnable.h",
- "//third_party/skia/src/utils/SkThreadPool.h",
- "//third_party/skia/src/utils/SkCondVar.cpp",
"//third_party/skia/include/utils/SkBoundaryPatch.h",
"//third_party/skia/include/utils/SkFrontBufferedStream.h",
@@ -477,7 +476,7 @@ component("skia") {
"ext/bitmap_platform_device_win.h",
]
} else if (is_mac) {
- sources += [
+ sources += [
"ext/bitmap_platform_device_mac.cc",
"ext/bitmap_platform_device_mac.h",
]
« no previous file with comments | « DEPS ('k') | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698