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

Unified Diff: extensions/extensions.gyp

Issue 217263002: Move sockets manifest types to //extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename, add new "API" for extensionsManifestTypes Created 6 years, 9 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/sockets/sockets_manifest_permission_unittest.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 99a3b076c076a3bd029f632e309dde591db2ea4d..9238cb0e1b85ae4cc67fa518670d9b5699ddc8f3 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -28,6 +28,12 @@
],
'sources': [
'common/api/messaging/message.h',
+ 'common/api/sockets/sockets_manifest_handler.cc',
+ 'common/api/sockets/sockets_manifest_handler.h',
+ 'common/api/sockets/sockets_manifest_data.cc',
+ 'common/api/sockets/sockets_manifest_data.h',
+ 'common/api/sockets/sockets_manifest_permission.cc',
+ 'common/api/sockets/sockets_manifest_permission.h',
'common/common_manifest_handlers.cc',
'common/common_manifest_handlers.h',
'common/crx_file.cc',
« no previous file with comments | « extensions/common/api/sockets/sockets_manifest_permission_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698