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

Unified Diff: chrome/BUILD.gn

Issue 1271523003: Remove remoting client plugin from chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android and GN build Created 5 years, 4 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/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index d08933dec9444fc8c1f2566d628c2da6ba955599..b3adb402b260ed7f4a3e20b9b08f922a6b28ddb8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -339,9 +339,6 @@ group("child_dependencies") {
if (enable_nacl) {
deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ]
}
- if (enable_remoting) {
- deps += [ "//remoting/client/plugin" ]
- }
}
if (is_win) {
« no previous file with comments | « no previous file | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698