diff options
author | cimamoglu@chromium.org <cimamoglu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 17:29:24 +0000 |
---|---|---|
committer | cimamoglu@chromium.org <cimamoglu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 17:29:24 +0000 |
commit | b6f76a1ae51b531ef1daabd9bd05fd8c87e61cd4 (patch) | |
tree | 911fce788076849f876b6fcb2a297edecd053451 /chrome/chrome.gyp | |
parent | b50d4e7248ebd524b7a1e07b4cdf232ec54f0f1e (diff) | |
download | chromium_src-b6f76a1ae51b531ef1daabd9bd05fd8c87e61cd4.zip chromium_src-b6f76a1ae51b531ef1daabd9bd05fd8c87e61cd4.tar.gz chromium_src-b6f76a1ae51b531ef1daabd9bd05fd8c87e61cd4.tar.bz2 |
Upstream Android printing code.
With regards to the original downstream code, there are some differences:
* PrintintControllerComponent(Impl) are renamed to PrintingController(Impl)
* ChromeComponentFactory is renamed into PrintingControllerFactory
* Some obsolete documentation removed/updated.
More refactoring and tests will follow.
BUG=315229
TBR=vitalybuka@chromium.org
Review URL: https://codereview.chromium.org/64093004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 9a2e8d2..132bb3e 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1008,6 +1008,7 @@ '../components/components.gyp:sessions', '../components/components.gyp:web_contents_delegate_android_java', '../content/content.gyp:content_java', + '../printing/printing.gyp:printing_java', '../sync/sync.gyp:sync_java', '../third_party/guava/guava.gyp:guava_javalib', '../ui/ui.gyp:ui_java', |