| 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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1311 ], | 1311 ], |
| 1312 # Files used only on desktop systems (not iOS, Android, ChromeOS). | 1312 # Files used only on desktop systems (not iOS, Android, ChromeOS). |
| 1313 'chrome_browser_ui_desktop_sources': [ | 1313 'chrome_browser_ui_desktop_sources': [ |
| 1314 'browser/ui/sync/one_click_signin_bubble_delegate.h', | 1314 'browser/ui/sync/one_click_signin_bubble_delegate.h', |
| 1315 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc', | 1315 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc', |
| 1316 'browser/ui/sync/one_click_signin_bubble_links_delegate.h', | 1316 'browser/ui/sync/one_click_signin_bubble_links_delegate.h', |
| 1317 'browser/ui/sync/one_click_signin_sync_observer.cc', | 1317 'browser/ui/sync/one_click_signin_sync_observer.cc', |
| 1318 'browser/ui/sync/one_click_signin_sync_observer.h', | 1318 'browser/ui/sync/one_click_signin_sync_observer.h', |
| 1319 'browser/ui/sync/one_click_signin_sync_starter.cc', | 1319 'browser/ui/sync/one_click_signin_sync_starter.cc', |
| 1320 'browser/ui/sync/one_click_signin_sync_starter.h', | 1320 'browser/ui/sync/one_click_signin_sync_starter.h', |
| 1321 'browser/ui/webui/app_launcher_login_handler.cc', |
| 1322 'browser/ui/webui/app_launcher_login_handler.h', |
| 1321 'browser/ui/webui/app_launcher_page_ui.cc', | 1323 'browser/ui/webui/app_launcher_page_ui.cc', |
| 1322 'browser/ui/webui/app_launcher_page_ui.h', | 1324 'browser/ui/webui/app_launcher_page_ui.h', |
| 1325 'browser/ui/webui/profile_info_watcher.cc', |
| 1326 'browser/ui/webui/profile_info_watcher.h', |
| 1323 'browser/ui/webui/signin/inline_login_handler_impl.cc', | 1327 'browser/ui/webui/signin/inline_login_handler_impl.cc', |
| 1324 'browser/ui/webui/signin/inline_login_handler_impl.h', | 1328 'browser/ui/webui/signin/inline_login_handler_impl.h', |
| 1325 'browser/ui/webui/signin/user_manager_screen_handler.cc', | 1329 'browser/ui/webui/signin/user_manager_screen_handler.cc', |
| 1326 'browser/ui/webui/signin/user_manager_screen_handler.h', | 1330 'browser/ui/webui/signin/user_manager_screen_handler.h', |
| 1327 'browser/ui/webui/signin/user_manager_ui.cc', | 1331 'browser/ui/webui/signin/user_manager_ui.cc', |
| 1328 'browser/ui/webui/signin/user_manager_ui.h', | 1332 'browser/ui/webui/signin/user_manager_ui.h', |
| 1329 ], | 1333 ], |
| 1330 # Desktop Linux. Assume aura/ash/views/x11. | 1334 # Desktop Linux. Assume aura/ash/views/x11. |
| 1331 'chrome_browser_ui_desktop_linux_sources': [ | 1335 'chrome_browser_ui_desktop_linux_sources': [ |
| 1332 'browser/ui/views/app_list/linux/app_list_linux.cc', | 1336 'browser/ui/views/app_list/linux/app_list_linux.cc', |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1762 'browser/ui/webui/help/help_ui.cc', | 1766 'browser/ui/webui/help/help_ui.cc', |
| 1763 'browser/ui/webui/help/help_ui.h', | 1767 'browser/ui/webui/help/help_ui.h', |
| 1764 'browser/ui/webui/help/help_utils_chromeos.cc', | 1768 'browser/ui/webui/help/help_utils_chromeos.cc', |
| 1765 'browser/ui/webui/help/help_utils_chromeos.h', | 1769 'browser/ui/webui/help/help_utils_chromeos.h', |
| 1766 'browser/ui/webui/help/version_updater.h', | 1770 'browser/ui/webui/help/version_updater.h', |
| 1767 'browser/ui/webui/help/version_updater_chromeos.cc', | 1771 'browser/ui/webui/help/version_updater_chromeos.cc', |
| 1768 'browser/ui/webui/help/version_updater_chromeos.h', | 1772 'browser/ui/webui/help/version_updater_chromeos.h', |
| 1769 'browser/ui/webui/help/version_updater_mac.h', | 1773 'browser/ui/webui/help/version_updater_mac.h', |
| 1770 'browser/ui/webui/help/version_updater_mac.mm', | 1774 'browser/ui/webui/help/version_updater_mac.mm', |
| 1771 'browser/ui/webui/help/version_updater_win.cc', | 1775 'browser/ui/webui/help/version_updater_win.cc', |
| 1776 'browser/ui/webui/history_login_handler.cc', |
| 1777 'browser/ui/webui/history_login_handler.h', |
| 1772 'browser/ui/webui/identity_internals_ui.cc', | 1778 'browser/ui/webui/identity_internals_ui.cc', |
| 1773 'browser/ui/webui/identity_internals_ui.h', | 1779 'browser/ui/webui/identity_internals_ui.h', |
| 1774 'browser/ui/webui/inspect_ui.cc', | 1780 'browser/ui/webui/inspect_ui.cc', |
| 1775 'browser/ui/webui/inspect_ui.h', | 1781 'browser/ui/webui/inspect_ui.h', |
| 1776 'browser/ui/webui/ntp/app_launcher_handler.cc', | 1782 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 1777 'browser/ui/webui/ntp/app_launcher_handler.h', | 1783 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 1778 'browser/ui/webui/ntp/app_resource_cache_factory.cc', | 1784 'browser/ui/webui/ntp/app_resource_cache_factory.cc', |
| 1779 'browser/ui/webui/ntp/app_resource_cache_factory.h', | 1785 'browser/ui/webui/ntp/app_resource_cache_factory.h', |
| 1780 'browser/ui/webui/ntp/core_app_launcher_handler.cc', | 1786 'browser/ui/webui/ntp/core_app_launcher_handler.cc', |
| 1781 'browser/ui/webui/ntp/core_app_launcher_handler.h', | 1787 'browser/ui/webui/ntp/core_app_launcher_handler.h', |
| 1782 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 1788 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 1783 'browser/ui/webui/ntp/favicon_webui_handler.h', | 1789 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| 1784 'browser/ui/webui/ntp/most_visited_handler.cc', | 1790 'browser/ui/webui/ntp/most_visited_handler.cc', |
| 1785 'browser/ui/webui/ntp/most_visited_handler.h', | 1791 'browser/ui/webui/ntp/most_visited_handler.h', |
| 1786 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 1792 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
| 1787 'browser/ui/webui/ntp/new_tab_page_handler.h', | 1793 'browser/ui/webui/ntp/new_tab_page_handler.h', |
| 1788 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 1794 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
| 1789 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 1795 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
| 1790 'browser/ui/webui/ntp/new_tab_ui.cc', | 1796 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 1791 'browser/ui/webui/ntp/new_tab_ui.h', | 1797 'browser/ui/webui/ntp/new_tab_ui.h', |
| 1792 'browser/ui/webui/ntp/ntp_login_handler.cc', | |
| 1793 'browser/ui/webui/ntp/ntp_login_handler.h', | |
| 1794 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 1798 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 1795 'browser/ui/webui/ntp/ntp_resource_cache.h', | 1799 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 1796 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 1800 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 1797 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 1801 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 1798 'browser/ui/webui/ntp/ntp_stats.h', | 1802 'browser/ui/webui/ntp/ntp_stats.h', |
| 1799 'browser/ui/webui/ntp/thumbnail_source.cc', | 1803 'browser/ui/webui/ntp/thumbnail_source.cc', |
| 1800 'browser/ui/webui/ntp/thumbnail_source.h', | 1804 'browser/ui/webui/ntp/thumbnail_source.h', |
| 1801 'browser/ui/webui/options/advanced_options_utils.h', | 1805 'browser/ui/webui/options/advanced_options_utils.h', |
| 1802 'browser/ui/webui/options/advanced_options_utils_linux.cc', | 1806 'browser/ui/webui/options/advanced_options_utils_linux.cc', |
| 1803 'browser/ui/webui/options/advanced_options_utils_mac.mm', | 1807 'browser/ui/webui/options/advanced_options_utils_mac.mm', |
| (...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3187 ], | 3191 ], |
| 3188 'sources': [ | 3192 'sources': [ |
| 3189 '<@(chrome_browser_ui_non_mobile_sources)', | 3193 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3190 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3194 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3191 ], | 3195 ], |
| 3192 }], | 3196 }], |
| 3193 ], | 3197 ], |
| 3194 }, | 3198 }, |
| 3195 ], | 3199 ], |
| 3196 } | 3200 } |
| OLD | NEW |