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

Unified Diff: skia/BUILD.gn

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/url_request/url_request_unittest.cc ('k') | skia/README.chromium » ('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 83c4d8bb9e18ab637519b7b2f1d08cc168542582..e654afbda76327f481e6aca6326af0ce12bb0555 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -282,9 +282,6 @@ component("skia") {
"ext/google_logging.cc",
"ext/image_operations.cc",
"ext/image_operations.h",
- "ext/lazy_pixel_ref.cc",
- "ext/lazy_pixel_ref.h",
- "ext/SkThread_chrome.cc",
"ext/opacity_draw_filter.cc",
"ext/opacity_draw_filter.h",
"ext/pixel_ref_utils.cc",
@@ -418,13 +415,6 @@ component("skia") {
]
}
- # Fixup Chrome sources.
- if (is_posix) {
- sources -= [ "ext/SkThread_chrome.cc" ]
- }
- if (is_win) {
- sources -= [ "ext/SkThread_chrome.cc" ]
- }
if (is_android && (!enable_basic_printing && !enable_print_preview)) {
sources -= [ "ext/skia_utils_base.cc" ]
}
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | skia/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698