OLD | NEW |
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 2680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2691 'browser/ui/webui/flash_ui.cc', | 2691 'browser/ui/webui/flash_ui.cc', |
2692 'browser/ui/webui/flash_ui.h', | 2692 'browser/ui/webui/flash_ui.h', |
2693 ], | 2693 ], |
2694 'chrome_browser_ui_policy_sources': [ | 2694 'chrome_browser_ui_policy_sources': [ |
2695 'browser/ui/webui/policy_ui.cc', | 2695 'browser/ui/webui/policy_ui.cc', |
2696 'browser/ui/webui/policy_ui.h', | 2696 'browser/ui/webui/policy_ui.h', |
2697 ], | 2697 ], |
2698 'chrome_browser_ui_print_preview_sources': [ | 2698 'chrome_browser_ui_print_preview_sources': [ |
2699 'browser/ui/webui/print_preview/extension_printer_handler.cc', | 2699 'browser/ui/webui/print_preview/extension_printer_handler.cc', |
2700 'browser/ui/webui/print_preview/extension_printer_handler.h', | 2700 'browser/ui/webui/print_preview/extension_printer_handler.h', |
| 2701 'browser/ui/webui/print_preview/print_preview_distiller.cc', |
| 2702 'browser/ui/webui/print_preview/print_preview_distiller.h', |
2701 'browser/ui/webui/print_preview/print_preview_handler.cc', | 2703 'browser/ui/webui/print_preview/print_preview_handler.cc', |
2702 'browser/ui/webui/print_preview/print_preview_handler.h', | 2704 'browser/ui/webui/print_preview/print_preview_handler.h', |
2703 'browser/ui/webui/print_preview/print_preview_ui.cc', | 2705 'browser/ui/webui/print_preview/print_preview_ui.cc', |
2704 'browser/ui/webui/print_preview/print_preview_ui.h', | 2706 'browser/ui/webui/print_preview/print_preview_ui.h', |
2705 'browser/ui/webui/print_preview/printer_handler.cc', | 2707 'browser/ui/webui/print_preview/printer_handler.cc', |
2706 'browser/ui/webui/print_preview/printer_handler.h', | 2708 'browser/ui/webui/print_preview/printer_handler.h', |
2707 'browser/ui/webui/print_preview/sticky_settings.cc', | 2709 'browser/ui/webui/print_preview/sticky_settings.cc', |
2708 'browser/ui/webui/print_preview/sticky_settings.h', | 2710 'browser/ui/webui/print_preview/sticky_settings.h', |
2709 ], | 2711 ], |
2710 # For when enable_service_discovery is set. | 2712 # For when enable_service_discovery is set. |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3219 ], | 3221 ], |
3220 'sources': [ | 3222 'sources': [ |
3221 '<@(chrome_browser_ui_non_mobile_sources)', | 3223 '<@(chrome_browser_ui_non_mobile_sources)', |
3222 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3224 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3223 ], | 3225 ], |
3224 }], | 3226 }], |
3225 ], | 3227 ], |
3226 }, | 3228 }, |
3227 ], | 3229 ], |
3228 } | 3230 } |
OLD | NEW |