summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_nacl.gyp
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-07-15 20:05:38 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-16 03:06:27 +0000
commit652b4b61384e9224e61971e64096815f116e8970 (patch)
tree6fb874bfdaca16a62c6ae0ea03de8d85d4b56c56 /remoting/remoting_nacl.gyp
parenteaa306142f9eb4b83e61881caf6a35a763f8920e (diff)
downloadchromium_src-652b4b61384e9224e61971e64096815f116e8970.zip
chromium_src-652b4b61384e9224e61971e64096815f116e8970.tar.gz
chromium_src-652b4b61384e9224e61971e64096815f116e8970.tar.bz2
Move code that doesn't depend on PPAPI out of remoting/client/plugin
remoting/client/plugin contained some files that didn't depend on PPAPI and had unittests. Once the plugin is removed from chrome the plugin will only be compiled for PNaCl, but in order to keep the unittests working these files will still need to be compiled natively. Moving them out of the plugin directory makes it clear which files are compiled only for PNaCl. Also the moved files are not specific to the plugin and would be useful in a native app if we were to implement one. BUG=510271 Review URL: https://codereview.chromium.org/1228333004 Cr-Commit-Position: refs/heads/master@{#338977}
Diffstat (limited to 'remoting/remoting_nacl.gyp')
-rw-r--r--remoting/remoting_nacl.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp
index 1e29858..bbe8f44 100644
--- a/remoting/remoting_nacl.gyp
+++ b/remoting/remoting_nacl.gyp
@@ -131,7 +131,7 @@
'target_conditions': [
['1==1', {
'sources/': [
- [ 'include', 'client/plugin/normalizing_input_filter_mac.cc' ],
+ [ 'include', 'client/normalizing_input_filter_mac.cc' ],
],
}],
],