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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 16707002: [SystemInfo API] Rewrite storage info provider using storage monitor impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove storage_info_provider_linux_unittest.cc in chrome_tests_unit.gypi Created 7 years, 6 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 e7cecae9beb4d575ce1ad3519418eeb2f56ab5db..258c7f3657ad37cf78951bc4ce4598fb9ad8fe95 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -439,13 +439,9 @@
'browser/extensions/api/system_info_memory/memory_info_provider.h',
'browser/extensions/api/system_info_memory/system_info_memory_api.cc',
'browser/extensions/api/system_info_memory/system_info_memory_api.h',
- 'browser/extensions/api/system_info_storage/storage_info_observer.h',
+ 'browser/extensions/api/system_info_storage/storage_free_space_observer.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_android.cc',
- '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/system_info_storage/system_info_storage_api.cc',
'browser/extensions/api/system_info_storage/system_info_storage_api.h',
'browser/extensions/api/tab_capture/tab_capture_api.cc',
@@ -842,7 +838,6 @@
['include', '^browser/extensions/api/system_info_cpu/cpu_info_provider.cc'],
['include', '^browser/extensions/api/system_info_cpu/cpu_info_provider_android.cc'],
['include', '^browser/extensions/api/system_info_storage/storage_info_provider.cc'],
- ['include', '^browser/extensions/api/system_info_storage/storage_info_provider_android.cc'],
['include', '^browser/extensions/api/tabs/tabs_constants.cc'],
['include', '^browser/extensions/api/web_navigation/frame_navigation_state.cc'],
['include', '^browser/extensions/api/web_navigation/web_navigation_api.cc'],

Powered by Google App Engine
This is Rietveld 408576698