diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 21:22:08 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 21:22:08 +0000 |
commit | 13aec6c49895d337eff5119622bdff814b0b4200 (patch) | |
tree | 483b1382f1cde754d2e256645b17ae8eaaec32c0 /chrome/chrome_common.gypi | |
parent | dc309f0e7faa2b8e0a4558edf4976a23ba100cc7 (diff) | |
download | chromium_src-13aec6c49895d337eff5119622bdff814b0b4200.zip chromium_src-13aec6c49895d337eff5119622bdff814b0b4200.tar.gz chromium_src-13aec6c49895d337eff5119622bdff814b0b4200.tar.bz2 |
Move cloud_print_class_mac files from content/common to chrome/common/cloud_print. They don't belong in content.
TBR=abodenha
Review URL: http://codereview.chromium.org/8341079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 5bd5cd0..9c2c4c2 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -79,6 +79,8 @@ 'common/chrome_version_info_mac.mm', 'common/chrome_version_info_win.cc', 'common/chrome_version_info.h', + 'common/cloud_print/cloud_print_class_mac.h', + 'common/cloud_print/cloud_print_class_mac.mm', 'common/cloud_print/cloud_print_proxy_info.cc', 'common/cloud_print/cloud_print_proxy_info.h', 'common/common_api.h', |