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

Side by Side Diff: content/worker/worker_uitest.cc

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
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_path.h" 5 #include "base/file_path.h"
6 #include "base/string_util.h" 6 #include "base/string_util.h"
7 #include "base/test/test_timeouts.h" 7 #include "base/test/test_timeouts.h"
8 #include "base/threading/platform_thread.h" 8 #include "base/threading/platform_thread.h"
9 #include "chrome/app/chrome_command_ids.h" 9 #include "chrome/app/chrome_command_ids.h"
10 #include "chrome/common/url_constants.h"
11 #include "chrome/test/automation/browser_proxy.h" 10 #include "chrome/test/automation/browser_proxy.h"
12 #include "chrome/test/automation/tab_proxy.h" 11 #include "chrome/test/automation/tab_proxy.h"
13 #include "chrome/test/ui/ui_layout_test.h" 12 #include "chrome/test/ui/ui_layout_test.h"
14 #include "chrome/test/ui_test_utils.h" 13 #include "chrome/test/ui_test_utils.h"
15 #include "content/browser/worker_host/worker_service.h" 14 #include "content/browser/worker_host/worker_service.h"
15 #include "content/common/url_constants.h"
16 #include "net/test/test_server.h" 16 #include "net/test/test_server.h"
17 17
18 namespace { 18 namespace {
19 19
20 const char kTestCompleteCookie[] = "status"; 20 const char kTestCompleteCookie[] = "status";
21 const char kTestCompleteSuccess[] = "OK"; 21 const char kTestCompleteSuccess[] = "OK";
22 const FilePath::CharType* kTestDir = 22 const FilePath::CharType* kTestDir =
23 FILE_PATH_LITERAL("workers"); 23 FILE_PATH_LITERAL("workers");
24 const FilePath::CharType* kManySharedWorkersFile = 24 const FilePath::CharType* kManySharedWorkersFile =
25 FILE_PATH_LITERAL("many_shared_workers.html"); 25 FILE_PATH_LITERAL("many_shared_workers.html");
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 RunWorkerFileSystemLayoutTest("file-writer-truncate-extend.html"); 804 RunWorkerFileSystemLayoutTest("file-writer-truncate-extend.html");
805 } 805 }
806 806
807 TEST_F(WorkerFileSystemTest, FileWriterSyncTruncateExtend) { 807 TEST_F(WorkerFileSystemTest, FileWriterSyncTruncateExtend) {
808 RunWorkerFileSystemLayoutTest("file-writer-sync-truncate-extend.html"); 808 RunWorkerFileSystemLayoutTest("file-writer-sync-truncate-extend.html");
809 } 809 }
810 810
811 TEST_F(WorkerFileSystemTest, FileWriterSyncWriteOverlapped) { 811 TEST_F(WorkerFileSystemTest, FileWriterSyncWriteOverlapped) {
812 RunWorkerFileSystemLayoutTest("file-writer-sync-write-overlapped.html"); 812 RunWorkerFileSystemLayoutTest("file-writer-sync-write-overlapped.html");
813 } 813 }
OLDNEW
« content/browser/tab_contents/tab_contents.h ('K') | « content/worker/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698