Chromium Code Reviews| Index: content/public/common/BUILD.gn |
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn |
| index 4788b6d15495f1162645acd19f234cbe91fc7d9c..396222b99bcd29e5fcaa9b7bcf057c14d074cbc0 100644 |
| --- a/content/public/common/BUILD.gn |
| +++ b/content/public/common/BUILD.gn |
| @@ -8,6 +8,7 @@ source_set("common") { |
| sources = rebase_path(content_common_gypi_values.public_common_sources, |
| ".", "//content") |
| + defines = [ "CONTENT_IMPLEMENTATION" ] |
| deps = [ |
| "//content/common", |
| ] |