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

Side by Side Diff: base/BUILD.gn

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 | « no previous file | base/base.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 "debug/debugger_unittest.cc", 1167 "debug/debugger_unittest.cc",
1168 "debug/leak_tracker_unittest.cc", 1168 "debug/leak_tracker_unittest.cc",
1169 "debug/proc_maps_linux_unittest.cc", 1169 "debug/proc_maps_linux_unittest.cc",
1170 "debug/stack_trace_unittest.cc", 1170 "debug/stack_trace_unittest.cc",
1171 "debug/task_annotator_unittest.cc", 1171 "debug/task_annotator_unittest.cc",
1172 "debug/trace_event_argument_unittest.cc", 1172 "debug/trace_event_argument_unittest.cc",
1173 "debug/trace_event_memory_unittest.cc", 1173 "debug/trace_event_memory_unittest.cc",
1174 "debug/trace_event_synthetic_delay_unittest.cc", 1174 "debug/trace_event_synthetic_delay_unittest.cc",
1175 "debug/trace_event_system_stats_monitor_unittest.cc", 1175 "debug/trace_event_system_stats_monitor_unittest.cc",
1176 "debug/trace_event_unittest.cc", 1176 "debug/trace_event_unittest.cc",
1177 "debug/trace_event_unittest.h",
1178 "debug/trace_event_win_unittest.cc", 1177 "debug/trace_event_win_unittest.cc",
1179 "deferred_sequenced_task_runner_unittest.cc", 1178 "deferred_sequenced_task_runner_unittest.cc",
1180 "environment_unittest.cc", 1179 "environment_unittest.cc",
1181 "file_version_info_unittest.cc", 1180 "file_version_info_unittest.cc",
1182 "files/dir_reader_posix_unittest.cc", 1181 "files/dir_reader_posix_unittest.cc",
1183 "files/file_path_unittest.cc", 1182 "files/file_path_unittest.cc",
1184 "files/file_proxy_unittest.cc", 1183 "files/file_proxy_unittest.cc",
1185 "files/file_unittest.cc", 1184 "files/file_unittest.cc",
1186 "files/file_util_proxy_unittest.cc", 1185 "files/file_util_proxy_unittest.cc",
1187 "files/file_util_unittest.cc", 1186 "files/file_util_unittest.cc",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 1532
1534 # GYP: //base.gyp:base_java_unittest_support 1533 # GYP: //base.gyp:base_java_unittest_support
1535 android_library("base_java_unittest_support") { 1534 android_library("base_java_unittest_support") {
1536 deps = [ 1535 deps = [
1537 ":base_java", 1536 ":base_java",
1538 ] 1537 ]
1539 java_files = 1538 java_files =
1540 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1539 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1541 } 1540 }
1542 } 1541 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698