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

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: Up similarity requirement 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 ef886071c3f1bb430c1f3fe5481e936bb9f2d89e..d176640b39a2beb1ea55785b72839b16539a3530 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