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

Side by Side Diff: content/common/content_message_generator.h

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: fixed layout tests Created 4 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
« no previous file with comments | « content/common/DEPS ('k') | content/common/media/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 // Multiply-included file, hence no include guard. 5 // Multiply-included file, hence no include guard.
6 6
7 #include "content/common/child_process_messages.h" 7 #include "content/common/child_process_messages.h"
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "content/common/accessibility_messages.h" 10 #include "content/common/accessibility_messages.h"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 #include "content/common/worker_messages.h" 55 #include "content/common/worker_messages.h"
56 56
57 #if defined(ENABLE_WEBRTC) 57 #if defined(ENABLE_WEBRTC)
58 #include "content/common/p2p_messages.h" 58 #include "content/common/p2p_messages.h"
59 #endif 59 #endif
60 60
61 #if defined(OS_ANDROID) 61 #if defined(OS_ANDROID)
62 #include "content/common/android/sync_compositor_messages.h" 62 #include "content/common/android/sync_compositor_messages.h"
63 #include "content/common/gin_java_bridge_messages.h" 63 #include "content/common/gin_java_bridge_messages.h"
64 #include "content/common/media/media_player_messages_android.h" 64 #include "content/common/media/media_player_messages_android.h"
65 #include "content/common/media/media_session_messages_android.h"
66 #include "content/common/media/surface_view_manager_messages_android.h" 65 #include "content/common/media/surface_view_manager_messages_android.h"
67 #endif // defined(OS_ANDROID) 66 #endif // defined(OS_ANDROID)
68 67
69 #if defined(OS_WIN) 68 #if defined(OS_WIN)
70 #include "content/common/dwrite_font_proxy_messages.h" 69 #include "content/common/dwrite_font_proxy_messages.h"
71 #endif // defined(OS_WIN) 70 #endif // defined(OS_WIN)
OLDNEW
« no previous file with comments | « content/common/DEPS ('k') | content/common/media/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698