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

Side by Side Diff: content/renderer/renderer_webkitplatformsupport_impl.cc

Issue 24494003: [webcrypto] Move the files to a subdirectory (content/renderer/webcrypto). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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 | « content/content_tests.gypi ('k') | content/renderer/webcrypto/OWNERS » ('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) 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 "content/renderer/renderer_webkitplatformsupport_impl.h" 5 #include "content/renderer/renderer_webkitplatformsupport_impl.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/lazy_instance.h" 9 #include "base/lazy_instance.h"
10 #include "base/memory/shared_memory.h" 10 #include "base/memory/shared_memory.h"
(...skipping 26 matching lines...) Expand all
37 #include "content/renderer/gamepad_shared_memory_reader.h" 37 #include "content/renderer/gamepad_shared_memory_reader.h"
38 #include "content/renderer/media/audio_decoder.h" 38 #include "content/renderer/media/audio_decoder.h"
39 #include "content/renderer/media/crypto/key_systems.h" 39 #include "content/renderer/media/crypto/key_systems.h"
40 #include "content/renderer/media/media_stream_dependency_factory.h" 40 #include "content/renderer/media/media_stream_dependency_factory.h"
41 #include "content/renderer/media/renderer_webaudiodevice_impl.h" 41 #include "content/renderer/media/renderer_webaudiodevice_impl.h"
42 #include "content/renderer/media/renderer_webmidiaccessor_impl.h" 42 #include "content/renderer/media/renderer_webmidiaccessor_impl.h"
43 #include "content/renderer/media/webcontentdecryptionmodule_impl.h" 43 #include "content/renderer/media/webcontentdecryptionmodule_impl.h"
44 #include "content/renderer/render_thread_impl.h" 44 #include "content/renderer/render_thread_impl.h"
45 #include "content/renderer/renderer_clipboard_client.h" 45 #include "content/renderer/renderer_clipboard_client.h"
46 #include "content/renderer/webclipboard_impl.h" 46 #include "content/renderer/webclipboard_impl.h"
47 #include "content/renderer/webcrypto_impl.h" 47 #include "content/renderer/webcrypto/webcrypto_impl.h"
48 #include "content/renderer/websharedworkerrepository_impl.h" 48 #include "content/renderer/websharedworkerrepository_impl.h"
49 #include "gpu/config/gpu_info.h" 49 #include "gpu/config/gpu_info.h"
50 #include "ipc/ipc_sync_message_filter.h" 50 #include "ipc/ipc_sync_message_filter.h"
51 #include "media/audio/audio_output_device.h" 51 #include "media/audio/audio_output_device.h"
52 #include "media/base/audio_hardware_config.h" 52 #include "media/base/audio_hardware_config.h"
53 #include "media/filters/stream_parser_factory.h" 53 #include "media/filters/stream_parser_factory.h"
54 #include "net/base/mime_util.h" 54 #include "net/base/mime_util.h"
55 #include "net/base/net_util.h" 55 #include "net/base/net_util.h"
56 #include "third_party/WebKit/public/platform/WebBlobRegistry.h" 56 #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
57 #include "third_party/WebKit/public/platform/WebDeviceMotionListener.h" 57 #include "third_party/WebKit/public/platform/WebDeviceMotionListener.h"
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 return; 1068 return;
1069 QuotaDispatcher::ThreadSpecificInstance( 1069 QuotaDispatcher::ThreadSpecificInstance(
1070 thread_safe_sender_.get(), 1070 thread_safe_sender_.get(),
1071 quota_message_filter_.get())->QueryStorageUsageAndQuota( 1071 quota_message_filter_.get())->QueryStorageUsageAndQuota(
1072 storage_partition, 1072 storage_partition,
1073 static_cast<quota::StorageType>(type), 1073 static_cast<quota::StorageType>(type),
1074 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks)); 1074 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks));
1075 } 1075 }
1076 1076
1077 } // namespace content 1077 } // namespace content
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/webcrypto/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698