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

Side by Side Diff: base/base.gyp

Issue 1908633002: Introduce ScopedCommandLine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update CrOS Unit Test 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') | base/test/command_line_test_util.h » ('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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'dependencies': [ 840 'dependencies': [
841 'base_unittests_jni_headers', 841 'base_unittests_jni_headers',
842 'base_java_unittest_support', 842 'base_java_unittest_support',
843 ], 843 ],
844 }], 844 }],
845 ['OS == "ios"', { 845 ['OS == "ios"', {
846 'toolsets': ['host', 'target'], 846 'toolsets': ['host', 'target'],
847 }], 847 }],
848 ], 848 ],
849 'sources': [ 849 'sources': [
850 'test/command_line_test_util.cc',
851 'test/command_line_test_util.h',
850 'test/gtest_util.cc', 852 'test/gtest_util.cc',
851 'test/gtest_util.h', 853 'test/gtest_util.h',
852 'test/gtest_xml_unittest_result_printer.cc', 854 'test/gtest_xml_unittest_result_printer.cc',
853 'test/gtest_xml_unittest_result_printer.h', 855 'test/gtest_xml_unittest_result_printer.h',
854 'test/gtest_xml_util.cc', 856 'test/gtest_xml_util.cc',
855 'test/gtest_xml_util.h', 857 'test/gtest_xml_util.h',
856 'test/histogram_tester.cc', 858 'test/histogram_tester.cc',
857 'test/histogram_tester.h', 859 'test/histogram_tester.h',
858 'test/icu_test_util.cc', 860 'test/icu_test_util.cc',
859 'test/icu_test_util.h', 861 'test/icu_test_util.h',
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 '../build/isolate.gypi', 1724 '../build/isolate.gypi',
1723 ], 1725 ],
1724 'sources': [ 1726 'sources': [
1725 'base_unittests.isolate', 1727 'base_unittests.isolate',
1726 ], 1728 ],
1727 }, 1729 },
1728 ], 1730 ],
1729 }], 1731 }],
1730 ], 1732 ],
1731 } 1733 }
OLDNEW
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | base/test/command_line_test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698