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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1150173002: Remove the SCT viewer UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback Created 5 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
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_ui.h ('k') | no next file » | 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after
2317 'browser/ui/views/profiles/user_manager_view.cc', 2317 'browser/ui/views/profiles/user_manager_view.cc',
2318 'browser/ui/views/profiles/user_manager_view.h', 2318 'browser/ui/views/profiles/user_manager_view.h',
2319 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc', 2319 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc',
2320 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h', 2320 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h',
2321 'browser/ui/views/sad_tab_view.cc', 2321 'browser/ui/views/sad_tab_view.cc',
2322 'browser/ui/views/sad_tab_view.h', 2322 'browser/ui/views/sad_tab_view.h',
2323 'browser/ui/views/session_crashed_bubble_view.cc', 2323 'browser/ui/views/session_crashed_bubble_view.cc',
2324 'browser/ui/views/session_crashed_bubble_view.h', 2324 'browser/ui/views/session_crashed_bubble_view.h',
2325 'browser/ui/views/settings_api_bubble_helper_views.cc', 2325 'browser/ui/views/settings_api_bubble_helper_views.cc',
2326 'browser/ui/views/settings_api_bubble_helper_views.h', 2326 'browser/ui/views/settings_api_bubble_helper_views.h',
2327 'browser/ui/views/signed_certificate_timestamp_info_view.cc',
2328 'browser/ui/views/signed_certificate_timestamp_info_view.h',
2329 'browser/ui/views/signed_certificate_timestamps_views.cc',
2330 'browser/ui/views/signed_certificate_timestamps_views.h',
2331 'browser/ui/views/simple_message_box_views.cc', 2327 'browser/ui/views/simple_message_box_views.cc',
2332 'browser/ui/views/ssl_client_certificate_selector.cc', 2328 'browser/ui/views/ssl_client_certificate_selector.cc',
2333 'browser/ui/views/ssl_client_certificate_selector.h', 2329 'browser/ui/views/ssl_client_certificate_selector.h',
2334 'browser/ui/views/status_bubble_views.cc', 2330 'browser/ui/views/status_bubble_views.cc',
2335 'browser/ui/views/status_bubble_views.h', 2331 'browser/ui/views/status_bubble_views.h',
2336 'browser/ui/views/status_icons/status_icon_win.cc', 2332 'browser/ui/views/status_icons/status_icon_win.cc',
2337 'browser/ui/views/status_icons/status_icon_win.h', 2333 'browser/ui/views/status_icons/status_icon_win.h',
2338 'browser/ui/views/status_icons/status_tray_linux.cc', 2334 'browser/ui/views/status_icons/status_tray_linux.cc',
2339 'browser/ui/views/status_icons/status_tray_linux.h', 2335 'browser/ui/views/status_icons/status_tray_linux.h',
2340 'browser/ui/views/status_icons/status_tray_state_changer_win.cc', 2336 'browser/ui/views/status_icons/status_tray_state_changer_win.cc',
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
3183 ], 3179 ],
3184 'sources': [ 3180 'sources': [
3185 '<@(chrome_browser_ui_non_mobile_sources)', 3181 '<@(chrome_browser_ui_non_mobile_sources)',
3186 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3182 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3187 ], 3183 ],
3188 }], 3184 }],
3189 ], 3185 ],
3190 }, 3186 },
3191 ], 3187 ],
3192 } 3188 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_ui.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698