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

Side by Side Diff: tools/ipc_fuzzer/message_lib/all_messages.h

Issue 2056153002: Convert PageLoadMetrics to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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 | « tools/ipc_fuzzer/message_lib/OWNERS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 // Inclusion of all message files recognized by message_lib. All messages 6 // Inclusion of all message files recognized by message_lib. All messages
7 // received by RenderProcessHost should be included here for the IPC fuzzer. 7 // received by RenderProcessHost should be included here for the IPC fuzzer.
8 8
9 // Force all multi-include optional files to be included again. 9 // Force all multi-include optional files to be included again.
10 #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 10 #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
11 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ 11 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
12 #undef COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_ 12 #undef COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_
13 #undef CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_ 13 #undef CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
14 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_ 14 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_
15 #undef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 15 #undef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
16 16
17 #include "chrome/common/all_messages.h" 17 #include "chrome/common/all_messages.h"
18 #include "components/autofill/content/common/autofill_message_generator.h" 18 #include "components/autofill/content/common/autofill_message_generator.h"
19 #include "components/content_settings/content/common/content_settings_message_ge nerator.h" 19 #include "components/content_settings/content/common/content_settings_message_ge nerator.h"
20 #if !defined(DISABLE_NACL) 20 #if !defined(DISABLE_NACL)
21 #include "components/nacl/common/nacl_host_messages.h" 21 #include "components/nacl/common/nacl_host_messages.h"
22 #endif 22 #endif
23 #include "components/network_hints/common/network_hints_message_generator.h" 23 #include "components/network_hints/common/network_hints_message_generator.h"
24 #include "components/page_load_metrics/common/page_load_metrics_messages.h" 24 #include "components/page_load_metrics/common/page_load_metrics_param_traits.h"
25 #include "components/pdf/common/pdf_message_generator.h" 25 #include "components/pdf/common/pdf_message_generator.h"
26 #include "components/tracing/common/tracing_messages.h" 26 #include "components/tracing/common/tracing_messages.h"
27 #include "components/translate/content/common/translate_messages.h" 27 #include "components/translate/content/common/translate_messages.h"
28 #include "components/visitedlink/common/visitedlink_message_generator.h" 28 #include "components/visitedlink/common/visitedlink_message_generator.h"
29 #include "content/common/all_messages.h" 29 #include "content/common/all_messages.h"
30 #include "extensions/common/extension_message_generator.h" 30 #include "extensions/common/extension_message_generator.h"
OLDNEW
« no previous file with comments | « tools/ipc_fuzzer/message_lib/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698