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

Side by Side Diff: base/base.gyp

Issue 542893002: Add trace-to-file support for base::TestSuite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CHECK -> DCHECK Created 6 years, 3 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/base_switches.h » ('j') | base/debug/trace_to_file.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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 ], 850 ],
851 }], 851 }],
852 ['OS == "android"', { 852 ['OS == "android"', {
853 'dependencies': [ 853 'dependencies': [
854 'base_unittests_jni_headers', 854 'base_unittests_jni_headers',
855 'base_java_unittest_support', 855 'base_java_unittest_support',
856 ], 856 ],
857 }], 857 }],
858 ], 858 ],
859 'sources': [ 859 'sources': [
860 'debug/trace_to_file.cc',
861 'debug/trace_to_file.h',
860 'test/expectations/expectation.cc', 862 'test/expectations/expectation.cc',
861 'test/expectations/expectation.h', 863 'test/expectations/expectation.h',
862 'test/expectations/parser.cc', 864 'test/expectations/parser.cc',
863 'test/expectations/parser.h', 865 'test/expectations/parser.h',
864 'test/gtest_xml_util.cc', 866 'test/gtest_xml_util.cc',
865 'test/gtest_xml_util.h', 867 'test/gtest_xml_util.h',
866 'test/launcher/test_launcher.cc', 868 'test/launcher/test_launcher.cc',
867 'test/launcher/test_launcher.h', 869 'test/launcher/test_launcher.h',
868 'test/launcher/test_result.cc', 870 'test/launcher/test_result.cc',
869 'test/launcher/test_result.h', 871 'test/launcher/test_result.h',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 'dependencies': [ 1461 'dependencies': [
1460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1462 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1461 ], 1463 ],
1462 }], 1464 }],
1463 ], 1465 ],
1464 }, 1466 },
1465 ], 1467 ],
1466 }], 1468 }],
1467 ], 1469 ],
1468 } 1470 }
OLDNEW
« no previous file with comments | « no previous file | base/base_switches.h » ('j') | base/debug/trace_to_file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698