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

Unified Diff: components/nacl/loader/sandbox_linux/BUILD.gn

Issue 2297993003: [linux] remove dependency between nacl_helper and media (Closed)
Patch Set: remove some files from "sandbox_linux" target 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
Index: components/nacl/loader/sandbox_linux/BUILD.gn
diff --git a/components/nacl/loader/sandbox_linux/BUILD.gn b/components/nacl/loader/sandbox_linux/BUILD.gn
index ce1d40447ff3048441f65bab14ad4985a89df19e..aa9de5bfb44fd00652f19c1ecc4f9e08fe9f39ed 100644
--- a/components/nacl/loader/sandbox_linux/BUILD.gn
+++ b/components/nacl/loader/sandbox_linux/BUILD.gn
@@ -16,11 +16,15 @@ source_set("sandbox_linux") {
defines = [ "IN_NACL_HELPER=1" ]
+ public_deps = [
+ "//content/common:sandbox_linux",
+ ]
+
deps = [
"//base",
"//components/nacl/common",
"//components/nacl/loader",
- "//content/public/common",
+ "//content/public/common:static_switches",
"//crypto",
"//ipc",
"//sandbox",

Powered by Google App Engine
This is Rietveld 408576698