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

Side by Side Diff: base/base.gypi

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: Make some Timer variables protected to reduce duplication, clean up comments 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'time/default_clock.h', 646 'time/default_clock.h',
647 'time/default_tick_clock.cc', 647 'time/default_tick_clock.cc',
648 'time/default_tick_clock.h', 648 'time/default_tick_clock.h',
649 'time/tick_clock.cc', 649 'time/tick_clock.cc',
650 'time/tick_clock.h', 650 'time/tick_clock.h',
651 'time/time.cc', 651 'time/time.cc',
652 'time/time.h', 652 'time/time.h',
653 'time/time_mac.cc', 653 'time/time_mac.cc',
654 'time/time_posix.cc', 654 'time/time_posix.cc',
655 'time/time_win.cc', 655 'time/time_win.cc',
656 'timer/alarm_timer.cc',
657 'timer/alarm_timer.h',
656 'timer/elapsed_timer.cc', 658 'timer/elapsed_timer.cc',
657 'timer/elapsed_timer.h', 659 'timer/elapsed_timer.h',
658 'timer/hi_res_timer_manager.h', 660 'timer/hi_res_timer_manager.h',
659 'timer/hi_res_timer_manager_posix.cc', 661 'timer/hi_res_timer_manager_posix.cc',
660 'timer/hi_res_timer_manager_win.cc', 662 'timer/hi_res_timer_manager_win.cc',
661 'timer/mock_timer.cc', 663 'timer/mock_timer.cc',
662 'timer/mock_timer.h', 664 'timer/mock_timer.h',
663 'timer/timer.cc', 665 'timer/timer.cc',
664 'timer/timer.h', 666 'timer/timer.h',
667 'timer/rtc_alarm_chromeos.cc',
Daniel Erat 2014/10/15 15:04:21 nit: fix alphabetization
Chirantan Ekbote 2014/10/16 21:26:38 Done.
668 'timer/rtc_alarm_chromeos.h',
665 'tracked_objects.cc', 669 'tracked_objects.cc',
666 'tracked_objects.h', 670 'tracked_objects.h',
667 'tracking_info.cc', 671 'tracking_info.cc',
668 'tracking_info.h', 672 'tracking_info.h',
669 'tuple.h', 673 'tuple.h',
670 'values.cc', 674 'values.cc',
671 'values.h', 675 'values.h',
672 'value_conversions.cc', 676 'value_conversions.cc',
673 'value_conversions.h', 677 'value_conversions.h',
674 'version.cc', 678 'version.cc',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'i18n/time_formatting.h', 1008 'i18n/time_formatting.h',
1005 'i18n/timezone.cc', 1009 'i18n/timezone.cc',
1006 'i18n/timezone.h', 1010 'i18n/timezone.h',
1007 'i18n/utf8_validator_tables.cc', 1011 'i18n/utf8_validator_tables.cc',
1008 'i18n/utf8_validator_tables.h', 1012 'i18n/utf8_validator_tables.h',
1009 ], 1013 ],
1010 }] 1014 }]
1011 ], 1015 ],
1012 }, 1016 },
1013 } 1017 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/timer/alarm_timer.h » ('j') | base/timer/alarm_timer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698