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

Unified Diff: components/font_service/public/cpp/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/main.cc ('k') | components/font_service/public/cpp/font_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/public/cpp/BUILD.gn
diff --git a/components/resource_provider/public/cpp/BUILD.gn b/components/font_service/public/cpp/BUILD.gn
similarity index 71%
copy from components/resource_provider/public/cpp/BUILD.gn
copy to components/font_service/public/cpp/BUILD.gn
index ad13d1fe55aa7ba7b1e83fe755cc10a9491d2866..52359b719921bb0fe5f5fc633971d0ec728cc90f 100644
--- a/components/resource_provider/public/cpp/BUILD.gn
+++ b/components/font_service/public/cpp/BUILD.gn
@@ -4,8 +4,12 @@
source_set("cpp") {
sources = [
- "resource_loader.cc",
- "resource_loader.h",
+ "font_loader.cc",
+ "font_loader.h",
+ "font_service_thread.cc",
+ "font_service_thread.h",
+ "mapped_font_file.cc",
+ "mapped_font_file.h",
]
deps = [
@@ -14,7 +18,9 @@ source_set("cpp") {
"//mojo/application/public/cpp",
"//mojo/application/public/interfaces",
"//mojo/common",
+ "//mojo/message_pump",
"//mojo/platform_handle",
+ "//skia",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/system",
]
« no previous file with comments | « components/font_service/main.cc ('k') | components/font_service/public/cpp/font_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698