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

Side by Side Diff: base/base.gypi

Issue 665023002: Post-commit fixes for "stale-while-revalidate..." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make DCHECK_EQ work for TimeDelta objects. 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'time/clock.cc', 641 'time/clock.cc',
642 'time/clock.h', 642 'time/clock.h',
643 'time/default_clock.cc', 643 'time/default_clock.cc',
644 'time/default_clock.h', 644 'time/default_clock.h',
645 'time/default_tick_clock.cc', 645 'time/default_tick_clock.cc',
646 'time/default_tick_clock.h', 646 'time/default_tick_clock.h',
647 'time/tick_clock.cc', 647 'time/tick_clock.cc',
648 'time/tick_clock.h', 648 'time/tick_clock.h',
649 'time/time.cc', 649 'time/time.cc',
650 'time/time.h', 650 'time/time.h',
651 'time/time_logging.cc',
652 'time/time_logging.h',
651 'time/time_mac.cc', 653 'time/time_mac.cc',
652 'time/time_posix.cc', 654 'time/time_posix.cc',
653 'time/time_win.cc', 655 'time/time_win.cc',
654 'timer/elapsed_timer.cc', 656 'timer/elapsed_timer.cc',
655 'timer/elapsed_timer.h', 657 'timer/elapsed_timer.h',
656 'timer/hi_res_timer_manager.h', 658 'timer/hi_res_timer_manager.h',
657 'timer/hi_res_timer_manager_posix.cc', 659 'timer/hi_res_timer_manager_posix.cc',
658 'timer/hi_res_timer_manager_win.cc', 660 'timer/hi_res_timer_manager_win.cc',
659 'timer/mock_timer.cc', 661 'timer/mock_timer.cc',
660 'timer/mock_timer.h', 662 'timer/mock_timer.h',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'i18n/time_formatting.h', 1008 'i18n/time_formatting.h',
1007 'i18n/timezone.cc', 1009 'i18n/timezone.cc',
1008 'i18n/timezone.h', 1010 'i18n/timezone.h',
1009 'i18n/utf8_validator_tables.cc', 1011 'i18n/utf8_validator_tables.cc',
1010 'i18n/utf8_validator_tables.h', 1012 'i18n/utf8_validator_tables.h',
1011 ], 1013 ],
1012 }] 1014 }]
1013 ], 1015 ],
1014 }, 1016 },
1015 } 1017 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/time/time.h » ('j') | base/time/time_logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698