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

Side by Side Diff: base/base.gyp

Issue 12321117: Refactor MainHook into TestSuite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing test_suite changes Created 7 years, 9 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/test/main_hook.h » ('j') | base/test/test_suite.cc » ('J')
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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 'test/test_file_util_linux.cc', 805 'test/test_file_util_linux.cc',
806 ], 806 ],
807 }], 807 }],
808 ], 808 ],
809 'sources': [ 809 'sources': [
810 'perftimer.cc', 810 'perftimer.cc',
811 'test/expectations/expectation.cc', 811 'test/expectations/expectation.cc',
812 'test/expectations/expectation.h', 812 'test/expectations/expectation.h',
813 'test/expectations/parser.cc', 813 'test/expectations/parser.cc',
814 'test/expectations/parser.h', 814 'test/expectations/parser.h',
815 'test/main_hook.cc',
TVL 2013/02/27 15:59:35 I don't see this being deleted in the cl
lliabraa 2013/02/27 20:31:31 Done.
816 'test/main_hook.h',
817 'test/main_hook_ios.mm',
818 'test/mock_chrome_application_mac.h', 815 'test/mock_chrome_application_mac.h',
819 'test/mock_chrome_application_mac.mm', 816 'test/mock_chrome_application_mac.mm',
820 'test/mock_devices_changed_observer.cc', 817 'test/mock_devices_changed_observer.cc',
821 'test/mock_devices_changed_observer.h', 818 'test/mock_devices_changed_observer.h',
822 'test/mock_time_provider.cc', 819 'test/mock_time_provider.cc',
823 'test/mock_time_provider.h', 820 'test/mock_time_provider.h',
824 'test/multiprocess_test.cc', 821 'test/multiprocess_test.cc',
825 'test/multiprocess_test.h', 822 'test/multiprocess_test.h',
826 'test/multiprocess_test_android.cc', 823 'test/multiprocess_test_android.cc',
827 'test/null_task_runner.cc', 824 'test/null_task_runner.cc',
828 'test/null_task_runner.h', 825 'test/null_task_runner.h',
829 'test/perf_test_suite.cc', 826 'test/perf_test_suite.cc',
830 'test/perf_test_suite.h', 827 'test/perf_test_suite.h',
828 'test/run_hook_ios.h',
829 'test/run_hook_ios.mm',
831 'test/scoped_locale.cc', 830 'test/scoped_locale.cc',
832 'test/scoped_locale.h', 831 'test/scoped_locale.h',
833 'test/scoped_path_override.cc', 832 'test/scoped_path_override.cc',
834 'test/scoped_path_override.h', 833 'test/scoped_path_override.h',
835 'test/sequenced_task_runner_test_template.cc', 834 'test/sequenced_task_runner_test_template.cc',
836 'test/sequenced_task_runner_test_template.h', 835 'test/sequenced_task_runner_test_template.h',
837 'test/simple_test_clock.cc', 836 'test/simple_test_clock.cc',
838 'test/simple_test_clock.h', 837 'test/simple_test_clock.h',
839 'test/simple_test_tick_clock.cc', 838 'test/simple_test_tick_clock.cc',
840 'test/simple_test_tick_clock.h', 839 'test/simple_test_tick_clock.h',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'base_unittests.isolate', 1187 'base_unittests.isolate',
1189 ], 1188 ],
1190 'sources': [ 1189 'sources': [
1191 'base_unittests.isolate', 1190 'base_unittests.isolate',
1192 ], 1191 ],
1193 }, 1192 },
1194 ], 1193 ],
1195 }], 1194 }],
1196 ], 1195 ],
1197 } 1196 }
OLDNEW
« no previous file with comments | « no previous file | base/test/main_hook.h » ('j') | base/test/test_suite.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698