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

Unified Diff: remoting/client/plugin/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 | « pdf/BUILD.gn ('k') | remoting/client/plugin/pepper_entrypoints.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/BUILD.gn
diff --git a/remoting/client/plugin/BUILD.gn b/remoting/client/plugin/BUILD.gn
index 0d5e2847574c3834fe55e47f3b4ec65ebb6205d1..4c9af9dfe1b86c6a5bb90ae5421a1b3f4594fe39 100644
--- a/remoting/client/plugin/BUILD.gn
+++ b/remoting/client/plugin/BUILD.gn
@@ -4,19 +4,13 @@
import("//remoting/remoting_srcs.gni")
+# TODO(sergeyu): Port this target to NaCl.
source_set("plugin") {
sources =
rebase_path(remoting_srcs_gypi_values.remoting_client_plugin_sources,
".",
"//remoting")
- # TODO(GYP) when a nacl version of this target is made, these files
- # won't be part of it.
- sources += [
- "pepper_entrypoints.cc",
- "pepper_entrypoints.h",
- ]
-
configs += [ "//build/config/compiler:wexit_time_destructors" ]
defines = [ "HAVE_STDINT_H" ] # Required by on2_integer.h.
« no previous file with comments | « pdf/BUILD.gn ('k') | remoting/client/plugin/pepper_entrypoints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698