From a21767477fef894a75d0b13a8da3da6cdc2f5e3e Mon Sep 17 00:00:00 2001 From: "mhm@chromium.org" Date: Fri, 3 Jul 2009 12:13:48 +0000 Subject: Foundations for Print Preview and Setup Create the foundations of implementing a tab for printing should be in the form of: print:http://www.google.com I have followed similar approach as what has been done with view-source: and chrome-extension: BUG=173, 947 TEST=none Review URL: http://codereview.chromium.org/150207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19906 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 5533fed..04ce09e 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -851,6 +851,8 @@ 'browser/dom_ui/html_dialog_ui.h', 'browser/dom_ui/new_tab_ui.cc', 'browser/dom_ui/new_tab_ui.h', + 'browser/dom_ui/print_ui.cc', + 'browser/dom_ui/print_ui.h', 'browser/dom_ui/shown_sections_handler.cc', 'browser/dom_ui/shown_sections_handler.h', 'browser/dom_ui/tips_handler.cc', -- cgit v1.1