| Index: content/BUILD.gn
|
| diff --git a/content/BUILD.gn b/content/BUILD.gn
|
| index 7f246689419a7c658658fb14fe29b4e148887d91..be1f456c2e88c6293a6361e520a67ebad516e4f1 100644
|
| --- a/content/BUILD.gn
|
| +++ b/content/BUILD.gn
|
| @@ -53,9 +53,8 @@ if (enable_plugins) {
|
|
|
| if (is_component_build) {
|
| shared_library("content") {
|
| - public_deps = content_shared_components + [
|
| - "//content/public/app:both_sources",
|
| - ]
|
| + public_deps =
|
| + content_shared_components + [ "//content/public/app:both_sources" ]
|
| }
|
| } else {
|
| group("content") {
|
| @@ -78,6 +77,6 @@ grit("resources") {
|
| source_set("export") {
|
| visibility = [ "//content/*" ]
|
| sources = [
|
| - "content/common/content_export.h"
|
| + "content/common/content_export.h",
|
| ]
|
| }
|
|
|