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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11414294: Add a "managed user settings" page to chrome://settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/common/chrome_switches.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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1991 'browser/ui/webui/options/home_page_overlay_handler.cc', 1991 'browser/ui/webui/options/home_page_overlay_handler.cc',
1992 'browser/ui/webui/options/home_page_overlay_handler.h', 1992 'browser/ui/webui/options/home_page_overlay_handler.h',
1993 'browser/ui/webui/options/import_data_handler.cc', 1993 'browser/ui/webui/options/import_data_handler.cc',
1994 'browser/ui/webui/options/import_data_handler.h', 1994 'browser/ui/webui/options/import_data_handler.h',
1995 'browser/ui/webui/options/language_dictionary_overlay_handler.cc', 1995 'browser/ui/webui/options/language_dictionary_overlay_handler.cc',
1996 'browser/ui/webui/options/language_dictionary_overlay_handler.h', 1996 'browser/ui/webui/options/language_dictionary_overlay_handler.h',
1997 'browser/ui/webui/options/language_options_handler.cc', 1997 'browser/ui/webui/options/language_options_handler.cc',
1998 'browser/ui/webui/options/language_options_handler.h', 1998 'browser/ui/webui/options/language_options_handler.h',
1999 'browser/ui/webui/options/language_options_handler_common.cc', 1999 'browser/ui/webui/options/language_options_handler_common.cc',
2000 'browser/ui/webui/options/language_options_handler_common.h', 2000 'browser/ui/webui/options/language_options_handler_common.h',
2001 'browser/ui/webui/options/managed_user_settings_handler.cc',
2002 'browser/ui/webui/options/managed_user_settings_handler.h',
2001 'browser/ui/webui/options/manage_profile_handler.cc', 2003 'browser/ui/webui/options/manage_profile_handler.cc',
2002 'browser/ui/webui/options/manage_profile_handler.h', 2004 'browser/ui/webui/options/manage_profile_handler.h',
2003 'browser/ui/webui/options/media_devices_selection_handler.cc', 2005 'browser/ui/webui/options/media_devices_selection_handler.cc',
2004 'browser/ui/webui/options/media_devices_selection_handler.h', 2006 'browser/ui/webui/options/media_devices_selection_handler.h',
2005 'browser/ui/webui/options/media_galleries_handler.cc', 2007 'browser/ui/webui/options/media_galleries_handler.cc',
2006 'browser/ui/webui/options/media_galleries_handler.h', 2008 'browser/ui/webui/options/media_galleries_handler.h',
2007 'browser/ui/webui/options/options_sync_setup_handler.cc', 2009 'browser/ui/webui/options/options_sync_setup_handler.cc',
2008 'browser/ui/webui/options/options_sync_setup_handler.h', 2010 'browser/ui/webui/options/options_sync_setup_handler.h',
2009 'browser/ui/webui/options/options_ui.cc', 2011 'browser/ui/webui/options/options_ui.cc',
2010 'browser/ui/webui/options/options_ui.h', 2012 'browser/ui/webui/options/options_ui.h',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
2766 }, { # else: enable_app_list==0 2768 }, { # else: enable_app_list==0
2767 'sources/': [ 2769 'sources/': [
2768 ['exclude', '^browser/ui/views/app_list/'], 2770 ['exclude', '^browser/ui/views/app_list/'],
2769 ['exclude', '^browser/ui/app_list/'], 2771 ['exclude', '^browser/ui/app_list/'],
2770 ] 2772 ]
2771 }], 2773 }],
2772 ], 2774 ],
2773 }, 2775 },
2774 ], 2776 ],
2775 } 2777 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698