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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 10824232: Add systeminfo.storage API implementation skeleton (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: chromium-style virtual dtor not public for ref-counted class 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 bb78d9c8697224bf8bd19b82ff08cfe1defa4fad..e08d5b68f3a90f08f1694f40f60d4088acc4e316 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -234,6 +234,11 @@
'browser/extensions/api/system_info_cpu/cpu_info_provider.h',
'browser/extensions/api/system_info_cpu/system_info_cpu_api.cc',
'browser/extensions/api/system_info_cpu/system_info_cpu_api.h',
+ '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/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_win.cc',
'browser/extensions/api/tabs/execute_code_in_tab_function.cc',
'browser/extensions/api/tabs/execute_code_in_tab_function.h',
'browser/extensions/api/tabs/tabs.cc',
@@ -688,6 +693,7 @@
['include', '^browser/extensions/'],
# Other excluded stuff.
+ ['exclude', '^browser/extensions/api/system_info_storage/storage_info_provider_win.cc'],
['exclude', '^browser/extensions/browser_action_test_util_gtk.cc'],
['exclude', '^browser/extensions/extension_host_mac.h'],
['exclude', '^browser/extensions/extension_host_mac.mm'],
« no previous file with comments | « chrome/browser/extensions/api/system_info_storage/system_info_storage_apitest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698