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

Unified Diff: skia/BUILD.gn

Issue 1494633002: Fix TSAN error in skia/chromium ref count debug checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build deps Created 5 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 | « no previous file | skia/config/sk_ref_cnt_ext_debug.h » ('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 bdb780257741ac5e95029bb31c4d336c22ea5fe5..b79bc7e516936ccff90423a7015d8a7a3cbfcd25 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -278,6 +278,9 @@ config("skia_library_config") {
component("skia") {
sources = [
# Chrome sources.
+ "config/SkUserConfig.h",
+ "config/sk_ref_cnt_ext_debug.h",
+ "config/sk_ref_cnt_ext_release.h",
"ext/SkDiscardableMemory_chrome.cc",
"ext/SkMemory_new_handler.cpp",
"ext/analysis_canvas.cc",
@@ -443,6 +446,7 @@ component("skia") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
+ ":skia_config",
":skia_library_config",
"//build/config/compiler:no_chromium_code",
]
« no previous file with comments | « no previous file | skia/config/sk_ref_cnt_ext_debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698