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

Side by Side Diff: content/shell/renderer/webkit_test_runner.h

Issue 110533009: Import TestRunner library into chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_ 5 #ifndef CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_
6 #define CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_ 6 #define CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "content/public/common/page_state.h" 12 #include "content/public/common/page_state.h"
13 #include "content/public/renderer/render_view_observer.h" 13 #include "content/public/renderer/render_view_observer.h"
14 #include "content/public/renderer/render_view_observer_tracker.h" 14 #include "content/public/renderer/render_view_observer_tracker.h"
15 #include "content/shell/common/shell_test_configuration.h" 15 #include "content/shell/common/shell_test_configuration.h"
16 #include "third_party/WebKit/public/testing/WebPreferences.h" 16 #include "content/shell/common/test_runner/WebPreferences.h"
17 #include "third_party/WebKit/public/testing/WebTestDelegate.h" 17 #include "content/shell/renderer/test_runner/WebTestDelegate.h"
18 #include "v8/include/v8.h" 18 #include "v8/include/v8.h"
19 19
20 class SkCanvas; 20 class SkCanvas;
21 21
22 namespace blink { 22 namespace blink {
23 class WebDeviceMotionData; 23 class WebDeviceMotionData;
24 class WebDeviceOrientationData; 24 class WebDeviceOrientationData;
25 struct WebRect; 25 struct WebRect;
26 } 26 }
27 27
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 bool is_main_window_; 132 bool is_main_window_;
133 133
134 bool focus_on_next_commit_; 134 bool focus_on_next_commit_;
135 135
136 DISALLOW_COPY_AND_ASSIGN(WebKitTestRunner); 136 DISALLOW_COPY_AND_ASSIGN(WebKitTestRunner);
137 }; 137 };
138 138
139 } // namespace content 139 } // namespace content
140 140
141 #endif // CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_ 141 #endif // CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_
OLDNEW
« no previous file with comments | « content/shell/renderer/test_runner/WebUserMediaClientMock.cpp ('k') | content/shell/renderer/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698