diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 21:03:55 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 21:03:55 +0000 |
commit | 61e78f1855792814e87a777df59595edc9b163fe (patch) | |
tree | f889f061d425efcdb07d637ad9c7379881f7afa4 /chrome/chrome_common.gypi | |
parent | 630dc91c5a4e97b1c3b33799978c6bd4c00678e7 (diff) | |
download | chromium_src-61e78f1855792814e87a777df59595edc9b163fe.zip chromium_src-61e78f1855792814e87a777df59595edc9b163fe.tar.gz chromium_src-61e78f1855792814e87a777df59595edc9b163fe.tar.bz2 |
Make PepperFileMessageFilter be a BrowserMessageFilter.
Review URL: http://codereview.chromium.org/5877002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index aaffc32..b9aaaa4 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -118,6 +118,8 @@ 'common/notification_source.cc', 'common/notification_source.h', 'common/notification_type.h', + 'common/pepper_file_messages.cc', + 'common/pepper_file_messages.h', 'common/process_watcher_mac.cc', 'common/process_watcher_posix.cc', 'common/process_watcher_win.cc', |