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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1125343004: Add a "Simplify Page" option to the print preview dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify version of the HiddenPrintPreview and solved issues pointed out by the last review Created 5 years, 5 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2666 matching lines...) Expand 10 before | Expand all | Expand 10 after
2677 'browser/ui/hung_plugin_tab_helper.cc', 2677 'browser/ui/hung_plugin_tab_helper.cc',
2678 'browser/ui/hung_plugin_tab_helper.h', 2678 'browser/ui/hung_plugin_tab_helper.h',
2679 'browser/ui/webui/flash_ui.cc', 2679 'browser/ui/webui/flash_ui.cc',
2680 'browser/ui/webui/flash_ui.h', 2680 'browser/ui/webui/flash_ui.h',
2681 ], 2681 ],
2682 'chrome_browser_ui_policy_sources': [ 2682 'chrome_browser_ui_policy_sources': [
2683 'browser/ui/webui/policy_ui.cc', 2683 'browser/ui/webui/policy_ui.cc',
2684 'browser/ui/webui/policy_ui.h', 2684 'browser/ui/webui/policy_ui.h',
2685 ], 2685 ],
2686 'chrome_browser_ui_print_preview_sources': [ 2686 'chrome_browser_ui_print_preview_sources': [
2687 'browser/ui/webui/print_preview/hidden_print_preview.cc',
2688 'browser/ui/webui/print_preview/hidden_print_preview.h',
2687 'browser/ui/webui/print_preview/extension_printer_handler.cc', 2689 'browser/ui/webui/print_preview/extension_printer_handler.cc',
2688 'browser/ui/webui/print_preview/extension_printer_handler.h', 2690 'browser/ui/webui/print_preview/extension_printer_handler.h',
2689 'browser/ui/webui/print_preview/print_preview_handler.cc', 2691 'browser/ui/webui/print_preview/print_preview_handler.cc',
2690 'browser/ui/webui/print_preview/print_preview_handler.h', 2692 'browser/ui/webui/print_preview/print_preview_handler.h',
2691 'browser/ui/webui/print_preview/print_preview_ui.cc', 2693 'browser/ui/webui/print_preview/print_preview_ui.cc',
2692 'browser/ui/webui/print_preview/print_preview_ui.h', 2694 'browser/ui/webui/print_preview/print_preview_ui.h',
2693 'browser/ui/webui/print_preview/printer_handler.cc', 2695 'browser/ui/webui/print_preview/printer_handler.cc',
2694 'browser/ui/webui/print_preview/printer_handler.h', 2696 'browser/ui/webui/print_preview/printer_handler.h',
2695 'browser/ui/webui/print_preview/sticky_settings.cc', 2697 'browser/ui/webui/print_preview/sticky_settings.cc',
2696 'browser/ui/webui/print_preview/sticky_settings.h', 2698 'browser/ui/webui/print_preview/sticky_settings.h',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
3200 ], 3202 ],
3201 'sources': [ 3203 'sources': [
3202 '<@(chrome_browser_ui_non_mobile_sources)', 3204 '<@(chrome_browser_ui_non_mobile_sources)',
3203 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3205 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3204 ], 3206 ],
3205 }], 3207 }],
3206 ], 3208 ],
3207 }, 3209 },
3208 ], 3210 ],
3209 } 3211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698