Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1015533019: Add settings:: namespace to MdSettingsUi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Builds successfully. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 'browser/ui/webui/help/version_updater.h', 1666 'browser/ui/webui/help/version_updater.h',
1667 'browser/ui/webui/help/version_updater_chromeos.cc', 1667 'browser/ui/webui/help/version_updater_chromeos.cc',
1668 'browser/ui/webui/help/version_updater_chromeos.h', 1668 'browser/ui/webui/help/version_updater_chromeos.h',
1669 'browser/ui/webui/help/version_updater_mac.h', 1669 'browser/ui/webui/help/version_updater_mac.h',
1670 'browser/ui/webui/help/version_updater_mac.mm', 1670 'browser/ui/webui/help/version_updater_mac.mm',
1671 'browser/ui/webui/help/version_updater_win.cc', 1671 'browser/ui/webui/help/version_updater_win.cc',
1672 'browser/ui/webui/identity_internals_ui.cc', 1672 'browser/ui/webui/identity_internals_ui.cc',
1673 'browser/ui/webui/identity_internals_ui.h', 1673 'browser/ui/webui/identity_internals_ui.h',
1674 'browser/ui/webui/inspect_ui.cc', 1674 'browser/ui/webui/inspect_ui.cc',
1675 'browser/ui/webui/inspect_ui.h', 1675 'browser/ui/webui/inspect_ui.h',
1676 'browser/ui/webui/md_settings_ui.cc',
1677 'browser/ui/webui/md_settings_ui.h',
1678 'browser/ui/webui/ntp/app_launcher_handler.cc', 1676 'browser/ui/webui/ntp/app_launcher_handler.cc',
1679 'browser/ui/webui/ntp/app_launcher_handler.h', 1677 'browser/ui/webui/ntp/app_launcher_handler.h',
1680 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1678 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1681 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1679 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1682 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1680 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1683 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1681 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1684 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1682 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1685 'browser/ui/webui/ntp/favicon_webui_handler.h', 1683 'browser/ui/webui/ntp/favicon_webui_handler.h',
1686 'browser/ui/webui/ntp/foreign_session_handler.cc', 1684 'browser/ui/webui/ntp/foreign_session_handler.cc',
1687 'browser/ui/webui/ntp/foreign_session_handler.h', 1685 'browser/ui/webui/ntp/foreign_session_handler.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 'browser/ui/webui/plugins_ui.cc', 1818 'browser/ui/webui/plugins_ui.cc',
1821 'browser/ui/webui/plugins_ui.h', 1819 'browser/ui/webui/plugins_ui.h',
1822 'browser/ui/webui/quota_internals/quota_internals_handler.cc', 1820 'browser/ui/webui/quota_internals/quota_internals_handler.cc',
1823 'browser/ui/webui/quota_internals/quota_internals_handler.h', 1821 'browser/ui/webui/quota_internals/quota_internals_handler.h',
1824 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 1822 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
1825 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 1823 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
1826 'browser/ui/webui/quota_internals/quota_internals_types.cc', 1824 'browser/ui/webui/quota_internals/quota_internals_types.cc',
1827 'browser/ui/webui/quota_internals/quota_internals_types.h', 1825 'browser/ui/webui/quota_internals/quota_internals_types.h',
1828 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 1826 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
1829 'browser/ui/webui/quota_internals/quota_internals_ui.h', 1827 'browser/ui/webui/quota_internals/quota_internals_ui.h',
1828 'browser/ui/webui/settings/md_settings_ui.cc',
1829 'browser/ui/webui/settings/md_settings_ui.h',
1830 'browser/ui/webui/signin/inline_login_handler.cc', 1830 'browser/ui/webui/signin/inline_login_handler.cc',
1831 'browser/ui/webui/signin/inline_login_handler.h', 1831 'browser/ui/webui/signin/inline_login_handler.h',
1832 'browser/ui/webui/signin/inline_login_ui.cc', 1832 'browser/ui/webui/signin/inline_login_ui.cc',
1833 'browser/ui/webui/signin/inline_login_ui.h', 1833 'browser/ui/webui/signin/inline_login_ui.h',
1834 'browser/ui/webui/signin/login_ui_service.cc', 1834 'browser/ui/webui/signin/login_ui_service.cc',
1835 'browser/ui/webui/signin/login_ui_service.h', 1835 'browser/ui/webui/signin/login_ui_service.h',
1836 'browser/ui/webui/signin/login_ui_service_factory.cc', 1836 'browser/ui/webui/signin/login_ui_service_factory.cc',
1837 'browser/ui/webui/signin/login_ui_service_factory.h', 1837 'browser/ui/webui/signin/login_ui_service_factory.h',
1838 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc', 1838 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc',
1839 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h', 1839 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h',
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
3186 ], 3186 ],
3187 'sources': [ 3187 'sources': [
3188 '<@(chrome_browser_ui_non_mobile_sources)', 3188 '<@(chrome_browser_ui_non_mobile_sources)',
3189 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3189 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3190 ], 3190 ],
3191 }], 3191 }],
3192 ], 3192 ],
3193 }, 3193 },
3194 ], 3194 ],
3195 } 3195 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698