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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1280043003: Sandbox html_viewer on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update DEPS for the new dependency. Created 5 years, 4 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 | « components/font_service/public/interfaces/font_service.mojom ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index dcbdaf28ee1d75a3ded952c36b634a6ef996ec57..ab49118aaca7a641538c420e94529624dc4b3b8c 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -185,6 +185,10 @@ source_set("lib") {
sources += [ "html_viewer_version.rc" ]
}
+ if (is_linux && !is_android) {
+ deps += [ "//components/font_service/public/cpp" ]
+ }
+
data_deps = [
"//components/clipboard",
"//components/view_manager",
@@ -316,4 +320,8 @@ mojo_native_application("apptests") {
":html_viewer",
"//components/view_manager",
]
+
+ if (is_linux && !is_android) {
+ data_deps += [ "//components/font_service" ]
+ }
}
« no previous file with comments | « components/font_service/public/interfaces/font_service.mojom ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698