Chromium Code Reviews

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 11361189: Initial skeleton for System Indicator API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase; Make system_indicator manifest entry grant systemIndicator permission. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 77d773c1b90db70d4a8c40ce31b0dcde2459bcf3..3b2a13e4af2ee77e8efcc4af8cdb1fa064903aa5 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -65,6 +65,7 @@
'serial.idl',
'socket.idl',
'sync_file_system.idl',
+ 'system_indicator.idl',
'tab_capture.idl',
'usb.idl',
],

Powered by Google App Engine