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

Unified Diff: components/nacl/loader/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/BUILD.gn
diff --git a/components/nacl/loader/BUILD.gn b/components/nacl/loader/BUILD.gn
index b568a6b6bff6e54fa88e44dc2c5e6f04d079f685..32b5ec61b9eb6e9896cd96aa4d489fc538ffdd23 100644
--- a/components/nacl/loader/BUILD.gn
+++ b/components/nacl/loader/BUILD.gn
@@ -61,7 +61,6 @@ source_set("loader") {
]
deps = [
"//components/nacl/common",
- "//content/public/common",
"//ppapi/shared_impl",
]
@@ -114,7 +113,7 @@ if (is_linux) {
"//build/config/sanitizers:deps_no_options",
"//components/nacl/common:switches",
"//components/nacl/loader/sandbox_linux",
- "//content/public/common",
+ "//content/public/common:content_descriptors",
"//crypto",
"//ipc",
"//mojo/edk/system",

Powered by Google App Engine
This is Rietveld 408576698