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

Unified Diff: extensions/common/api/BUILD.gn

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn build Created 6 years, 5 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: extensions/common/api/BUILD.gn
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
index 6b0c3da9012c0963cfd0f4e9d332bdd7b57cd3f3..615d097d84e753217769311acdccb711fd7862bd 100644
--- a/extensions/common/api/BUILD.gn
+++ b/extensions/common/api/BUILD.gn
@@ -19,6 +19,11 @@ generated_extensions_api("api") {
"sockets_tcp_server.idl",
"sockets_udp.idl",
"storage.json",
+ "system_cpu.idl",
+ "system_display.idl",
+ "system_memory.idl",
+ "system_network.idl",
+ "system_storage.idl",
"test.json",
"usb.idl",
]

Powered by Google App Engine
This is Rietveld 408576698