| OLD | NEW | 
|---|
| 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/strings/string_util.h" | 6 #include "base/strings/string_util.h" | 
| 7 #include "testing/gtest/include/gtest/gtest.h" | 7 #include "testing/gtest/include/gtest/gtest.h" | 
| 8 #include "tools/gn/commands.h" | 8 #include "tools/gn/commands.h" | 
| 9 #include "tools/gn/setup.h" | 9 #include "tools/gn/setup.h" | 
| 10 | 10 | 
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 55 FORMAT_TEST(018) | 55 FORMAT_TEST(018) | 
| 56 FORMAT_TEST(019) | 56 FORMAT_TEST(019) | 
| 57 FORMAT_TEST(020) | 57 FORMAT_TEST(020) | 
| 58 FORMAT_TEST(021) | 58 FORMAT_TEST(021) | 
| 59 FORMAT_TEST(022) | 59 FORMAT_TEST(022) | 
| 60 FORMAT_TEST(023) | 60 FORMAT_TEST(023) | 
| 61 FORMAT_TEST(024) | 61 FORMAT_TEST(024) | 
| 62 FORMAT_TEST(025) | 62 FORMAT_TEST(025) | 
| 63 FORMAT_TEST(026) | 63 FORMAT_TEST(026) | 
| 64 FORMAT_TEST(027) | 64 FORMAT_TEST(027) | 
|  | 65 FORMAT_TEST(028) | 
|  | 66 FORMAT_TEST(029) | 
| OLD | NEW | 
|---|