commit | a56f83243b7509a172bd32f96993c277420801a4 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 16 21:13:55 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 16 21:13:55 2014 |
tree | 7b8502d0c3ceddcb2ae4ce54a7624cecea6ec137 | |
parent | 5ab138cfbc8bac5e218b6a614bfa3ade3761a3be [diff] [blame] |
Drop NaCl dependencies on platforms where disable_nacl=1. Review URL: https://codereview.chromium.org/321423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283505 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h index 961ec0e..908711c 100644 --- a/chrome/common/all_messages.h +++ b/chrome/common/all_messages.h
@@ -14,4 +14,7 @@ #endif #include "chrome/common/common_message_generator.h" + +#if !defined(DISABLE_NACL) #include "components/nacl/common/nacl_messages.h" +#endif