Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1925)

Unified Diff: content/public/renderer/BUILD.gn

Issue 1817903002: Make more of content pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/gpu/BUILD.gn ('k') | content/public/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index c6bcae1d11d7077b261bf51e77758cbb07c0260f..c31a7bbf66364de3ba5e1badee2d6caa56013761 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -28,12 +28,19 @@ source_set("renderer_sources") {
configs += [ "//content:content_implementation" ]
deps = [
+ "//content/public/child:child_sources",
"//content/public/common:common_sources",
"//content/renderer",
+ "//gin",
+ "//media",
+ "//net",
+ "//ppapi/c",
"//skia",
"//third_party/WebKit/public:blink_headers",
"//third_party/libjingle",
"//third_party/widevine/cdm:version_h",
+ "//ui/base",
+ "//ui/base/ime",
"//ui/gfx",
"//v8",
]
« no previous file with comments | « content/public/gpu/BUILD.gn ('k') | content/public/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698