Work on "gn check" of content/*
This fixes most, but not all, errors identified by "gn check"
[email protected]
Review URL: https://codereview.chromium.org/551103002
Cr-Commit-Position: refs/heads/master@{#294036}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 36898fb3..da48444 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -27,11 +27,13 @@
"//content:resources",
"//content/browser/service_worker:proto",
"//content/browser/speech/proto",
+ "//content/public/common",
"//crypto",
"//google_apis",
"//net",
"//skia",
"//sql",
+ "//third_party/npapi",
"//third_party/re2",
"//third_party/WebKit/public:blink_headers",
"//third_party/zlib",
@@ -43,8 +45,11 @@
"//ui/events:gesture_detection",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/native_theme",
"//ui/resources",
"//ui/snapshot",
+ "//ui/wm",
]
if (is_ios) {