blob: 19aaae18a308b27790d763f5b08932f4a3842f79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Multiply-included file, hence no include guard.
// Inclusion of all message files recognized by message_lib. All messages
// received by RenderProcessHost should be included here for the IPC fuzzer.
#include "chrome/common/all_messages.h"
#include "components/autofill/content/common/autofill_messages.h"
#include "components/nacl/common/nacl_host_messages.h"
#include "components/tracing/tracing_messages.h"
#include "components/visitedlink/common/visitedlink_messages.h"
#include "content/common/all_messages.h"
|