Index: components/safe_json/BUILD.gn |
diff --git a/components/safe_json/BUILD.gn b/components/safe_json/BUILD.gn |
index d611979d47b85e060716f2e4065fa2e7174ab76d..644e81d769cab2c5a8a032be26639920d1306f78 100644 |
--- a/components/safe_json/BUILD.gn |
+++ b/components/safe_json/BUILD.gn |
@@ -7,7 +7,7 @@ if (is_android) { |
} |
# GYP version: components/safe_json.gypi:safe_json |
-source_set("safe_json") { |
+static_library("safe_json") { |
sources = [ |
"android/component_jni_registrar.cc", |
"android/component_jni_registrar.h", |
@@ -62,7 +62,7 @@ source_set("unit_tests") { |
} |
# GYP version: components/safe_json.gypi:safe_json_test_support |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"testing_json_parser.cc", |