[email protected] | 11af41c | 2012-07-18 19:08:38 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | e503a12 | 2011-03-17 18:20:52 | [diff] [blame] | 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. | ||||
[email protected] | f950981 | 2012-10-23 23:03:35 | [diff] [blame] | 6 | // Inclusion of all message files present in chrome. Keep this file |
thakis | 3e861de | 2016-06-14 14:24:01 | [diff] [blame] | 7 | // up to date when adding a new value to the IPCMessageStart enum in |
[email protected] | f950981 | 2012-10-23 23:03:35 | [diff] [blame] | 8 | // ipc/ipc_message_start.h to ensure the corresponding message file is |
9 | // included here. Message classes used exclusively outside of chrome | ||||
10 | // should not be listed here and instead get an exemption in | ||||
11 | // chrome/tools/ipclist/ipclist.cc. | ||||
avi | 2729e44 | 2015-12-26 05:27:45 | [diff] [blame] | 12 | |
13 | #include "build/build_config.h" | ||||
Brett Wilson | 65f951c | 2016-11-03 22:06:12 | [diff] [blame] | 14 | #include "printing/features/features.h" |
avi | 2729e44 | 2015-12-26 05:27:45 | [diff] [blame] | 15 | |
[email protected] | 4a6d7415 | 2011-09-26 20:42:30 | [diff] [blame] | 16 | #include "chrome/common/common_message_generator.h" |
[email protected] | a56f832 | 2014-07-16 21:13:55 | [diff] [blame] | 17 | |
Brett Wilson | 65f951c | 2016-11-03 22:06:12 | [diff] [blame] | 18 | #if BUILDFLAG(ENABLE_PRINTING) |
dgn | 7cf87368 | 2015-01-28 17:44:16 | [diff] [blame] | 19 | // TODO(dgn) remove from here when all the code using these messages is removed |
20 | // from /chrome. (crbug.com/311308, crbug.com/450822) | ||||
slan | a4d79bb | 2015-11-06 01:23:20 | [diff] [blame] | 21 | #include "components/printing/common/print_messages.h" // nogncheck |
dgn | 7cf87368 | 2015-01-28 17:44:16 | [diff] [blame] | 22 | #endif |
23 | |||||
[email protected] | a56f832 | 2014-07-16 21:13:55 | [diff] [blame] | 24 | #if !defined(DISABLE_NACL) |
[email protected] | 512b5bd | 2013-07-23 20:24:00 | [diff] [blame] | 25 | #include "components/nacl/common/nacl_messages.h" |
[email protected] | a56f832 | 2014-07-16 21:13:55 | [diff] [blame] | 26 | #endif |