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

Unified Diff: extensions/extensions.gyp

Issue 435343002: Move NaClModulesHandler to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (nacl-modules) rebase, fix gyp 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/common/manifest_handlers/nacl_modules_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index ca5edcb69ae682a7a6db7c64971828999530c6b7..52bbe5544e744d70ba80d0cb4caed54477b30e5e 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -19,6 +19,8 @@
'../components/components.gyp:url_matcher',
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
+ # For Mojo generated headers for generated_api.cc.
+ '../device/serial/serial.gyp:device_serial_mojo',
'../ipc/ipc.gyp:ipc',
'../net/net.gyp:net',
'../third_party/re2/re2.gyp:re2',
@@ -231,6 +233,14 @@
'common/manifest_handlers/externally_connectable.h',
],
}],
+ ['disable_nacl==0', {
+ # NaClModulesHandler does not use any code in NaCl, so no dependency
+ # on nacl_common.
+ 'sources': [
+ 'common/manifest_handlers/nacl_modules_handler.cc',
+ 'common/manifest_handlers/nacl_modules_handler.h',
+ ],
+ }],
],
},
{
« no previous file with comments | « extensions/common/manifest_handlers/nacl_modules_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698