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