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

Side by Side Diff: tools/gn/command_format_unittest.cc

Issue 962003002: gn format: Have format sort sources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unsigned numbers in test Created 5 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
« no previous file with comments | « tools/gn/command_format.cc ('k') | tools/gn/format_test_data/031.golden » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #include "base/files/file_util.h" 5 #include "base/files/file_util.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/strings/string_util.h" 7 #include "base/strings/string_util.h"
8 #include "testing/gtest/include/gtest/gtest.h" 8 #include "testing/gtest/include/gtest/gtest.h"
9 #include "tools/gn/commands.h" 9 #include "tools/gn/commands.h"
10 #include "tools/gn/setup.h" 10 #include "tools/gn/setup.h"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 FORMAT_TEST(052) 92 FORMAT_TEST(052)
93 FORMAT_TEST(053) 93 FORMAT_TEST(053)
94 FORMAT_TEST(054) 94 FORMAT_TEST(054)
95 FORMAT_TEST(055) 95 FORMAT_TEST(055)
96 FORMAT_TEST(056) 96 FORMAT_TEST(056)
97 FORMAT_TEST(057) 97 FORMAT_TEST(057)
98 FORMAT_TEST(058) 98 FORMAT_TEST(058)
99 FORMAT_TEST(059) 99 FORMAT_TEST(059)
100 FORMAT_TEST(060) 100 FORMAT_TEST(060)
101 FORMAT_TEST(061) 101 FORMAT_TEST(061)
102 FORMAT_TEST(062)
OLDNEW
« no previous file with comments | « tools/gn/command_format.cc ('k') | tools/gn/format_test_data/031.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698