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

Side by Side Diff: base/BUILD.gn

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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/time/time_logging.h » ('J')
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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 "time/clock.cc", 650 "time/clock.cc",
651 "time/clock.h", 651 "time/clock.h",
652 "time/default_clock.cc", 652 "time/default_clock.cc",
653 "time/default_clock.h", 653 "time/default_clock.h",
654 "time/default_tick_clock.cc", 654 "time/default_tick_clock.cc",
655 "time/default_tick_clock.h", 655 "time/default_tick_clock.h",
656 "time/tick_clock.cc", 656 "time/tick_clock.cc",
657 "time/tick_clock.h", 657 "time/tick_clock.h",
658 "time/time.cc", 658 "time/time.cc",
659 "time/time.h", 659 "time/time.h",
660 "time/time_logging.cc",
661 "time/time_logging.h",
660 "time/time_mac.cc", 662 "time/time_mac.cc",
661 "time/time_posix.cc", 663 "time/time_posix.cc",
662 "time/time_win.cc", 664 "time/time_win.cc",
663 "timer/elapsed_timer.cc", 665 "timer/elapsed_timer.cc",
664 "timer/elapsed_timer.h", 666 "timer/elapsed_timer.h",
665 "timer/hi_res_timer_manager.h", 667 "timer/hi_res_timer_manager.h",
666 "timer/hi_res_timer_manager_posix.cc", 668 "timer/hi_res_timer_manager_posix.cc",
667 "timer/hi_res_timer_manager_win.cc", 669 "timer/hi_res_timer_manager_win.cc",
668 "timer/mock_timer.cc", 670 "timer/mock_timer.cc",
669 "timer/mock_timer.h", 671 "timer/mock_timer.h",
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 "threading/thread_checker_unittest.cc", 1280 "threading/thread_checker_unittest.cc",
1279 "threading/thread_collision_warner_unittest.cc", 1281 "threading/thread_collision_warner_unittest.cc",
1280 "threading/thread_id_name_manager_unittest.cc", 1282 "threading/thread_id_name_manager_unittest.cc",
1281 "threading/thread_local_storage_unittest.cc", 1283 "threading/thread_local_storage_unittest.cc",
1282 "threading/thread_local_unittest.cc", 1284 "threading/thread_local_unittest.cc",
1283 "threading/thread_unittest.cc", 1285 "threading/thread_unittest.cc",
1284 "threading/watchdog_unittest.cc", 1286 "threading/watchdog_unittest.cc",
1285 "threading/worker_pool_posix_unittest.cc", 1287 "threading/worker_pool_posix_unittest.cc",
1286 "threading/worker_pool_unittest.cc", 1288 "threading/worker_pool_unittest.cc",
1287 "time/pr_time_unittest.cc", 1289 "time/pr_time_unittest.cc",
1290 "time/time_logging_unittest.cc",
1288 "time/time_unittest.cc", 1291 "time/time_unittest.cc",
1289 "time/time_win_unittest.cc", 1292 "time/time_win_unittest.cc",
1290 "timer/hi_res_timer_manager_unittest.cc", 1293 "timer/hi_res_timer_manager_unittest.cc",
1291 "timer/mock_timer_unittest.cc", 1294 "timer/mock_timer_unittest.cc",
1292 "timer/timer_unittest.cc", 1295 "timer/timer_unittest.cc",
1293 "tools_sanity_unittest.cc", 1296 "tools_sanity_unittest.cc",
1294 "tracked_objects_unittest.cc", 1297 "tracked_objects_unittest.cc",
1295 "tuple_unittest.cc", 1298 "tuple_unittest.cc",
1296 "values_unittest.cc", 1299 "values_unittest.cc",
1297 "version_unittest.cc", 1300 "version_unittest.cc",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 # GYP: //base.gyp:base_unittests_apk 1496 # GYP: //base.gyp:base_unittests_apk
1494 unittest_apk("base_unittests_apk") { 1497 unittest_apk("base_unittests_apk") {
1495 deps = [ 1498 deps = [
1496 ":base_java", 1499 ":base_java",
1497 ":base_java_unittest_support", 1500 ":base_java_unittest_support",
1498 ":base_unittests", 1501 ":base_unittests",
1499 ] 1502 ]
1500 unittests_dep = ":base_unittests" 1503 unittests_dep = ":base_unittests"
1501 } 1504 }
1502 } 1505 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/time/time_logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698