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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11362063: Editing the custom spelling dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Exclude custom dictionary WebUI from mac Created 8 years, 1 month 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/options/options_ui.cc ('k') | chrome/common/spellcheck_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 'browser/ui/webui/options/font_settings_utils.h', 1975 'browser/ui/webui/options/font_settings_utils.h',
1976 'browser/ui/webui/options/font_settings_utils_mac.mm', 1976 'browser/ui/webui/options/font_settings_utils_mac.mm',
1977 'browser/ui/webui/options/font_settings_utils_win.cc', 1977 'browser/ui/webui/options/font_settings_utils_win.cc',
1978 'browser/ui/webui/options/font_settings_utils_x11.cc', 1978 'browser/ui/webui/options/font_settings_utils_x11.cc',
1979 'browser/ui/webui/options/handler_options_handler.cc', 1979 'browser/ui/webui/options/handler_options_handler.cc',
1980 'browser/ui/webui/options/handler_options_handler.h', 1980 'browser/ui/webui/options/handler_options_handler.h',
1981 'browser/ui/webui/options/home_page_overlay_handler.cc', 1981 'browser/ui/webui/options/home_page_overlay_handler.cc',
1982 'browser/ui/webui/options/home_page_overlay_handler.h', 1982 'browser/ui/webui/options/home_page_overlay_handler.h',
1983 'browser/ui/webui/options/import_data_handler.cc', 1983 'browser/ui/webui/options/import_data_handler.cc',
1984 'browser/ui/webui/options/import_data_handler.h', 1984 'browser/ui/webui/options/import_data_handler.h',
1985 'browser/ui/webui/options/language_dictionary_overlay_handler.cc',
1986 'browser/ui/webui/options/language_dictionary_overlay_handler.h',
1985 'browser/ui/webui/options/language_options_handler.cc', 1987 'browser/ui/webui/options/language_options_handler.cc',
1986 'browser/ui/webui/options/language_options_handler.h', 1988 'browser/ui/webui/options/language_options_handler.h',
1987 'browser/ui/webui/options/language_options_handler_common.cc', 1989 'browser/ui/webui/options/language_options_handler_common.cc',
1988 'browser/ui/webui/options/language_options_handler_common.h', 1990 'browser/ui/webui/options/language_options_handler_common.h',
1989 'browser/ui/webui/options/manage_profile_handler.cc', 1991 'browser/ui/webui/options/manage_profile_handler.cc',
1990 'browser/ui/webui/options/manage_profile_handler.h', 1992 'browser/ui/webui/options/manage_profile_handler.h',
1991 'browser/ui/webui/options/media_devices_selection_handler.cc', 1993 'browser/ui/webui/options/media_devices_selection_handler.cc',
1992 'browser/ui/webui/options/media_devices_selection_handler.h', 1994 'browser/ui/webui/options/media_devices_selection_handler.h',
1993 'browser/ui/webui/options/media_galleries_handler.cc', 1995 'browser/ui/webui/options/media_galleries_handler.cc',
1994 'browser/ui/webui/options/media_galleries_handler.h', 1996 'browser/ui/webui/options/media_galleries_handler.h',
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
2749 }, { # else: enable_app_list==0 2751 }, { # else: enable_app_list==0
2750 'sources/': [ 2752 'sources/': [
2751 ['exclude', '^browser/ui/views/app_list/'], 2753 ['exclude', '^browser/ui/views/app_list/'],
2752 ['exclude', '^browser/ui/app_list/'], 2754 ['exclude', '^browser/ui/app_list/'],
2753 ] 2755 ]
2754 }], 2756 }],
2755 ], 2757 ],
2756 }, 2758 },
2757 ], 2759 ],
2758 } 2760 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/common/spellcheck_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698