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

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: Update AUTHORS file to reflect the correct HP name used in the CLA Created 5 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
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 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after
2681 'browser/ui/hung_plugin_tab_helper.cc', 2681 'browser/ui/hung_plugin_tab_helper.cc',
2682 'browser/ui/hung_plugin_tab_helper.h', 2682 'browser/ui/hung_plugin_tab_helper.h',
2683 'browser/ui/webui/flash_ui.cc', 2683 'browser/ui/webui/flash_ui.cc',
2684 'browser/ui/webui/flash_ui.h', 2684 'browser/ui/webui/flash_ui.h',
2685 ], 2685 ],
2686 'chrome_browser_ui_policy_sources': [ 2686 'chrome_browser_ui_policy_sources': [
2687 'browser/ui/webui/policy_ui.cc', 2687 'browser/ui/webui/policy_ui.cc',
2688 'browser/ui/webui/policy_ui.h', 2688 'browser/ui/webui/policy_ui.h',
2689 ], 2689 ],
2690 'chrome_browser_ui_print_preview_sources': [ 2690 'chrome_browser_ui_print_preview_sources': [
2691 'browser/ui/webui/print_preview/hidden_print_preview.cc',
2692 'browser/ui/webui/print_preview/hidden_print_preview.h',
2693 'browser/ui/webui/print_preview/hidden_web_contents.cc',
2694 'browser/ui/webui/print_preview/hidden_web_contents.h',
2691 'browser/ui/webui/print_preview/extension_printer_handler.cc', 2695 'browser/ui/webui/print_preview/extension_printer_handler.cc',
2692 'browser/ui/webui/print_preview/extension_printer_handler.h', 2696 'browser/ui/webui/print_preview/extension_printer_handler.h',
2693 'browser/ui/webui/print_preview/print_preview_handler.cc', 2697 'browser/ui/webui/print_preview/print_preview_handler.cc',
2694 'browser/ui/webui/print_preview/print_preview_handler.h', 2698 'browser/ui/webui/print_preview/print_preview_handler.h',
2695 'browser/ui/webui/print_preview/print_preview_ui.cc', 2699 'browser/ui/webui/print_preview/print_preview_ui.cc',
2696 'browser/ui/webui/print_preview/print_preview_ui.h', 2700 'browser/ui/webui/print_preview/print_preview_ui.h',
2697 'browser/ui/webui/print_preview/printer_handler.cc', 2701 'browser/ui/webui/print_preview/printer_handler.cc',
2698 'browser/ui/webui/print_preview/printer_handler.h', 2702 'browser/ui/webui/print_preview/printer_handler.h',
2699 'browser/ui/webui/print_preview/sticky_settings.cc', 2703 'browser/ui/webui/print_preview/sticky_settings.cc',
2700 'browser/ui/webui/print_preview/sticky_settings.h', 2704 'browser/ui/webui/print_preview/sticky_settings.h',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
3194 ], 3198 ],
3195 'sources': [ 3199 'sources': [
3196 '<@(chrome_browser_ui_non_mobile_sources)', 3200 '<@(chrome_browser_ui_non_mobile_sources)',
3197 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3201 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3198 ], 3202 ],
3199 }], 3203 }],
3200 ], 3204 ],
3201 }, 3205 },
3202 ], 3206 ],
3203 } 3207 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698