- add sources.
[platform/framework/web/crosswalk.git] / src / content / common / all_messages.h
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
3 // found in the LICENSE file.
4
5 // Multiply-included file, hence no include guard.
6 // Inclusion of all message files present in content. Keep this file
7 // up-to-date when adding a new value to the IPCMessageStart enum in
8 // ipc/ipc_message_start.h to ensure the corresponding message file is
9 // included here.
10 #include "content/common/content_message_generator.h"
11 #if defined(ENABLE_PLUGINS)
12 #include "ppapi/proxy/ppapi_messages.h"
13 #endif