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

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: A few more fixes. Created 7 years, 10 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 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 'browser/ui/webui/nacl_ui.cc', 1939 'browser/ui/webui/nacl_ui.cc',
1940 'browser/ui/webui/nacl_ui.h', 1940 'browser/ui/webui/nacl_ui.h',
1941 'browser/ui/webui/set_as_default_browser_ui.cc', 1941 'browser/ui/webui/set_as_default_browser_ui.cc',
1942 'browser/ui/webui/set_as_default_browser_ui.h', 1942 'browser/ui/webui/set_as_default_browser_ui.h',
1943 'browser/ui/webui/net_export_ui.cc', 1943 'browser/ui/webui/net_export_ui.cc',
1944 'browser/ui/webui/net_export_ui.h', 1944 'browser/ui/webui/net_export_ui.h',
1945 'browser/ui/webui/net_internals/net_internals_ui.cc', 1945 'browser/ui/webui/net_internals/net_internals_ui.cc',
1946 'browser/ui/webui/net_internals/net_internals_ui.h', 1946 'browser/ui/webui/net_internals/net_internals_ui.h',
1947 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc', 1947 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc',
1948 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h', 1948 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h',
1949 'browser/ui/webui/managed_user_passphrase_dialog.cc',
1950 'browser/ui/webui/managed_user_passphrase_dialog.h',
1949 'browser/ui/webui/ntp/app_launcher_handler.cc', 1951 'browser/ui/webui/ntp/app_launcher_handler.cc',
1950 'browser/ui/webui/ntp/app_launcher_handler.h', 1952 'browser/ui/webui/ntp/app_launcher_handler.h',
1951 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1953 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1952 'browser/ui/webui/ntp/favicon_webui_handler.h', 1954 'browser/ui/webui/ntp/favicon_webui_handler.h',
1953 'browser/ui/webui/ntp/foreign_session_handler.cc', 1955 'browser/ui/webui/ntp/foreign_session_handler.cc',
1954 'browser/ui/webui/ntp/foreign_session_handler.h', 1956 'browser/ui/webui/ntp/foreign_session_handler.h',
1955 'browser/ui/webui/ntp/most_visited_handler.cc', 1957 'browser/ui/webui/ntp/most_visited_handler.cc',
1956 'browser/ui/webui/ntp/most_visited_handler.h', 1958 'browser/ui/webui/ntp/most_visited_handler.h',
1957 'browser/ui/webui/ntp/new_tab_page_handler.cc', 1959 'browser/ui/webui/ntp/new_tab_page_handler.cc',
1958 'browser/ui/webui/ntp/new_tab_page_handler.h', 1960 'browser/ui/webui/ntp/new_tab_page_handler.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 'browser/ui/webui/options/home_page_overlay_handler.cc', 2052 'browser/ui/webui/options/home_page_overlay_handler.cc',
2051 'browser/ui/webui/options/home_page_overlay_handler.h', 2053 'browser/ui/webui/options/home_page_overlay_handler.h',
2052 'browser/ui/webui/options/import_data_handler.cc', 2054 'browser/ui/webui/options/import_data_handler.cc',
2053 'browser/ui/webui/options/import_data_handler.h', 2055 'browser/ui/webui/options/import_data_handler.h',
2054 'browser/ui/webui/options/language_dictionary_overlay_handler.cc', 2056 'browser/ui/webui/options/language_dictionary_overlay_handler.cc',
2055 'browser/ui/webui/options/language_dictionary_overlay_handler.h', 2057 'browser/ui/webui/options/language_dictionary_overlay_handler.h',
2056 'browser/ui/webui/options/language_options_handler.cc', 2058 'browser/ui/webui/options/language_options_handler.cc',
2057 'browser/ui/webui/options/language_options_handler.h', 2059 'browser/ui/webui/options/language_options_handler.h',
2058 'browser/ui/webui/options/language_options_handler_common.cc', 2060 'browser/ui/webui/options/language_options_handler_common.cc',
2059 'browser/ui/webui/options/language_options_handler_common.h', 2061 'browser/ui/webui/options/language_options_handler_common.h',
2062 'browser/ui/webui/options/managed_user_passphrase_handler.cc',
2063 'browser/ui/webui/options/managed_user_passphrase_handler.h',
2060 'browser/ui/webui/options/managed_user_settings_handler.cc', 2064 'browser/ui/webui/options/managed_user_settings_handler.cc',
2061 'browser/ui/webui/options/managed_user_settings_handler.h', 2065 'browser/ui/webui/options/managed_user_settings_handler.h',
2062 'browser/ui/webui/options/manage_profile_handler.cc', 2066 'browser/ui/webui/options/manage_profile_handler.cc',
2063 'browser/ui/webui/options/manage_profile_handler.h', 2067 'browser/ui/webui/options/manage_profile_handler.h',
2064 'browser/ui/webui/options/media_devices_selection_handler.cc', 2068 'browser/ui/webui/options/media_devices_selection_handler.cc',
2065 'browser/ui/webui/options/media_devices_selection_handler.h', 2069 'browser/ui/webui/options/media_devices_selection_handler.h',
2066 'browser/ui/webui/options/media_galleries_handler.cc', 2070 'browser/ui/webui/options/media_galleries_handler.cc',
2067 'browser/ui/webui/options/media_galleries_handler.h', 2071 'browser/ui/webui/options/media_galleries_handler.h',
2068 'browser/ui/webui/options/options_sync_setup_handler.cc', 2072 'browser/ui/webui/options/options_sync_setup_handler.cc',
2069 'browser/ui/webui/options/options_sync_setup_handler.h', 2073 'browser/ui/webui/options/options_sync_setup_handler.h',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 }], 2808 }],
2805 ['enable_message_center==1', { 2809 ['enable_message_center==1', {
2806 'dependencies': [ 2810 'dependencies': [
2807 '../ui/message_center/message_center.gyp:message_center', 2811 '../ui/message_center/message_center.gyp:message_center',
2808 ], 2812 ],
2809 }], 2813 }],
2810 ], 2814 ],
2811 }, 2815 },
2812 ], 2816 ],
2813 } 2817 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698