diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 23:37:58 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 23:37:58 +0000 |
commit | f90a0fb4d44ae9d3fca4adf05b76f187c09840f6 (patch) | |
tree | 6ddbc895d39e9929123997f7806be31a0a79b0a2 /content/content_common.gypi | |
parent | 88fa6bf2a6300335381178004eb434df99595f04 (diff) | |
download | chromium_src-f90a0fb4d44ae9d3fca4adf05b76f187c09840f6.zip chromium_src-f90a0fb4d44ae9d3fca4adf05b76f187c09840f6.tar.gz chromium_src-f90a0fb4d44ae9d3fca4adf05b76f187c09840f6.tar.bz2 |
Move security_style.h to content. It seems like useful information that an embedder would want.
Review URL: http://codereview.chromium.org/7062036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 89d0b1d..ea57081 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -205,6 +205,7 @@ 'common/sandbox_methods_linux.h', 'common/section_util_win.cc', 'common/section_util_win.h', + 'common/security_style.h', 'common/serialized_script_value.cc', 'common/serialized_script_value.h', 'common/set_process_title.cc', |