OLD | NEW |
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2009 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 // This file contains unit tests for gles2 commmands | 5 // This file contains unit tests for gles2 commmands |
6 | 6 |
7 #include "tests/common/win/testing_common.h" | 7 #include "testing/gtest/include/gtest/gtest.h" |
8 #include "gpu/command_buffer/common/gles2_cmd_format.h" | 8 #include "gpu/command_buffer/common/gles2_cmd_format.h" |
9 | 9 |
10 namespace command_buffer { | 10 namespace command_buffer { |
11 namespace gles2 { | 11 namespace gles2 { |
12 | 12 |
13 #include "gpu/command_buffer/common/gles2_cmd_format_test_autogen.h" | 13 #include "gpu/command_buffer/common/gles2_cmd_format_test_autogen.h" |
14 | 14 |
15 } // namespace gles2 | 15 } // namespace gles2 |
16 } // namespace command_buffer | 16 } // namespace command_buffer |
17 | 17 |
OLD | NEW |