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

Side by Side Diff: base/base.gyp

Issue 864943002: Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More changes based on review comments. Created 5 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/debug/trace_event_synthetic_delay.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 '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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'debug/debugger_unittest.cc', 483 'debug/debugger_unittest.cc',
484 'debug/leak_tracker_unittest.cc', 484 'debug/leak_tracker_unittest.cc',
485 'debug/proc_maps_linux_unittest.cc', 485 'debug/proc_maps_linux_unittest.cc',
486 'debug/stack_trace_unittest.cc', 486 'debug/stack_trace_unittest.cc',
487 'debug/task_annotator_unittest.cc', 487 'debug/task_annotator_unittest.cc',
488 'debug/trace_event_argument_unittest.cc', 488 'debug/trace_event_argument_unittest.cc',
489 'debug/trace_event_memory_unittest.cc', 489 'debug/trace_event_memory_unittest.cc',
490 'debug/trace_event_synthetic_delay_unittest.cc', 490 'debug/trace_event_synthetic_delay_unittest.cc',
491 'debug/trace_event_system_stats_monitor_unittest.cc', 491 'debug/trace_event_system_stats_monitor_unittest.cc',
492 'debug/trace_event_unittest.cc', 492 'debug/trace_event_unittest.cc',
493 'debug/trace_event_unittest.h',
494 'debug/trace_event_win_unittest.cc', 493 'debug/trace_event_win_unittest.cc',
495 'deferred_sequenced_task_runner_unittest.cc', 494 'deferred_sequenced_task_runner_unittest.cc',
496 'environment_unittest.cc', 495 'environment_unittest.cc',
497 'file_version_info_unittest.cc', 496 'file_version_info_unittest.cc',
498 'files/dir_reader_posix_unittest.cc', 497 'files/dir_reader_posix_unittest.cc',
499 'files/file_path_unittest.cc', 498 'files/file_path_unittest.cc',
500 'files/file_proxy_unittest.cc', 499 'files/file_proxy_unittest.cc',
501 'files/file_unittest.cc', 500 'files/file_unittest.cc',
502 'files/file_util_proxy_unittest.cc', 501 'files/file_util_proxy_unittest.cc',
503 'files/file_util_unittest.cc', 502 'files/file_util_unittest.cc',
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'dependencies': [ 1557 'dependencies': [
1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1558 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1560 ], 1559 ],
1561 }], 1560 }],
1562 ], 1561 ],
1563 }, 1562 },
1564 ], 1563 ],
1565 }], 1564 }],
1566 ], 1565 ],
1567 } 1566 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/trace_event_synthetic_delay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698