| 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 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1877 'browser/ui/webui/inspect_ui.cc', | 1877 'browser/ui/webui/inspect_ui.cc', |
| 1878 'browser/ui/webui/inspect_ui.h', | 1878 'browser/ui/webui/inspect_ui.h', |
| 1879 'browser/ui/webui/md_downloads/downloads_list_tracker.cc', | 1879 'browser/ui/webui/md_downloads/downloads_list_tracker.cc', |
| 1880 'browser/ui/webui/md_downloads/downloads_list_tracker.h', | 1880 'browser/ui/webui/md_downloads/downloads_list_tracker.h', |
| 1881 'browser/ui/webui/md_downloads/md_downloads_dom_handler.cc', | 1881 'browser/ui/webui/md_downloads/md_downloads_dom_handler.cc', |
| 1882 'browser/ui/webui/md_downloads/md_downloads_dom_handler.h', | 1882 'browser/ui/webui/md_downloads/md_downloads_dom_handler.h', |
| 1883 'browser/ui/webui/md_downloads/md_downloads_ui.cc', | 1883 'browser/ui/webui/md_downloads/md_downloads_ui.cc', |
| 1884 'browser/ui/webui/md_downloads/md_downloads_ui.h', | 1884 'browser/ui/webui/md_downloads/md_downloads_ui.h', |
| 1885 'browser/ui/webui/md_feedback/md_feedback_ui.cc', | 1885 'browser/ui/webui/md_feedback/md_feedback_ui.cc', |
| 1886 'browser/ui/webui/md_feedback/md_feedback_ui.h', | 1886 'browser/ui/webui/md_feedback/md_feedback_ui.h', |
| 1887 'browser/ui/webui/md_feedback/md_feedback_dialog_controller.cc', |
| 1888 'browser/ui/webui/md_feedback/md_feedback_dialog_controller.h', |
| 1887 'browser/ui/webui/md_history_ui.cc', | 1889 'browser/ui/webui/md_history_ui.cc', |
| 1888 'browser/ui/webui/md_history_ui.h', | 1890 'browser/ui/webui/md_history_ui.h', |
| 1889 'browser/ui/webui/ntp/app_launcher_handler.cc', | 1891 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 1890 'browser/ui/webui/ntp/app_launcher_handler.h', | 1892 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 1891 'browser/ui/webui/ntp/app_resource_cache_factory.cc', | 1893 'browser/ui/webui/ntp/app_resource_cache_factory.cc', |
| 1892 'browser/ui/webui/ntp/app_resource_cache_factory.h', | 1894 'browser/ui/webui/ntp/app_resource_cache_factory.h', |
| 1893 'browser/ui/webui/ntp/core_app_launcher_handler.cc', | 1895 'browser/ui/webui/ntp/core_app_launcher_handler.cc', |
| 1894 'browser/ui/webui/ntp/core_app_launcher_handler.h', | 1896 'browser/ui/webui/ntp/core_app_launcher_handler.h', |
| 1895 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 1897 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 1896 'browser/ui/webui/ntp/favicon_webui_handler.h', | 1898 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| (...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3340 ], | 3342 ], |
| 3341 'sources': [ | 3343 'sources': [ |
| 3342 '<@(chrome_browser_ui_non_mobile_sources)', | 3344 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3343 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3345 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3344 ], | 3346 ], |
| 3345 }], | 3347 }], |
| 3346 ], | 3348 ], |
| 3347 }, | 3349 }, |
| 3348 ], | 3350 ], |
| 3349 } | 3351 } |
| OLD | NEW |