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

Unified Diff: extensions/extensions.gyp

Issue 435343002: Move NaClModulesHandler to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 02c33de9a52b5b500998fa3edceb827dd22e37d2..7c6bc663bd2522d49d91f5ebfadc384142895459 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -231,6 +231,15 @@
'common/manifest_handlers/externally_connectable.h',
],
}],
+ ['disable_nacl==0', {
+ 'dependencies': [
+ '<(DEPTH)/components/nacl.gyp:nacl_common',
+ ],
+ 'sources': [
+ 'common/manifest_handlers/nacl_modules_handler.cc',
+ 'common/manifest_handlers/nacl_modules_handler.h',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698