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

Unified Diff: chrome/chrome_common.gypi

Issue 11312228: Move extension_error_utils.* and url_pattern_set.* into (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move into extensions namespace Created 8 years, 1 month 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 edac7bd2f9981f36ed442bbbd1e3173e6a6b080b..0fc2fd9ab6277a89139905578a0c5c993da48b23 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -53,8 +53,12 @@
'sources': [
'../extensions/common/constants.cc',
'../extensions/common/constants.h',
+ '../extensions/common/extension_error_utils.cc',
+ '../extensions/common/extension_error_utils.h',
'../extensions/common/url_pattern.cc',
'../extensions/common/url_pattern.h',
+ '../extensions/common/url_pattern_set.cc',
+ '../extensions/common/url_pattern_set.h',
'common/all_messages.h',
'common/attrition_experiments.h',
'common/auto_start_linux.cc',
@@ -130,8 +134,6 @@
'common/extensions/extension.h',
'common/extensions/extension_constants.cc',
'common/extensions/extension_constants.h',
- 'common/extensions/extension_error_utils.cc',
- 'common/extensions/extension_error_utils.h',
'common/extensions/extension_file_util.cc',
'common/extensions/extension_file_util.h',
'common/extensions/extension_icon_set.cc',
@@ -201,8 +203,6 @@
'common/extensions/unpacker.h',
'common/extensions/update_manifest.cc',
'common/extensions/update_manifest.h',
- 'common/extensions/url_pattern_set.cc',
- 'common/extensions/url_pattern_set.h',
'common/extensions/user_script.cc',
'common/extensions/user_script.h',
'common/extensions/value_counter.cc',

Powered by Google App Engine
This is Rietveld 408576698