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

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: 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index a5992ea336b8f9bc327ec93462e0f8229983c204..795bc60e2a272f3de9ed4d89bbcf5737310ae9ac 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -48,6 +48,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',

Powered by Google App Engine
This is Rietveld 408576698