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

Unified Diff: components/nacl/BUILD.gn

Issue 1497543003: Format all BUILD.gn with "gn format --in-place". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-deps
Patch Set: Rebase Created 5 years 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 | components/variations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/BUILD.gn
diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
index ad200c93455c90e2684ee1994a2634af6205916d..7e20ecc095d62e45e3e47bb287a7af27c5ce5aec 100644
--- a/components/nacl/BUILD.gn
+++ b/components/nacl/BUILD.gn
@@ -144,6 +144,7 @@ if (enable_nacl) {
deps = [
":nacl_common",
":nacl_switches",
+ "renderer/plugin:nacl_trusted_plugin",
"//base",
"//content/public/common",
"//content/public/renderer",
@@ -153,7 +154,6 @@ if (enable_nacl) {
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
"//third_party/WebKit/public:blink",
- "renderer/plugin:nacl_trusted_plugin",
]
}
« no previous file with comments | « no previous file | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698