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

Side by Side Diff: base/base.gyp

Issue 823143004: Add TestMockTimeTaskRunner in base/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update year in copyright notice. Rebase. 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
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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'test/test_file_util.h', 969 'test/test_file_util.h',
970 'test/test_file_util_android.cc', 970 'test/test_file_util_android.cc',
971 'test/test_file_util_linux.cc', 971 'test/test_file_util_linux.cc',
972 'test/test_file_util_mac.cc', 972 'test/test_file_util_mac.cc',
973 'test/test_file_util_posix.cc', 973 'test/test_file_util_posix.cc',
974 'test/test_file_util_win.cc', 974 'test/test_file_util_win.cc',
975 'test/test_io_thread.cc', 975 'test/test_io_thread.cc',
976 'test/test_io_thread.h', 976 'test/test_io_thread.h',
977 'test/test_listener_ios.h', 977 'test/test_listener_ios.h',
978 'test/test_listener_ios.mm', 978 'test/test_listener_ios.mm',
979 'test/test_mock_time_task_runner.cc',
980 'test/test_mock_time_task_runner.h',
979 'test/test_pending_task.cc', 981 'test/test_pending_task.cc',
980 'test/test_pending_task.h', 982 'test/test_pending_task.h',
981 'test/test_reg_util_win.cc', 983 'test/test_reg_util_win.cc',
982 'test/test_reg_util_win.h', 984 'test/test_reg_util_win.h',
983 'test/test_shortcut_win.cc', 985 'test/test_shortcut_win.cc',
984 'test/test_shortcut_win.h', 986 'test/test_shortcut_win.h',
985 'test/test_simple_task_runner.cc', 987 'test/test_simple_task_runner.cc',
986 'test/test_simple_task_runner.h', 988 'test/test_simple_task_runner.h',
987 'test/test_suite.cc', 989 'test/test_suite.cc',
988 'test/test_suite.h', 990 'test/test_suite.h',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 'dependencies': [ 1558 'dependencies': [
1557 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1558 ], 1560 ],
1559 }], 1561 }],
1560 ], 1562 ],
1561 }, 1563 },
1562 ], 1564 ],
1563 }], 1565 }],
1564 ], 1566 ],
1565 } 1567 }
OLDNEW
« no previous file with comments | « ash/system/chromeos/session/logout_confirmation_controller_unittest.cc ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698