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

Unified Diff: remoting/BUILD.gn

Issue 1228333004: Move code that doesn't depend on PPAPI out of remoting/client/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | remoting/client/empty_cursor_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 9be8a41b4dfce55bc5857d6172ea58f1e3a8ff73..0aeb666a8d7fe0f15675024962c8d0a7a020edf4 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -182,11 +182,6 @@ if (!is_mac) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
- } else {
- deps += [
- "//remoting/client/plugin",
- "//remoting/client/plugin:unit_tests",
- ]
}
if (enable_remoting_host) {
« no previous file with comments | « no previous file | remoting/client/empty_cursor_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698