| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 FORMAT_TEST(048) | 85 FORMAT_TEST(048) |
| 86 // TODO(scottmg): Eval is broken (!) and comment output might have extra , | 86 // TODO(scottmg): Eval is broken (!) and comment output might have extra , |
| 87 // FORMAT_TEST(049) | 87 // FORMAT_TEST(049) |
| 88 FORMAT_TEST(050) | 88 FORMAT_TEST(050) |
| 89 FORMAT_TEST(051) | 89 FORMAT_TEST(051) |
| 90 FORMAT_TEST(052) | 90 FORMAT_TEST(052) |
| 91 FORMAT_TEST(053) | 91 FORMAT_TEST(053) |
| 92 FORMAT_TEST(054) | 92 FORMAT_TEST(054) |
| 93 FORMAT_TEST(055) | 93 FORMAT_TEST(055) |
| 94 FORMAT_TEST(056) | 94 FORMAT_TEST(056) |
| 95 FORMAT_TEST(057) |
| 96 FORMAT_TEST(058) |
| OLD | NEW |