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

Side by Side Diff: base/base.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: 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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/base.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'threading/thread_id_name_manager_unittest.cc', 616 'threading/thread_id_name_manager_unittest.cc',
617 'threading/thread_local_storage_unittest.cc', 617 'threading/thread_local_storage_unittest.cc',
618 'threading/thread_local_unittest.cc', 618 'threading/thread_local_unittest.cc',
619 'threading/thread_unittest.cc', 619 'threading/thread_unittest.cc',
620 'threading/watchdog_unittest.cc', 620 'threading/watchdog_unittest.cc',
621 'threading/worker_pool_posix_unittest.cc', 621 'threading/worker_pool_posix_unittest.cc',
622 'threading/worker_pool_unittest.cc', 622 'threading/worker_pool_unittest.cc',
623 'time/pr_time_unittest.cc', 623 'time/pr_time_unittest.cc',
624 'time/time_unittest.cc', 624 'time/time_unittest.cc',
625 'time/time_win_unittest.cc', 625 'time/time_win_unittest.cc',
626 'timer/alarm_timer_unittest.cc',
626 'timer/hi_res_timer_manager_unittest.cc', 627 'timer/hi_res_timer_manager_unittest.cc',
627 'timer/mock_timer_unittest.cc', 628 'timer/mock_timer_unittest.cc',
628 'timer/timer_unittest.cc', 629 'timer/timer_unittest.cc',
629 'tools_sanity_unittest.cc', 630 'tools_sanity_unittest.cc',
630 'tracked_objects_unittest.cc', 631 'tracked_objects_unittest.cc',
631 'tuple_unittest.cc', 632 'tuple_unittest.cc',
632 'values_unittest.cc', 633 'values_unittest.cc',
633 'version_unittest.cc', 634 'version_unittest.cc',
634 'vlog_unittest.cc', 635 'vlog_unittest.cc',
635 'win/dllmain.cc', 636 'win/dllmain.cc',
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1488 'dependencies': [ 1489 'dependencies': [
1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1490 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1490 ], 1491 ],
1491 }], 1492 }],
1492 ], 1493 ],
1493 }, 1494 },
1494 ], 1495 ],
1495 }], 1496 }],
1496 ], 1497 ],
1497 } 1498 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/base.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698