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

Side by Side Diff: chrome/test/gpu/webgl_conformance_tests.cc

Issue 7541001: Move more files from chrome/test to chrome/test/base, part #3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/browser_with_test_window_test.h ('k') | chrome/test/out_of_proc_test_runner.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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/file_util.h" 5 #include "base/file_util.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/test/test_timeouts.h" 7 #include "base/test/test_timeouts.h"
8 #include "base/utf_string_conversions.h" 8 #include "base/utf_string_conversions.h"
9 #include "chrome/common/chrome_paths.h" 9 #include "chrome/common/chrome_paths.h"
10 #include "chrome/test/automation/tab_proxy.h" 10 #include "chrome/test/automation/tab_proxy.h"
11 #include "chrome/test/test_launcher_utils.h" 11 #include "chrome/test/base/test_launcher_utils.h"
12 #include "chrome/test/ui/javascript_test_util.h" 12 #include "chrome/test/ui/javascript_test_util.h"
13 #include "chrome/test/ui/ui_test.h" 13 #include "chrome/test/ui/ui_test.h"
14 #include "content/common/content_switches.h" 14 #include "content/common/content_switches.h"
15 #include "net/base/net_util.h" 15 #include "net/base/net_util.h"
16 #include "ui/gfx/gl/gl_implementation.h" 16 #include "ui/gfx/gl/gl_implementation.h"
17 17
18 namespace { 18 namespace {
19 19
20 #if defined(OS_WIN) 20 #if defined(OS_WIN)
21 const std::string& kGLImplementationName = gfx::kGLImplementationEGLName; 21 const std::string& kGLImplementationName = gfx::kGLImplementationEGLName;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 TEST_F(WebGLConformanceTests, name) { \ 88 TEST_F(WebGLConformanceTests, name) { \
89 RunTest(url); \ 89 RunTest(url); \
90 } 90 }
91 91
92 // The test declarations are located in webgl_conformance_test_list_autogen.h, 92 // The test declarations are located in webgl_conformance_test_list_autogen.h,
93 // because the list is automatically generated by a script. 93 // because the list is automatically generated by a script.
94 // See: generate_webgl_conformance_test_list.py 94 // See: generate_webgl_conformance_test_list.py
95 #include "webgl_conformance_test_list_autogen.h" 95 #include "webgl_conformance_test_list_autogen.h"
96 96
97 } // namespace 97 } // namespace
OLDNEW
« no previous file with comments | « chrome/test/browser_with_test_window_test.h ('k') | chrome/test/out_of_proc_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698