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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 15715005: Remove passphrase dialog and last parts of elevation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 7 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 'browser/ui/webui/help/version_updater_mac.h', 2072 'browser/ui/webui/help/version_updater_mac.h',
2073 'browser/ui/webui/help/version_updater_win.cc', 2073 'browser/ui/webui/help/version_updater_win.cc',
2074 'browser/ui/webui/history_ui.cc', 2074 'browser/ui/webui/history_ui.cc',
2075 'browser/ui/webui/history_ui.h', 2075 'browser/ui/webui/history_ui.h',
2076 'browser/ui/webui/inline_login_ui.cc', 2076 'browser/ui/webui/inline_login_ui.cc',
2077 'browser/ui/webui/inline_login_ui.h', 2077 'browser/ui/webui/inline_login_ui.h',
2078 'browser/ui/webui/inspect_ui.cc', 2078 'browser/ui/webui/inspect_ui.cc',
2079 'browser/ui/webui/inspect_ui.h', 2079 'browser/ui/webui/inspect_ui.h',
2080 'browser/ui/webui/instant_ui.cc', 2080 'browser/ui/webui/instant_ui.cc',
2081 'browser/ui/webui/instant_ui.h', 2081 'browser/ui/webui/instant_ui.h',
2082 'browser/ui/webui/managed_user_passphrase_dialog.cc',
2083 'browser/ui/webui/managed_user_passphrase_dialog.h',
2084 'browser/ui/webui/memory_internals/memory_internals_handler.cc', 2082 'browser/ui/webui/memory_internals/memory_internals_handler.cc',
2085 'browser/ui/webui/memory_internals/memory_internals_handler.h', 2083 'browser/ui/webui/memory_internals/memory_internals_handler.h',
2086 'browser/ui/webui/memory_internals/memory_internals_proxy.cc', 2084 'browser/ui/webui/memory_internals/memory_internals_proxy.cc',
2087 'browser/ui/webui/memory_internals/memory_internals_proxy.h', 2085 'browser/ui/webui/memory_internals/memory_internals_proxy.h',
2088 'browser/ui/webui/memory_internals/memory_internals_ui.cc', 2086 'browser/ui/webui/memory_internals/memory_internals_ui.cc',
2089 'browser/ui/webui/memory_internals/memory_internals_ui.h', 2087 'browser/ui/webui/memory_internals/memory_internals_ui.h',
2090 'browser/ui/webui/metrics_handler.cc', 2088 'browser/ui/webui/metrics_handler.cc',
2091 'browser/ui/webui/metrics_handler.h', 2089 'browser/ui/webui/metrics_handler.h',
2092 'browser/ui/webui/nacl_ui.cc', 2090 'browser/ui/webui/nacl_ui.cc',
2093 'browser/ui/webui/nacl_ui.h', 2091 'browser/ui/webui/nacl_ui.h',
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
2971 ['exclude', '^browser/ui/views/app_list/'], 2969 ['exclude', '^browser/ui/views/app_list/'],
2972 ['exclude', '^browser/ui/app_list/'], 2970 ['exclude', '^browser/ui/app_list/'],
2973 ['include', '^browser/ui/app_list/app_list_service.h'], 2971 ['include', '^browser/ui/app_list/app_list_service.h'],
2974 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], 2972 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'],
2975 ], 2973 ],
2976 }], 2974 }],
2977 ], 2975 ],
2978 }, 2976 },
2979 ], 2977 ],
2980 } 2978 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698