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

Side by Side Diff: base/base.gyp

Issue 1876903005: Implements TestMessageLoop that flushes pending tasks on destruction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added ws Created 4 years, 8 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/test/BUILD.gn » ('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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'test/test_file_util.h', 907 'test/test_file_util.h',
908 'test/test_file_util_android.cc', 908 'test/test_file_util_android.cc',
909 'test/test_file_util_linux.cc', 909 'test/test_file_util_linux.cc',
910 'test/test_file_util_mac.cc', 910 'test/test_file_util_mac.cc',
911 'test/test_file_util_posix.cc', 911 'test/test_file_util_posix.cc',
912 'test/test_file_util_win.cc', 912 'test/test_file_util_win.cc',
913 'test/test_io_thread.cc', 913 'test/test_io_thread.cc',
914 'test/test_io_thread.h', 914 'test/test_io_thread.h',
915 'test/test_listener_ios.h', 915 'test/test_listener_ios.h',
916 'test/test_listener_ios.mm', 916 'test/test_listener_ios.mm',
917 'test/test_message_loop.cc',
918 'test/test_message_loop.h',
917 'test/test_mock_time_task_runner.cc', 919 'test/test_mock_time_task_runner.cc',
918 'test/test_mock_time_task_runner.h', 920 'test/test_mock_time_task_runner.h',
919 'test/test_pending_task.cc', 921 'test/test_pending_task.cc',
920 'test/test_pending_task.h', 922 'test/test_pending_task.h',
921 'test/test_reg_util_win.cc', 923 'test/test_reg_util_win.cc',
922 'test/test_reg_util_win.h', 924 'test/test_reg_util_win.h',
923 'test/test_shortcut_win.cc', 925 'test/test_shortcut_win.cc',
924 'test/test_shortcut_win.h', 926 'test/test_shortcut_win.h',
925 'test/test_simple_task_runner.cc', 927 'test/test_simple_task_runner.cc',
926 'test/test_simple_task_runner.h', 928 'test/test_simple_task_runner.h',
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 '../build/isolate.gypi', 1718 '../build/isolate.gypi',
1717 ], 1719 ],
1718 'sources': [ 1720 'sources': [
1719 'base_unittests.isolate', 1721 'base_unittests.isolate',
1720 ], 1722 ],
1721 }, 1723 },
1722 ], 1724 ],
1723 }], 1725 }],
1724 ], 1726 ],
1725 } 1727 }
OLDNEW
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698