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

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: removed a couple blank lines 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') | 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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 'test/test_file_util_linux.cc', 810 'test/test_file_util_linux.cc',
811 ], 811 ],
812 }], 812 }],
813 ], 813 ],
814 'sources': [ 814 'sources': [
815 'perftimer.cc', 815 'perftimer.cc',
816 'test/expectations/expectation.cc', 816 'test/expectations/expectation.cc',
817 'test/expectations/expectation.h', 817 'test/expectations/expectation.h',
818 'test/expectations/parser.cc', 818 'test/expectations/parser.cc',
819 'test/expectations/parser.h', 819 'test/expectations/parser.h',
820 'test/main_hook.cc',
821 'test/main_hook.h',
822 'test/main_hook_ios.mm',
823 'test/mock_chrome_application_mac.h', 820 'test/mock_chrome_application_mac.h',
824 'test/mock_chrome_application_mac.mm', 821 'test/mock_chrome_application_mac.mm',
825 'test/mock_devices_changed_observer.cc', 822 'test/mock_devices_changed_observer.cc',
826 'test/mock_devices_changed_observer.h', 823 'test/mock_devices_changed_observer.h',
827 'test/mock_time_provider.cc', 824 'test/mock_time_provider.cc',
828 'test/mock_time_provider.h', 825 'test/mock_time_provider.h',
829 'test/multiprocess_test.cc', 826 'test/multiprocess_test.cc',
830 'test/multiprocess_test.h', 827 'test/multiprocess_test.h',
831 'test/multiprocess_test_android.cc', 828 'test/multiprocess_test_android.cc',
832 'test/null_task_runner.cc', 829 'test/null_task_runner.cc',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 'base_unittests.isolate', 1212 'base_unittests.isolate',
1216 ], 1213 ],
1217 'sources': [ 1214 'sources': [
1218 'base_unittests.isolate', 1215 'base_unittests.isolate',
1219 ], 1216 ],
1220 }, 1217 },
1221 ], 1218 ],
1222 }], 1219 }],
1223 ], 1220 ],
1224 } 1221 }
OLDNEW
« no previous file with comments | « no previous file | base/test/main_hook.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698