Index: content/public/common/BUILD.gn |
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn |
index 562bf6d8104f3e8c572599719549bea95f24d42c..8bef0b6f2fab295c68a6cb6f9dbd34bf189660bd 100644 |
--- a/content/public/common/BUILD.gn |
+++ b/content/public/common/BUILD.gn |
@@ -8,9 +8,8 @@ source_set("common") { |
sources = rebase_path(content_common_gypi_values.public_common_sources, |
".", "//content") |
- defines = [ "CONTENT_IMPLEMENTATION" ] |
- |
configs += [ |
+ "//content:content_implementation", |
# TODO(GYP) remove when blink_headers target is converted. |
"//content:blink_headers_stub_config", |
] |