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

Unified Diff: chrome/chrome_common.gypi

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | « chrome/chrome_browser_extensions.gypi ('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 95d928293e8b5c6414bbdca23a25bb37ba3c5fc3..4f24e5bdbc5f704dd893ed46290573ad8475b2ee 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -56,6 +56,8 @@
'../apps/app_shim/app_shim_messages.h',
'../extensions/common/constants.cc',
'../extensions/common/constants.h',
+ '../extensions/common/crx_file.cc',
+ '../extensions/common/crx_file.h',
'../extensions/common/draggable_region.cc',
'../extensions/common/draggable_region.h',
'../extensions/common/error_utils.cc',
@@ -66,6 +68,10 @@
'../extensions/common/event_filtering_info.h',
'../extensions/common/event_matcher.cc',
'../extensions/common/event_matcher.h',
+ '../extensions/common/extension_resource.cc',
+ '../extensions/common/extension_resource.h',
+ '../extensions/common/id_util.cc',
+ '../extensions/common/id_util.h',
'../extensions/common/install_warning.h',
'../extensions/common/install_warning.cc',
'../extensions/common/matcher/regex_set_matcher.cc',
@@ -211,8 +217,6 @@
'common/extensions/extension_messages.h',
'common/extensions/extension_process_policy.cc',
'common/extensions/extension_process_policy.h',
- 'common/extensions/extension_resource.cc',
- 'common/extensions/extension_resource.h',
'common/extensions/extension_set.cc',
'common/extensions/extension_set.h',
'common/extensions/feature_switch.cc',
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698