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

Unified Diff: components/components_tests.gyp

Issue 641943002: components: Introduce AlarmTimer class and use it for GCM heartbeat (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp files Created 6 years, 2 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a83440a7980b4784758bbb83141e50b13cdc65b2..1bf909b666fccf0436a1040b7776335016362195 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -696,6 +696,7 @@
['chromeos==1', {
'sources': [
'pairing/message_buffer_unittest.cc',
+ 'timer/alarm_timer_unittest.cc',
],
'sources!': [
'storage_monitor/storage_monitor_linux_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698