diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 01:01:42 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 01:01:42 +0000 |
commit | af049ddb7826794bdaf5fbfd22f07fa7a743e2bc (patch) | |
tree | 705eaec913253793ad384a3cba59b8dfc9216966 /chrome/chrome_common.gypi | |
parent | 457efe07dafb4c979132d27e04a425914679f85a (diff) | |
download | chromium_src-af049ddb7826794bdaf5fbfd22f07fa7a743e2bc.zip chromium_src-af049ddb7826794bdaf5fbfd22f07fa7a743e2bc.tar.gz chromium_src-af049ddb7826794bdaf5fbfd22f07fa7a743e2bc.tar.bz2 |
Generate param traits even when shared by mutliple message files.
Review URL: https://chromiumcodereview.appspot.com/10577040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index df1b019..46d108c 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -99,6 +99,7 @@ 'common/common_message_generator.h', 'common/common_param_traits.cc', 'common/common_param_traits.h', + 'common/common_param_traits_macros.h', 'common/content_settings.cc', 'common/content_settings.h', 'common/content_settings_helper.cc', |