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", |
] |