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

Side by Side Diff: base/base.gyp

Issue 11607003: Add a Clock and TickClock interface for mocking out time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix warnings Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'test/null_task_runner.cc', 827 'test/null_task_runner.cc',
828 'test/null_task_runner.h', 828 'test/null_task_runner.h',
829 'test/perf_test_suite.cc', 829 'test/perf_test_suite.cc',
830 'test/perf_test_suite.h', 830 'test/perf_test_suite.h',
831 'test/scoped_locale.cc', 831 'test/scoped_locale.cc',
832 'test/scoped_locale.h', 832 'test/scoped_locale.h',
833 'test/scoped_path_override.cc', 833 'test/scoped_path_override.cc',
834 'test/scoped_path_override.h', 834 'test/scoped_path_override.h',
835 'test/sequenced_task_runner_test_template.cc', 835 'test/sequenced_task_runner_test_template.cc',
836 'test/sequenced_task_runner_test_template.h', 836 'test/sequenced_task_runner_test_template.h',
837 'test/simple_test_clock.cc',
838 'test/simple_test_clock.h',
839 'test/simple_test_tick_clock.cc',
840 'test/simple_test_tick_clock.h',
837 'test/task_runner_test_template.cc', 841 'test/task_runner_test_template.cc',
838 'test/task_runner_test_template.h', 842 'test/task_runner_test_template.h',
839 'test/test_file_util.h', 843 'test/test_file_util.h',
840 'test/test_file_util_linux.cc', 844 'test/test_file_util_linux.cc',
841 'test/test_file_util_mac.cc', 845 'test/test_file_util_mac.cc',
842 'test/test_file_util_posix.cc', 846 'test/test_file_util_posix.cc',
843 'test/test_file_util_win.cc', 847 'test/test_file_util_win.cc',
844 'test/test_listener_ios.h', 848 'test/test_listener_ios.h',
845 'test/test_listener_ios.mm', 849 'test/test_listener_ios.mm',
846 'test/test_pending_task.cc', 850 'test/test_pending_task.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 'base_unittests.isolate', 1186 'base_unittests.isolate',
1183 ], 1187 ],
1184 'sources': [ 1188 'sources': [
1185 'base_unittests.isolate', 1189 'base_unittests.isolate',
1186 ], 1190 ],
1187 }, 1191 },
1188 ], 1192 ],
1189 }], 1193 }],
1190 ], 1194 ],
1191 } 1195 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698