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

Unified Diff: extensions/extensions.gyp

Issue 194333002: Move extension_messages.h to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again 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/permissions/manifest_permission_set_unittest.cc ('k') | ipc/ipc_message_start.h » ('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 b49999bfa07619005d557b0d1b38d20db109960a..9e4a7411b59e3c553f65a91f7ffd8763d8b82d89 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -49,6 +49,10 @@
'common/extension_api.cc',
'common/extension_api.h',
'common/extension_api_stub.cc',
+ 'common/extension_message_generator.cc',
+ 'common/extension_message_generator.h',
+ 'common/extension_messages.cc',
+ 'common/extension_messages.h',
'common/extension_paths.cc',
'common/extension_paths.h',
'common/extension_resource.cc',
« no previous file with comments | « extensions/common/permissions/manifest_permission_set_unittest.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698