| 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 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 'browser/ui/website_settings/permission_menu_model.cc', | 1601 'browser/ui/website_settings/permission_menu_model.cc', |
| 1602 'browser/ui/website_settings/permission_menu_model.h', | 1602 'browser/ui/website_settings/permission_menu_model.h', |
| 1603 'browser/ui/website_settings/website_settings_utils.cc', | 1603 'browser/ui/website_settings/website_settings_utils.cc', |
| 1604 'browser/ui/website_settings/website_settings_utils.h', | 1604 'browser/ui/website_settings/website_settings_utils.h', |
| 1605 'browser/ui/webui/app_launcher_page_ui.cc', | 1605 'browser/ui/webui/app_launcher_page_ui.cc', |
| 1606 'browser/ui/webui/app_launcher_page_ui.h', | 1606 'browser/ui/webui/app_launcher_page_ui.h', |
| 1607 'browser/ui/webui/bookmarks_ui.cc', | 1607 'browser/ui/webui/bookmarks_ui.cc', |
| 1608 'browser/ui/webui/bookmarks_ui.h', | 1608 'browser/ui/webui/bookmarks_ui.h', |
| 1609 'browser/ui/webui/chrome_web_contents_handler.cc', | 1609 'browser/ui/webui/chrome_web_contents_handler.cc', |
| 1610 'browser/ui/webui/chrome_web_contents_handler.h', | 1610 'browser/ui/webui/chrome_web_contents_handler.h', |
| 1611 'browser/ui/webui/copresence_ui_handler.cc', |
| 1612 'browser/ui/webui/copresence_ui_handler.h', |
| 1613 'browser/ui/webui/copresence_ui.cc', |
| 1614 'browser/ui/webui/copresence_ui.h', |
| 1611 'browser/ui/webui/devtools_ui.cc', | 1615 'browser/ui/webui/devtools_ui.cc', |
| 1612 'browser/ui/webui/devtools_ui.h', | 1616 'browser/ui/webui/devtools_ui.h', |
| 1613 'browser/ui/webui/downloads_dom_handler.cc', | 1617 'browser/ui/webui/downloads_dom_handler.cc', |
| 1614 'browser/ui/webui/downloads_dom_handler.h', | 1618 'browser/ui/webui/downloads_dom_handler.h', |
| 1615 'browser/ui/webui/downloads_ui.cc', | 1619 'browser/ui/webui/downloads_ui.cc', |
| 1616 'browser/ui/webui/downloads_ui.h', | 1620 'browser/ui/webui/downloads_ui.h', |
| 1617 'browser/ui/webui/extensions/command_handler.cc', | 1621 'browser/ui/webui/extensions/command_handler.cc', |
| 1618 'browser/ui/webui/extensions/command_handler.h', | 1622 'browser/ui/webui/extensions/command_handler.h', |
| 1619 'browser/ui/webui/extensions/extension_error_handler.cc', | 1623 'browser/ui/webui/extensions/extension_error_handler.cc', |
| 1620 'browser/ui/webui/extensions/extension_error_handler.h', | 1624 'browser/ui/webui/extensions/extension_error_handler.h', |
| (...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3144 ], | 3148 ], |
| 3145 'sources': [ | 3149 'sources': [ |
| 3146 '<@(chrome_browser_ui_non_mobile_sources)', | 3150 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3147 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3151 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3148 ], | 3152 ], |
| 3149 }], | 3153 }], |
| 3150 ], | 3154 ], |
| 3151 }, | 3155 }, |
| 3152 ], | 3156 ], |
| 3153 } | 3157 } |
| OLD | NEW |