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

Unified Diff: extensions/browser/BUILD.gn

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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 | « device/media_transfer_protocol/media_transfer_protocol.gyp ('k') | extensions/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 306d2d4d49a8f1813b8a59b8f8d45ef23e8b6d05..847679b2019791d25e5253bdb9e0d225a70dae2d 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -153,6 +153,31 @@ source_set("browser") {
"api/storage/value_store_cache.h",
"api/storage/weak_unlimited_settings_storage.cc",
"api/storage/weak_unlimited_settings_storage.h",
+ "api/system_cpu/cpu_info_provider.cc",
+ "api/system_cpu/cpu_info_provider.h",
+ "api/system_cpu/cpu_info_provider_linux.cc",
+ "api/system_cpu/cpu_info_provider_mac.cc",
+ "api/system_cpu/cpu_info_provider_win.cc",
+ "api/system_cpu/system_cpu_api.cc",
+ "api/system_cpu/system_cpu_api.h",
+ "api/system_display/display_info_provider.cc",
+ "api/system_display/display_info_provider.h",
+ "api/system_display/system_display_api.cc",
+ "api/system_display/system_display_api.h",
+ "api/system_info/system_info_api.cc",
+ "api/system_info/system_info_api.h",
+ "api/system_info/system_info_provider.cc",
+ "api/system_info/system_info_provider.h",
+ "api/system_memory/memory_info_provider.cc",
+ "api/system_memory/memory_info_provider.h",
+ "api/system_memory/system_memory_api.cc",
+ "api/system_memory/system_memory_api.h",
+ "api/system_network/system_network_api.cc",
+ "api/system_network/system_network_api.h",
+ "api/system_storage/storage_info_provider.cc",
+ "api/system_storage/storage_info_provider.h",
+ "api/system_storage/system_storage_api.cc",
+ "api/system_storage/system_storage_api.h",
"api/test/test_api.cc",
"api/test/test_api.h",
"api/usb/usb_api.cc",
@@ -351,6 +376,7 @@ source_set("browser") {
]
deps += [
+ "//components/storage_monitor",
"//crypto:platform",
"//device/bluetooth",
"//device/hid",
« no previous file with comments | « device/media_transfer_protocol/media_transfer_protocol.gyp ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698