| 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 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2684 'browser/ui/webui/policy_ui.cc', | 2684 'browser/ui/webui/policy_ui.cc', |
| 2685 'browser/ui/webui/policy_ui.h', | 2685 'browser/ui/webui/policy_ui.h', |
| 2686 ], | 2686 ], |
| 2687 'chrome_browser_ui_print_preview_sources': [ | 2687 'chrome_browser_ui_print_preview_sources': [ |
| 2688 'browser/ui/webui/print_preview/extension_printer_handler.cc', | 2688 'browser/ui/webui/print_preview/extension_printer_handler.cc', |
| 2689 'browser/ui/webui/print_preview/extension_printer_handler.h', | 2689 'browser/ui/webui/print_preview/extension_printer_handler.h', |
| 2690 'browser/ui/webui/print_preview/print_preview_handler.cc', | 2690 'browser/ui/webui/print_preview/print_preview_handler.cc', |
| 2691 'browser/ui/webui/print_preview/print_preview_handler.h', | 2691 'browser/ui/webui/print_preview/print_preview_handler.h', |
| 2692 'browser/ui/webui/print_preview/print_preview_ui.cc', | 2692 'browser/ui/webui/print_preview/print_preview_ui.cc', |
| 2693 'browser/ui/webui/print_preview/print_preview_ui.h', | 2693 'browser/ui/webui/print_preview/print_preview_ui.h', |
| 2694 'browser/ui/webui/print_preview/printer_handler.cc', | |
| 2695 'browser/ui/webui/print_preview/printer_handler.h', | 2694 'browser/ui/webui/print_preview/printer_handler.h', |
| 2696 'browser/ui/webui/print_preview/sticky_settings.cc', | 2695 'browser/ui/webui/print_preview/sticky_settings.cc', |
| 2697 'browser/ui/webui/print_preview/sticky_settings.h', | 2696 'browser/ui/webui/print_preview/sticky_settings.h', |
| 2698 ], | 2697 ], |
| 2699 # For when enable_service_discovery is set. | 2698 # For when enable_service_discovery is set. |
| 2700 'chrome_browser_ui_service_discovery_sources': [ | 2699 'chrome_browser_ui_service_discovery_sources': [ |
| 2701 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 2700 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 2702 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 2701 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 2703 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 2702 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 2704 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 2703 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3187 ], | 3186 ], |
| 3188 'sources': [ | 3187 'sources': [ |
| 3189 '<@(chrome_browser_ui_non_mobile_sources)', | 3188 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3190 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3189 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3191 ], | 3190 ], |
| 3192 }], | 3191 }], |
| 3193 ], | 3192 ], |
| 3194 }, | 3193 }, |
| 3195 ], | 3194 ], |
| 3196 } | 3195 } |
| OLD | NEW |