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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11783008: Add a lock to the managed user settings page and require authentication for unlocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Several fixes Created 7 years, 11 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 | Annotate | Revision Log
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 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 'browser/ui/webui/metrics_handler.cc', 1891 'browser/ui/webui/metrics_handler.cc',
1892 'browser/ui/webui/metrics_handler.h', 1892 'browser/ui/webui/metrics_handler.h',
1893 'browser/ui/webui/nacl_ui.cc', 1893 'browser/ui/webui/nacl_ui.cc',
1894 'browser/ui/webui/nacl_ui.h', 1894 'browser/ui/webui/nacl_ui.h',
1895 'browser/ui/webui/set_as_default_browser_ui.cc', 1895 'browser/ui/webui/set_as_default_browser_ui.cc',
1896 'browser/ui/webui/set_as_default_browser_ui.h', 1896 'browser/ui/webui/set_as_default_browser_ui.h',
1897 'browser/ui/webui/net_internals/net_internals_ui.cc', 1897 'browser/ui/webui/net_internals/net_internals_ui.cc',
1898 'browser/ui/webui/net_internals/net_internals_ui.h', 1898 'browser/ui/webui/net_internals/net_internals_ui.h',
1899 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc', 1899 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc',
1900 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h', 1900 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h',
1901 'browser/ui/webui/managed_user_passphrase_dialog_webui.cc',
1902 'browser/ui/webui/managed_user_passphrase_dialog_webui.h',
1901 'browser/ui/webui/ntp/app_launcher_handler.cc', 1903 'browser/ui/webui/ntp/app_launcher_handler.cc',
1902 'browser/ui/webui/ntp/app_launcher_handler.h', 1904 'browser/ui/webui/ntp/app_launcher_handler.h',
1903 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1905 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1904 'browser/ui/webui/ntp/favicon_webui_handler.h', 1906 'browser/ui/webui/ntp/favicon_webui_handler.h',
1905 'browser/ui/webui/ntp/foreign_session_handler.cc', 1907 'browser/ui/webui/ntp/foreign_session_handler.cc',
1906 'browser/ui/webui/ntp/foreign_session_handler.h', 1908 'browser/ui/webui/ntp/foreign_session_handler.h',
1907 'browser/ui/webui/ntp/most_visited_handler.cc', 1909 'browser/ui/webui/ntp/most_visited_handler.cc',
1908 'browser/ui/webui/ntp/most_visited_handler.h', 1910 'browser/ui/webui/ntp/most_visited_handler.h',
1909 'browser/ui/webui/ntp/new_tab_page_handler.cc', 1911 'browser/ui/webui/ntp/new_tab_page_handler.cc',
1910 'browser/ui/webui/ntp/new_tab_page_handler.h', 1912 'browser/ui/webui/ntp/new_tab_page_handler.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 'browser/ui/webui/options/home_page_overlay_handler.cc', 2006 'browser/ui/webui/options/home_page_overlay_handler.cc',
2005 'browser/ui/webui/options/home_page_overlay_handler.h', 2007 'browser/ui/webui/options/home_page_overlay_handler.h',
2006 'browser/ui/webui/options/import_data_handler.cc', 2008 'browser/ui/webui/options/import_data_handler.cc',
2007 'browser/ui/webui/options/import_data_handler.h', 2009 'browser/ui/webui/options/import_data_handler.h',
2008 'browser/ui/webui/options/language_dictionary_overlay_handler.cc', 2010 'browser/ui/webui/options/language_dictionary_overlay_handler.cc',
2009 'browser/ui/webui/options/language_dictionary_overlay_handler.h', 2011 'browser/ui/webui/options/language_dictionary_overlay_handler.h',
2010 'browser/ui/webui/options/language_options_handler.cc', 2012 'browser/ui/webui/options/language_options_handler.cc',
2011 'browser/ui/webui/options/language_options_handler.h', 2013 'browser/ui/webui/options/language_options_handler.h',
2012 'browser/ui/webui/options/language_options_handler_common.cc', 2014 'browser/ui/webui/options/language_options_handler_common.cc',
2013 'browser/ui/webui/options/language_options_handler_common.h', 2015 'browser/ui/webui/options/language_options_handler_common.h',
2016 'browser/ui/webui/options/managed_user_passphrase_handler.cc',
2017 'browser/ui/webui/options/managed_user_passphrase_handler.h',
2014 'browser/ui/webui/options/managed_user_settings_handler.cc', 2018 'browser/ui/webui/options/managed_user_settings_handler.cc',
2015 'browser/ui/webui/options/managed_user_settings_handler.h', 2019 'browser/ui/webui/options/managed_user_settings_handler.h',
2016 'browser/ui/webui/options/manage_profile_handler.cc', 2020 'browser/ui/webui/options/manage_profile_handler.cc',
2017 'browser/ui/webui/options/manage_profile_handler.h', 2021 'browser/ui/webui/options/manage_profile_handler.h',
2018 'browser/ui/webui/options/media_devices_selection_handler.cc', 2022 'browser/ui/webui/options/media_devices_selection_handler.cc',
2019 'browser/ui/webui/options/media_devices_selection_handler.h', 2023 'browser/ui/webui/options/media_devices_selection_handler.h',
2020 'browser/ui/webui/options/media_galleries_handler.cc', 2024 'browser/ui/webui/options/media_galleries_handler.cc',
2021 'browser/ui/webui/options/media_galleries_handler.h', 2025 'browser/ui/webui/options/media_galleries_handler.h',
2022 'browser/ui/webui/options/options_sync_setup_handler.cc', 2026 'browser/ui/webui/options/options_sync_setup_handler.cc',
2023 'browser/ui/webui/options/options_sync_setup_handler.h', 2027 'browser/ui/webui/options/options_sync_setup_handler.h',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
2799 }, { # else: enable_app_list==0 2803 }, { # else: enable_app_list==0
2800 'sources/': [ 2804 'sources/': [
2801 ['exclude', '^browser/ui/views/app_list/'], 2805 ['exclude', '^browser/ui/views/app_list/'],
2802 ['exclude', '^browser/ui/app_list/'], 2806 ['exclude', '^browser/ui/app_list/'],
2803 ] 2807 ]
2804 }], 2808 }],
2805 ], 2809 ],
2806 }, 2810 },
2807 ], 2811 ],
2808 } 2812 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698