diff options
author | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 00:17:35 +0000 |
---|---|---|
committer | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 00:17:35 +0000 |
commit | 01e5975a5eb35ce8b14d9ba3af3258e6b06806b5 (patch) | |
tree | 488ed297836d5e5b1021994819085306ea111c7d /chrome/chrome_browser.gypi | |
parent | 2f789097917e75cea40811403271ebbe455b75aa (diff) | |
download | chromium_src-01e5975a5eb35ce8b14d9ba3af3258e6b06806b5.zip chromium_src-01e5975a5eb35ce8b14d9ba3af3258e6b06806b5.tar.gz chromium_src-01e5975a5eb35ce8b14d9ba3af3258e6b06806b5.tar.bz2 |
Separate NaCl messages from the rest of chrome messages and create a new message filter. This is part of an effort to componentize NaCl code.
BUG=244791
Review URL: https://chromiumcodereview.appspot.com/15906013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 8c562a7..d3e9af4 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2484,6 +2484,8 @@ 'browser/nacl_host/nacl_browser.h', 'browser/nacl_host/nacl_file_host.cc', 'browser/nacl_host/nacl_file_host.h', + 'browser/nacl_host/nacl_host_message_filter.cc', + 'browser/nacl_host/nacl_host_message_filter.h', 'browser/nacl_host/nacl_infobar.cc', 'browser/nacl_host/nacl_infobar.h', 'browser/nacl_host/nacl_process_host.cc', |