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

Unified Diff: extensions/shell/app_shell.gyp

Issue 437503004: Add NaCl support to app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (nacl-init) rebase Created 6 years, 4 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
« no previous file with comments | « extensions/shell/app/shell_main_delegate.cc ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index f304af90b748d7842184213febf3e5e431814781..32a277279a217281653975378ba47d7cba2dcd0f 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -108,6 +108,20 @@
'<(DEPTH)/ui/display/display.gyp:display',
],
}],
+ ['disable_nacl==0', {
+ 'dependencies': [
+ '<(DEPTH)/components/nacl.gyp:nacl',
+ '<(DEPTH)/components/nacl.gyp:nacl_browser',
+ '<(DEPTH)/components/nacl.gyp:nacl_common',
+ '<(DEPTH)/components/nacl.gyp:nacl_helper',
+ '<(DEPTH)/components/nacl.gyp:nacl_renderer',
+ '<(DEPTH)/components/nacl.gyp:nacl_switches',
+ ],
+ 'sources': [
+ 'browser/shell_nacl_browser_delegate.cc',
+ 'browser/shell_nacl_browser_delegate.h',
+ ],
+ }],
],
},
{
« no previous file with comments | « extensions/shell/app/shell_main_delegate.cc ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698