diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 21:44:38 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 21:44:38 +0000 |
commit | 5ed25b3e6f4a9da2b0dfe7b0787f4715cf27ef2e (patch) | |
tree | 064a308e78cc64ed4967814cf3cf218dd9f75733 /content/content_common.gypi | |
parent | 4c9b0d4cf2b3810f57fff67aa1ebfa53d7961296 (diff) | |
download | chromium_src-5ed25b3e6f4a9da2b0dfe7b0787f4715cf27ef2e.zip chromium_src-5ed25b3e6f4a9da2b0dfe7b0787f4715cf27ef2e.tar.gz chromium_src-5ed25b3e6f4a9da2b0dfe7b0787f4715cf27ef2e.tar.bz2 |
Make pepper_messages.h be included by content's message_generator instead of all_messages.h in chrome.
BUG=98716
Review URL: http://codereview.chromium.org/8365023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 0eb7748..bf62e96 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -178,7 +178,6 @@ 'common/page_zoom.h', 'common/pepper_file_messages.cc', 'common/pepper_file_messages.h', - 'common/pepper_messages.cc', 'common/pepper_messages.h', 'common/pepper_plugin_registry.cc', 'common/pepper_plugin_registry.h', |