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

Unified Diff: components/nacl/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month 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/BUILD.gn
diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
index bff29a2f1f80e33c71feb45f9b5b0ee91bdda713..046890d94ddf4341233c2b25f4e0db3795238a0b 100644
--- a/components/nacl/BUILD.gn
+++ b/components/nacl/BUILD.gn
@@ -143,7 +143,6 @@ if (enable_nacl) {
deps = [
":nacl_common",
":nacl_switches",
- "renderer/plugin:nacl_trusted_plugin",
"//base",
"//content/public/common",
"//content/public/renderer",
@@ -153,6 +152,7 @@ if (enable_nacl) {
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
"//third_party/WebKit/public:blink",
+ "renderer/plugin:nacl_trusted_plugin",
]
}
@@ -258,8 +258,8 @@ if (enable_nacl) {
"loader/nonsfi/nonsfi_main.h",
]
deps = [
- ":nacl_switches",
":nacl_helper_nonsfi_sandbox",
+ ":nacl_switches",
"//base",
"//components/tracing",
"//content",

Powered by Google App Engine
This is Rietveld 408576698