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

Side by Side Diff: base/base.gypi

Issue 1569553005: Use base/time/time_posix.cc on OS X and iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on Mac Created 4 years, 11 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 | « base/BUILD.gn ('k') | base/time/time_mac.cc » ('j') | no next file with comments »
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'time/clock.cc', 685 'time/clock.cc',
686 'time/clock.h', 686 'time/clock.h',
687 'time/default_clock.cc', 687 'time/default_clock.cc',
688 'time/default_clock.h', 688 'time/default_clock.h',
689 'time/default_tick_clock.cc', 689 'time/default_tick_clock.cc',
690 'time/default_tick_clock.h', 690 'time/default_tick_clock.h',
691 'time/tick_clock.cc', 691 'time/tick_clock.cc',
692 'time/tick_clock.h', 692 'time/tick_clock.h',
693 'time/time.cc', 693 'time/time.cc',
694 'time/time.h', 694 'time/time.h',
695 'time/time_mac.cc',
696 'time/time_posix.cc', 695 'time/time_posix.cc',
697 'time/time_win.cc', 696 'time/time_win.cc',
698 'timer/elapsed_timer.cc', 697 'timer/elapsed_timer.cc',
699 'timer/elapsed_timer.h', 698 'timer/elapsed_timer.h',
700 'timer/hi_res_timer_manager.h', 699 'timer/hi_res_timer_manager.h',
701 'timer/hi_res_timer_manager_posix.cc', 700 'timer/hi_res_timer_manager_posix.cc',
702 'timer/hi_res_timer_manager_win.cc', 701 'timer/hi_res_timer_manager_win.cc',
703 'timer/mock_timer.cc', 702 'timer/mock_timer.cc',
704 'timer/mock_timer.h', 703 'timer/mock_timer.h',
705 'timer/timer.cc', 704 'timer/timer.cc',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'i18n/time_formatting.h', 1053 'i18n/time_formatting.h',
1055 'i18n/timezone.cc', 1054 'i18n/timezone.cc',
1056 'i18n/timezone.h', 1055 'i18n/timezone.h',
1057 'i18n/utf8_validator_tables.cc', 1056 'i18n/utf8_validator_tables.cc',
1058 'i18n/utf8_validator_tables.h', 1057 'i18n/utf8_validator_tables.h',
1059 ], 1058 ],
1060 }] 1059 }]
1061 ], 1060 ],
1062 }, 1061 },
1063 } 1062 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/time/time_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698