Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1480)

Side by Side Diff: chrome/browser/resources/print_preview/print_preview.js

Issue 251813008: Remove PDF extension dependencies from grd files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/print_preview/previewarea/preview_area.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // TODO(rltoscano): Move data/* into print_preview.data namespace 5 // TODO(rltoscano): Move data/* into print_preview.data namespace
6 6
7 var localStrings = new LocalStrings(templateData); 7 var localStrings = new LocalStrings(templateData);
8 8
9 <include src="component.js"/> 9 <include src="component.js"/>
10 10
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 <include src="settings/page_settings.js"/> 1005 <include src="settings/page_settings.js"/>
1006 <include src="settings/copies_settings.js"/> 1006 <include src="settings/copies_settings.js"/>
1007 <include src="settings/layout_settings.js"/> 1007 <include src="settings/layout_settings.js"/>
1008 <include src="settings/color_settings.js"/> 1008 <include src="settings/color_settings.js"/>
1009 <include src="settings/margin_settings.js"/> 1009 <include src="settings/margin_settings.js"/>
1010 <include src="settings/destination_settings.js"/> 1010 <include src="settings/destination_settings.js"/>
1011 <include src="settings/other_options_settings.js"/> 1011 <include src="settings/other_options_settings.js"/>
1012 1012
1013 <include src="previewarea/margin_control.js"/> 1013 <include src="previewarea/margin_control.js"/>
1014 <include src="previewarea/margin_control_container.js"/> 1014 <include src="previewarea/margin_control_container.js"/>
1015 <include src="../pdf/pdf_scripting_api.js" />
1015 <include src="previewarea/preview_area.js"/> 1016 <include src="previewarea/preview_area.js"/>
1016 <include src="preview_generator.js"/> 1017 <include src="preview_generator.js"/>
1017 1018
1018 <include src="search/destination_list.js"/> 1019 <include src="search/destination_list.js"/>
1019 <include src="search/cloud_destination_list.js"/> 1020 <include src="search/cloud_destination_list.js"/>
1020 <include src="search/recent_destination_list.js"/> 1021 <include src="search/recent_destination_list.js"/>
1021 <include src="search/destination_list_item.js"/> 1022 <include src="search/destination_list_item.js"/>
1022 <include src="search/destination_search.js"/> 1023 <include src="search/destination_search.js"/>
1023 <include src="search/search_box.js"/> 1024 <include src="search/search_box.js"/>
1024 <include src="search/fedex_tos.js"/> 1025 <include src="search/fedex_tos.js"/>
1025 1026
1026 window.addEventListener('DOMContentLoaded', function() { 1027 window.addEventListener('DOMContentLoaded', function() {
1027 printPreview = new print_preview.PrintPreview(); 1028 printPreview = new print_preview.PrintPreview();
1028 printPreview.initialize(); 1029 printPreview.initialize();
1029 }); 1030 });
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/previewarea/preview_area.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698