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

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

Issue 2679323006: Remove content/browser dependency on WebFontRenderStyle. (Closed)
Patch Set: merge Created 3 years, 10 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
Index: content/public/child/BUILD.gn
diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn
index 808490945f97943f270cd0b03887fda377308d23..36a015582806d7a0a1c0171a248c32f72355a81a 100644
--- a/content/public/child/BUILD.gn
+++ b/content/public/child/BUILD.gn
@@ -28,6 +28,7 @@ source_set("child_sources") {
visibility = [ "//content/*" ]
sources = [
+ "child_process_sandbox_support_linux.h",
"child_thread.h",
"fixed_received_data.cc",
"fixed_received_data.h",
@@ -47,6 +48,7 @@ source_set("child_sources") {
"//content/child", # Must not be public_deps!
"//content/public/common:common_sources",
"//gin",
+ "//ppapi/c",
]
allow_circular_includes_from = [
« no previous file with comments | « content/ppapi_plugin/ppapi_blink_platform_impl.cc ('k') | content/public/child/child_process_sandbox_support_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698