ipc: Simplify the magic required to create IPC message headers.This gets rid of having to include the files in a magic place because of xcode dependency issues, and just makes it simpler to create new IPC message classes.  It also gets rid of including the X_messages_internal.h file multiple times, which simplifies things and should make the build a little faster.

In a future change, I will remove the "internal.h" files since they're no longer needed.
Review URL: http://codereview.chromium.org/5526008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68664 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 21fa3a157739a857f1882072179f1bd3d978c368
11 files changed
tree: 1e2584b7f11a1bb927b71938f32c0089ce4fd7e8
  1. base/
  2. build/
  3. ipc/
  4. testing/