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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1635 'browser/ui/webui/help/version_updater.h', | 1635 'browser/ui/webui/help/version_updater.h', |
1636 'browser/ui/webui/help/version_updater_chromeos.cc', | 1636 'browser/ui/webui/help/version_updater_chromeos.cc', |
1637 'browser/ui/webui/help/version_updater_chromeos.h', | 1637 'browser/ui/webui/help/version_updater_chromeos.h', |
1638 'browser/ui/webui/help/version_updater_mac.h', | 1638 'browser/ui/webui/help/version_updater_mac.h', |
1639 'browser/ui/webui/help/version_updater_mac.mm', | 1639 'browser/ui/webui/help/version_updater_mac.mm', |
1640 'browser/ui/webui/help/version_updater_win.cc', | 1640 'browser/ui/webui/help/version_updater_win.cc', |
1641 'browser/ui/webui/identity_internals_ui.cc', | 1641 'browser/ui/webui/identity_internals_ui.cc', |
1642 'browser/ui/webui/identity_internals_ui.h', | 1642 'browser/ui/webui/identity_internals_ui.h', |
1643 'browser/ui/webui/inspect_ui.cc', | 1643 'browser/ui/webui/inspect_ui.cc', |
1644 'browser/ui/webui/inspect_ui.h', | 1644 'browser/ui/webui/inspect_ui.h', |
| 1645 'browser/ui/webui/md_settings_ui.cc', |
| 1646 'browser/ui/webui/md_settings_ui.h', |
1645 'browser/ui/webui/ntp/app_launcher_handler.cc', | 1647 'browser/ui/webui/ntp/app_launcher_handler.cc', |
1646 'browser/ui/webui/ntp/app_launcher_handler.h', | 1648 'browser/ui/webui/ntp/app_launcher_handler.h', |
1647 'browser/ui/webui/ntp/app_resource_cache_factory.cc', | 1649 'browser/ui/webui/ntp/app_resource_cache_factory.cc', |
1648 'browser/ui/webui/ntp/app_resource_cache_factory.h', | 1650 'browser/ui/webui/ntp/app_resource_cache_factory.h', |
1649 'browser/ui/webui/ntp/core_app_launcher_handler.cc', | 1651 'browser/ui/webui/ntp/core_app_launcher_handler.cc', |
1650 'browser/ui/webui/ntp/core_app_launcher_handler.h', | 1652 'browser/ui/webui/ntp/core_app_launcher_handler.h', |
1651 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 1653 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
1652 'browser/ui/webui/ntp/favicon_webui_handler.h', | 1654 'browser/ui/webui/ntp/favicon_webui_handler.h', |
1653 'browser/ui/webui/ntp/foreign_session_handler.cc', | 1655 'browser/ui/webui/ntp/foreign_session_handler.cc', |
1654 'browser/ui/webui/ntp/foreign_session_handler.h', | 1656 'browser/ui/webui/ntp/foreign_session_handler.h', |
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3128 ], | 3130 ], |
3129 'sources': [ | 3131 'sources': [ |
3130 '<@(chrome_browser_ui_non_mobile_sources)', | 3132 '<@(chrome_browser_ui_non_mobile_sources)', |
3131 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3132 ], | 3134 ], |
3133 }], | 3135 }], |
3134 ], | 3136 ], |
3135 }, | 3137 }, |
3136 ], | 3138 ], |
3137 } | 3139 } |
OLD | NEW |