diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-20 12:44:29 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-20 12:44:29 -0500 |
commit | 04fb9eaa6a3657910e06ed79894521d21b1fd411 (patch) | |
tree | 119b5f994e7f954975ab003e74327786d50c5a69 /dom/plugins/ipc/moz.build | |
parent | b36e6061584f8518078c13b672f9ef05157f2826 (diff) | |
download | uxp-04fb9eaa6a3657910e06ed79894521d21b1fd411.tar.gz |
Issue #1053 - Remove android support from NPAPI
Diffstat (limited to 'dom/plugins/ipc/moz.build')
-rw-r--r-- | dom/plugins/ipc/moz.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/plugins/ipc/moz.build b/dom/plugins/ipc/moz.build index 15ed6410d7..051d5a3b4d 100644 --- a/dom/plugins/ipc/moz.build +++ b/dom/plugins/ipc/moz.build @@ -17,7 +17,6 @@ EXPORTS.mozilla.plugins += [ 'BrowserStreamParent.h', 'ChildAsyncCall.h', 'ChildTimer.h', - 'NPEventAndroid.h', 'NPEventOSX.h', 'NPEventUnix.h', 'NPEventWindows.h', |