diff options
author | chenyu@chromium.org <chenyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-03 08:34:46 +0000 |
---|---|---|
committer | chenyu@chromium.org <chenyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-03 08:34:46 +0000 |
commit | 3eadbf2ed5b0f9599fd06f306ec98671097d9a34 (patch) | |
tree | d8a82dbc86ab5e757c1c12c792c08d943011ea79 /chrome/chrome.gyp | |
parent | 4a8c5381f864951926633fd0f2d235ad66e18b9e (diff) | |
download | chromium_src-3eadbf2ed5b0f9599fd06f306ec98671097d9a34.zip chromium_src-3eadbf2ed5b0f9599fd06f306ec98671097d9a34.tar.gz chromium_src-3eadbf2ed5b0f9599fd06f306ec98671097d9a34.tar.bz2 |
Move common cloud print code from service/cloud_print to common/cloud_print.
Sharable constants and methods are moved to common/cloud_print so they can be shared by all cloud print related features. Classes/constants/methods in service/cloud_print are moved into namespace cloud_print. Tests are added.
BUG=163603
Review URL: https://chromiumcodereview.appspot.com/11360151
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index d3af49e..c256b08 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -317,8 +317,6 @@ 'service/cloud_print/cloud_print_auth.h', 'service/cloud_print/cloud_print_connector.cc', 'service/cloud_print/cloud_print_connector.h', - 'service/cloud_print/cloud_print_consts.cc', - 'service/cloud_print/cloud_print_consts.h', 'service/cloud_print/cloud_print_helpers.cc', 'service/cloud_print/cloud_print_helpers.h', 'service/cloud_print/cloud_print_proxy.cc', |