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

Unified Diff: extensions/extensions.gyp

Issue 396933002: Remove extensions_manifest_types extensions API on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/api/api.gyp ('k') | extensions/renderer/messaging_bindings.cc » ('j') | 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 c3136aa4ae2ddf12a146070a42fff0d8b0916711..638e179590889db3840f6f8abcf2ac92c61c7d7d 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -220,7 +220,16 @@
],
}, { # enable_extensions == 0
'sources!': [
+ 'common/api/messaging/message.h',
+ 'common/api/sockets/sockets_manifest_data.cc',
+ 'common/api/sockets/sockets_manifest_data.h',
+ 'common/api/sockets/sockets_manifest_handler.cc',
+ 'common/api/sockets/sockets_manifest_handler.h',
+ 'common/api/sockets/sockets_manifest_permission.cc',
+ 'common/api/sockets/sockets_manifest_permission.h',
'common/extension_api.cc',
+ 'common/manifest_handlers/externally_connectable.cc',
+ 'common/manifest_handlers/externally_connectable.h',
],
}],
],
« no previous file with comments | « extensions/common/api/api.gyp ('k') | extensions/renderer/messaging_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698