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

Side by Side Diff: webkit/support/test_webkit_platform_support.cc

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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) 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 #include "webkit/support/test_webkit_platform_support.h" 5 #include "webkit/support/test_webkit_platform_support.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/files/scoped_temp_dir.h" 9 #include "base/files/scoped_temp_dir.h"
10 #include "base/metrics/stats_counters.h" 10 #include "base/metrics/stats_counters.h"
11 #include "base/path_service.h" 11 #include "base/path_service.h"
12 #include "base/utf_string_conversions.h" 12 #include "base/utf_string_conversions.h"
13 #include "cc/base/thread_impl.h" 13 #include "cc/base/thread_impl.h"
14 #include "cc/context_provider.h" 14 #include "cc/output/context_provider.h"
15 #include "media/base/media.h" 15 #include "media/base/media.h"
16 #include "net/cookies/cookie_monster.h" 16 #include "net/cookies/cookie_monster.h"
17 #include "net/http/http_cache.h" 17 #include "net/http/http_cache.h"
18 #include "net/test/test_server.h" 18 #include "net/test/test_server.h"
19 #include "third_party/WebKit/Source/Platform/chromium/public/WebAudioDevice.h" 19 #include "third_party/WebKit/Source/Platform/chromium/public/WebAudioDevice.h"
20 #include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" 20 #include "third_party/WebKit/Source/Platform/chromium/public/WebData.h"
21 #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" 21 #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h"
22 #include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h" 22 #include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h"
23 #include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h" 23 #include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h"
24 #include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace .h" 24 #include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace .h"
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 return view.release(); 565 return view.release();
566 } 566 }
567 567
568 WebKit::WebLayerTreeView* 568 WebKit::WebLayerTreeView*
569 TestWebKitPlatformSupport::createLayerTreeViewForTesting( 569 TestWebKitPlatformSupport::createLayerTreeViewForTesting(
570 TestViewType type) { 570 TestViewType type) {
571 DCHECK_EQ(TestViewTypeUnitTest, type); 571 DCHECK_EQ(TestViewTypeUnitTest, type);
572 return createLayerTreeViewForTesting(); 572 return createLayerTreeViewForTesting();
573 } 573 }
574 574
OLDNEW
« content/common/view_messages.h ('K') | « webkit/gpu/test_context_provider_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698