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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1276163002: Revert of Sandbox html_viewer on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2b848b5c416e5ccaa2270b03466486e06439ab0e..484b96fd47e47573cd8c8141bd55fae1ed64af6f 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -184,10 +184,6 @@
sources += [ "html_viewer_version.rc" ]
}
- if (is_linux && !is_android) {
- deps += [ "//components/font_service/public/cpp" ]
- }
-
data_deps = [
"//components/clipboard",
"//components/view_manager",
@@ -319,8 +315,4 @@
":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