summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_sources.gypi
diff options
context:
space:
mode:
authorraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 23:30:41 +0000
committerraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 23:30:41 +0000
commit234c139a2b9e49ebc4fa568de69c1a5c8248538b (patch)
tree7f2bbff8a839ac6f7e82c849d146928ea9cd6303 /ppapi/ppapi_sources.gypi
parent8a6702b4c40143058d6750e198641a7e172db611 (diff)
downloadchromium_src-234c139a2b9e49ebc4fa568de69c1a5c8248538b.zip
chromium_src-234c139a2b9e49ebc4fa568de69c1a5c8248538b.tar.gz
chromium_src-234c139a2b9e49ebc4fa568de69c1a5c8248538b.tar.bz2
Implement browser side of PPB_Printing resource.
This adds the browser side implementation of PPB_Printing as well as a unittest for PepperPrintingHost and a PPAPI browser_test for PPB_Printing::GetDefaultPrintSettings. BUG=138333 TEST=content_unittests/browser_tests Review URL: https://chromiumcodereview.appspot.com/10826072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r--ppapi/ppapi_sources.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index e939b79..79ca558 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -379,6 +379,8 @@
'tests/test_paint_aggregator.h',
'tests/test_post_message.cc',
'tests/test_post_message.h',
+ 'tests/test_printing.cc',
+ 'tests/test_printing.h',
'tests/test_scrollbar.cc',
'tests/test_scrollbar.h',
'tests/test_tcp_server_socket_private.cc',