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

Unified Diff: chrome/chrome_common.gypi

Issue 345693002: Extensions: Split extensions utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 4125a86dadaef145f18fb6d4b7a1680eba07590c..4358d85e290c5db03a1580501c3b2bf7f180074d 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -23,6 +23,7 @@
'common/chrome_content_client_ios.mm',
'common/chrome_result_codes.h',
'common/chrome_utility_messages.h',
+ 'common/chrome_utility_printing_messages.h',
'common/chrome_version_info.cc',
'common/chrome_version_info_android.cc',
'common/chrome_version_info_chromeos.cc',
@@ -77,6 +78,7 @@
'common/extensions/chrome_extensions_client.h',
'common/extensions/chrome_manifest_handlers.cc',
'common/extensions/chrome_manifest_handlers.h',
+ 'common/extensions/chrome_utility_extensions_messages.h',
'common/extensions/command.cc',
'common/extensions/command.h',
'common/extensions/extension_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698