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

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: hate 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
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index edac7bd2f9981f36ed442bbbd1e3173e6a6b080b..0f4fce8298b88c0f51ecdd3a04807158c4ba9c1c 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/error_utils.cc',
+ '../extensions/common/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',
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698