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

Unified Diff: extensions/extensions.gyp

Issue 63933003: Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix Created 7 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 | « extensions/browser/quota_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index e68bc440266d55b6c18757133b52b9bc1a6ca077..1d438cb0b08f1b58ce392cdadf71cec332ce60b3 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -147,6 +147,8 @@
'browser/extension_error.h',
'browser/extensions_browser_client.cc',
'browser/extensions_browser_client.h',
+ 'browser/info_map.cc',
+ 'browser/info_map.h',
'browser/file_highlighter.cc',
'browser/file_highlighter.h',
'browser/file_reader.cc',
@@ -155,6 +157,8 @@
'browser/lazy_background_task_queue.h',
'browser/pref_names.cc',
'browser/pref_names.h',
+ 'browser/quota_service.cc',
+ 'browser/quota_service.h',
'browser/view_type_utils.cc',
'browser/view_type_utils.h',
],
« no previous file with comments | « extensions/browser/quota_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698