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

Unified Diff: chrome/chrome_browser.gypi

Issue 15906013: Separate NaCl messages from the rest of chrome messages and create a new message filter. This is pa… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6021ac479d8d5b44a394a388a5906b89c843c2de..12ecd5df7e84cabc7bbcf4e59a242901b675887d 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2467,6 +2467,9 @@
'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_host_messages.h',
'browser/nacl_host/nacl_infobar.cc',
'browser/nacl_host/nacl_infobar.h',
'browser/nacl_host/nacl_process_host.cc',

Powered by Google App Engine
This is Rietveld 408576698