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

Unified Diff: chrome/chrome_common.gypi

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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 3b2279e6dd7ca75a9b8351db1ce0d41f37f1c284..ed48fda0e1b2f56f6c9c96868c727c36ae210f66 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -415,15 +415,6 @@
'<(DEPTH)/breakpad/src',
],
}],
- ['disable_nacl==0', {
- 'dependencies': [
- '<(DEPTH)/components/nacl.gyp:nacl_common',
- ],
- 'sources': [
- 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
- 'common/extensions/manifest_handlers/nacl_modules_handler.h',
- ],
- }],
['enable_printing==0', {
'sources!': [
'common/print_messages.cc',

Powered by Google App Engine
This is Rietveld 408576698