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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 11361189: Initial skeleton for System Indicator API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add menu handling stubs, address formatting issues Created 8 years, 1 month 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 c948eb786d971259e04c62e299c12817349002cb..66d981a37b5f0e224dbd1c81d73ba17354ddcbc8 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -279,6 +279,8 @@
'browser/extensions/api/socket/udp_socket.h',
'browser/extensions/api/sync_file_system/sync_file_system_api.cc',
'browser/extensions/api/sync_file_system/sync_file_system_api.h',
+ 'browser/extensions/api/system_indicator/system_indicator_api.cc',
+ 'browser/extensions/api/system_indicator/system_indicator_api.h',
'browser/extensions/api/system_info_cpu/cpu_info_provider.cc',
'browser/extensions/api/system_info_cpu/cpu_info_provider.h',
'browser/extensions/api/system_info_cpu/cpu_info_provider_linux.cc',
@@ -884,4 +886,3 @@
}, ], # 'OS=="win"'
], # 'conditions'
}
-

Powered by Google App Engine
This is Rietveld 408576698