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

Unified Diff: chrome/chrome_browser.gypi

Issue 9158005: RFC: Add an interface for having the browser open a pnacl support file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a test, do some tweaks. Created 8 years, 10 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 1125c11aa772ba39c8ddf53a34260ebd5f4ed6d9..796d3e92172f55e2625115cfd74c544010e0fbb7 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4330,6 +4330,8 @@
'browser/nacl_host/nacl_broker_service_win.h',
'browser/nacl_host/nacl_process_host.cc',
'browser/nacl_host/nacl_process_host.h',
+ 'browser/nacl_host/pnacl_file_host.cc',
+ 'browser/nacl_host/pnacl_file_host.h',
],
'dependencies': [
'../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',

Powered by Google App Engine
This is Rietveld 408576698