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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1351623008: MD Settings: Languages model for language pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SingletonPrefs
Patch Set: Created 5 years, 2 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
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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 'browser/ui/webui/quota_internals/quota_internals_handler.h', 1910 'browser/ui/webui/quota_internals/quota_internals_handler.h',
1911 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 1911 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
1912 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 1912 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
1913 'browser/ui/webui/quota_internals/quota_internals_types.cc', 1913 'browser/ui/webui/quota_internals/quota_internals_types.cc',
1914 'browser/ui/webui/quota_internals/quota_internals_types.h', 1914 'browser/ui/webui/quota_internals/quota_internals_types.h',
1915 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 1915 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
1916 'browser/ui/webui/quota_internals/quota_internals_ui.h', 1916 'browser/ui/webui/quota_internals/quota_internals_ui.h',
1917 'browser/ui/webui/settings/appearance_handler.cc', 1917 'browser/ui/webui/settings/appearance_handler.cc',
1918 'browser/ui/webui/settings/appearance_handler.h', 1918 'browser/ui/webui/settings/appearance_handler.h',
1919 'browser/ui/webui/settings/downloads_handler.cc', 1919 'browser/ui/webui/settings/downloads_handler.cc',
1920 'browser/ui/webui/settings/languages_handler.cc',
1921 'browser/ui/webui/settings/languages_handler.h',
1920 'browser/ui/webui/settings/downloads_handler.h', 1922 'browser/ui/webui/settings/downloads_handler.h',
1921 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', 1923 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc',
1922 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', 1924 'browser/ui/webui/settings/md_settings_localized_strings_provider.h',
1923 'browser/ui/webui/settings/md_settings_ui.cc', 1925 'browser/ui/webui/settings/md_settings_ui.cc',
1924 'browser/ui/webui/settings/md_settings_ui.h', 1926 'browser/ui/webui/settings/md_settings_ui.h',
1925 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc', 1927 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc',
1926 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h', 1928 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h',
1927 'browser/ui/webui/settings/settings_startup_pages_handler.cc', 1929 'browser/ui/webui/settings/settings_startup_pages_handler.cc',
1928 'browser/ui/webui/settings/settings_startup_pages_handler.h', 1930 'browser/ui/webui/settings/settings_startup_pages_handler.h',
1929 'browser/ui/webui/signin/inline_login_handler.cc', 1931 'browser/ui/webui/signin/inline_login_handler.cc',
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3212 ], 3214 ],
3213 'sources': [ 3215 'sources': [
3214 '<@(chrome_browser_ui_non_mobile_sources)', 3216 '<@(chrome_browser_ui_non_mobile_sources)',
3215 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3217 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3216 ], 3218 ],
3217 }], 3219 }],
3218 ], 3220 ],
3219 }, 3221 },
3220 ], 3222 ],
3221 } 3223 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.cc ('k') | third_party/closure_compiler/externs/language_settings_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698