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

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

Issue 2655653004: Fixes gn-check errors with enable_plugins=false. (Closed)
Patch Set: Created 3 years, 11 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
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 // Inclusion of all message files present in content. Keep this file 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 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 8 // ipc/ipc_message_start.h to ensure the corresponding message file is
9 // included here. 9 // included here.
10 // 10 //
11 #include "ppapi/features/features.h" 11 #include "ppapi/features/features.h"
12 12
13 #include "content/common/content_message_generator.h" 13 #include "content/common/content_message_generator.h"
14 #if BUILDFLAG(ENABLE_PLUGINS) 14 #if BUILDFLAG(ENABLE_PLUGINS)
15 #include "ppapi/proxy/ppapi_messages.h" 15 #include "ppapi/proxy/ppapi_messages.h" // nogncheck
16 #endif 16 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698