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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 10876041: Polish the SystemInfoProvider template code and refactor StorageInfoProvider based on it (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use string16 instead of wstring to avoid Presubmit warning Created 8 years, 4 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_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 80fc4b0d2d3a6d9852b34cf3bf514fddf0592faa..505fd71c160448b7f51dc2e2e6f8c596bad0dfd2 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -247,6 +247,8 @@
'browser/extensions/api/system_info_storage/system_info_storage_api.h',
'browser/extensions/api/system_info_storage/storage_info_provider.cc',
'browser/extensions/api/system_info_storage/storage_info_provider.h',
+ 'browser/extensions/api/system_info_storage/storage_info_provider_linux.cc',
+ 'browser/extensions/api/system_info_storage/storage_info_provider_mac.cc',
'browser/extensions/api/system_info_storage/storage_info_provider_win.cc',
'browser/extensions/api/tabs/execute_code_in_tab_function.cc',
'browser/extensions/api/tabs/execute_code_in_tab_function.h',

Powered by Google App Engine
This is Rietveld 408576698