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

Unified Diff: components/nacl/loader/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
« no previous file with comments | « chrome/renderer/pepper/pepper_flash_font_file_host.cc ('k') | components/nacl/loader/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/BUILD.gn
diff --git a/components/nacl/loader/BUILD.gn b/components/nacl/loader/BUILD.gn
index 9f329380f15c35d50f320c86985c7f0adc3e2078..74edc91a3fa5aa3871787991e3c27e5afb4adca4 100644
--- a/components/nacl/loader/BUILD.gn
+++ b/components/nacl/loader/BUILD.gn
@@ -51,7 +51,7 @@ source_set("minimal") {
source_set("minimal_content_dummy") {
check_includes = false
sources = [
- "//content/public/common/child_process_sandbox_support_linux.h",
+ "//content/public/child/child_process_sandbox_support_linux.h",
"//content/public/common/main_function_params.h",
"//content/public/common/sandbox_init.h",
]
@@ -68,6 +68,7 @@ source_set("loader") {
]
deps = [
"//components/nacl/common",
+ "//content/public/child",
"//content/public/common",
"//ppapi/shared_impl",
"//services/service_manager/public/cpp",
« no previous file with comments | « chrome/renderer/pepper/pepper_flash_font_file_host.cc ('k') | components/nacl/loader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698