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

Unified Diff: mandoline/tab/BUILD.gn

Issue 1287043004: Use CapabilityFilter to restrict what HTMLViewers can connect to. (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 | « no previous file | mandoline/tab/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/BUILD.gn
diff --git a/mandoline/tab/BUILD.gn b/mandoline/tab/BUILD.gn
index dba9e10d2de2b1221bad0b97ca7251e22ac12c0f..92851cbdf89353f77fde060b04ea619a01bdfb72 100644
--- a/mandoline/tab/BUILD.gn
+++ b/mandoline/tab/BUILD.gn
@@ -18,7 +18,11 @@ source_set("tab") {
deps = [
"//base",
+ "//components/clipboard/public/interfaces",
+ "//components/devtools_service/public/interfaces",
+ "//components/resource_provider/public/interfaces",
"//components/view_manager/public/cpp",
+ "//components/view_manager/public/interfaces",
"//mojo/application/public/cpp:sources",
"//mojo/application/public/interfaces",
"//mojo/services/network/public/interfaces",
@@ -28,6 +32,10 @@ source_set("tab") {
public_deps = [
"//mandoline/tab/public/interfaces",
]
+
+ if (is_linux && !is_android) {
+ deps += [ "//components/font_service/public/interfaces" ]
+ }
}
source_set("test_support") {
« no previous file with comments | « no previous file | mandoline/tab/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698