diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 03:12:09 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 03:12:09 +0000 |
commit | 0e60083039fa5b27a8cb32b549063fa0cfd925ea (patch) | |
tree | 91e59f2e41c0b1a34cf4d55194af466cad96efcb /chrome/chrome_common.gypi | |
parent | 5bdb5e7ffe172b58b2e78f8abb45fea4f8a858cd (diff) | |
download | chromium_src-0e60083039fa5b27a8cb32b549063fa0cfd925ea.zip chromium_src-0e60083039fa5b27a8cb32b549063fa0cfd925ea.tar.gz chromium_src-0e60083039fa5b27a8cb32b549063fa0cfd925ea.tar.bz2 |
Convert dom_storage, pepper, pepper_file, and automation messages to new format.
dom_storage now generated by the common generator.
Pepper and pepper_file still have dedicated .cc files rather than using the
common generator because they still contain a small amount of hand-coded code.
Automation_messages has its own .cc file, since it appears this may well link
into other places.
Review URL: http://codereview.chromium.org/6695032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 485057c..3f035a9 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -52,7 +52,6 @@ 'common/content_settings_types.h', 'common/devtools_messages.cc', 'common/devtools_messages.h', - 'common/dom_storage_messages.cc', 'common/dom_storage_messages.h', 'common/font_config_ipc_linux.cc', 'common/font_config_ipc_linux.h', |