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

Unified Diff: skia/BUILD.gn

Issue 445073002: Skia roll 41ebbdd:be21e34 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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') | no next file » | 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 40ef810ada07714773352fc5a9c7d697a60cbf0b..3af03facf4a5df923679ce0558765b7e68e2d557 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -324,9 +324,9 @@ component("skia") {
# Remove unused util files include in utils.gypi
sources -= [
- "//third_party/skia/include/utils/SkCondVar.h",
- "//third_party/skia/include/utils/SkRunnable.h",
- "//third_party/skia/include/utils/SkThreadPool.h",
+ "//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",
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698