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

Unified Diff: content/content_tests.gypi

Issue 436683002: Battery Status API: implementation for Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromeOS build Created 6 years, 4 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 | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 3ae93627183793c6e6fcb30c2615f2d45e097527..a70a87c794379abc5a19a8c1a261cf37c8e5736b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -404,6 +404,7 @@
'browser/appcache/mock_appcache_storage.cc',
'browser/appcache/mock_appcache_storage.h',
'browser/appcache/mock_appcache_storage_unittest.cc',
+ 'browser/battery_status/battery_status_manager_linux_unittest.cc',
'browser/battery_status/battery_status_service_unittest.cc',
'browser/browser_thread_unittest.cc',
'browser/browser_url_handler_impl_unittest.cc',
@@ -877,6 +878,7 @@
'../chromeos/chromeos.gyp:chromeos',
],
'sources/': [
+ ['exclude', '^browser/battery_status/battery_status_manager_linux_unittest.cc'],
['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest.cc'],
],
}],
@@ -929,6 +931,7 @@
}],
['use_dbus==0', {
'sources!': [
+ 'browser/battery_status/battery_status_manager_linux_unittest.cc',
'browser/geolocation/wifi_data_provider_linux_unittest.cc',
],
}],
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698