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

Unified Diff: chrome/common/BUILD.gn

Issue 2357393003: Add check for file system access to the sandbox. (Closed)
Patch Set: Fix IsSandboxed() check when loading flash player. Created 4 years, 3 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 | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 028bac1bcecf79119606e686d635dcf17b8ab987..a2e2a13b723bf1dd008c3f8033f5c9e39b5a5b6d 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -209,6 +209,7 @@ static_library("common") {
"//media",
"//mojo/public/cpp/bindings",
"//net",
+ "//sandbox/linux:sandbox_services",
Nico 2016/09/27 15:39:55 You're not including a generated header in a chrom
Greg K 2016/09/27 17:18:28 Done.
"//skia",
"//third_party/icu",
"//third_party/kasko:kasko_features",
« no previous file with comments | « no previous file | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698