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

Side by Side Diff: base/base.gyp

Issue 1162603004: Restore locales after tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added spaces Created 5 years, 4 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 | « base/BUILD.gn ('k') | base/i18n/case_conversion_unittest.cc » ('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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 ], 893 ],
894 'sources': [ 894 'sources': [
895 'test/gtest_util.cc', 895 'test/gtest_util.cc',
896 'test/gtest_util.h', 896 'test/gtest_util.h',
897 'test/gtest_xml_unittest_result_printer.cc', 897 'test/gtest_xml_unittest_result_printer.cc',
898 'test/gtest_xml_unittest_result_printer.h', 898 'test/gtest_xml_unittest_result_printer.h',
899 'test/gtest_xml_util.cc', 899 'test/gtest_xml_util.cc',
900 'test/gtest_xml_util.h', 900 'test/gtest_xml_util.h',
901 'test/histogram_tester.cc', 901 'test/histogram_tester.cc',
902 'test/histogram_tester.h', 902 'test/histogram_tester.h',
903 'test/icu_test_util.cc',
904 'test/icu_test_util.h',
903 'test/ios/wait_util.h', 905 'test/ios/wait_util.h',
904 'test/ios/wait_util.mm', 906 'test/ios/wait_util.mm',
905 'test/launcher/test_launcher.cc', 907 'test/launcher/test_launcher.cc',
906 'test/launcher/test_launcher.h', 908 'test/launcher/test_launcher.h',
907 'test/launcher/test_result.cc', 909 'test/launcher/test_result.cc',
908 'test/launcher/test_result.h', 910 'test/launcher/test_result.h',
909 'test/launcher/test_results_tracker.cc', 911 'test/launcher/test_results_tracker.cc',
910 'test/launcher/test_results_tracker.h', 912 'test/launcher/test_results_tracker.h',
911 'test/launcher/unit_test_launcher.cc', 913 'test/launcher/unit_test_launcher.cc',
912 'test/launcher/unit_test_launcher.h', 914 'test/launcher/unit_test_launcher.h',
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 '../build/isolate.gypi', 1627 '../build/isolate.gypi',
1626 ], 1628 ],
1627 'sources': [ 1629 'sources': [
1628 'base_unittests.isolate', 1630 'base_unittests.isolate',
1629 ], 1631 ],
1630 }, 1632 },
1631 ], 1633 ],
1632 }], 1634 }],
1633 ], 1635 ],
1634 } 1636 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/i18n/case_conversion_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698