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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 297803007: Move profile_chooser enums to a constant place for mac and win. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit tests need love too Created 6 years, 7 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/views/profiles/profile_chooser_view.cc ('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 '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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 'browser/ui/passwords/password_manager_presenter.h', 1276 'browser/ui/passwords/password_manager_presenter.h',
1277 'browser/ui/passwords/password_ui_view.h', 1277 'browser/ui/passwords/password_ui_view.h',
1278 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', 1278 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h',
1279 'browser/ui/pdf/pdf_tab_helper.cc', 1279 'browser/ui/pdf/pdf_tab_helper.cc',
1280 'browser/ui/pdf/pdf_tab_helper.h', 1280 'browser/ui/pdf/pdf_tab_helper.h',
1281 'browser/ui/pdf/pdf_unsupported_feature.cc', 1281 'browser/ui/pdf/pdf_unsupported_feature.cc',
1282 'browser/ui/pdf/pdf_unsupported_feature.h', 1282 'browser/ui/pdf/pdf_unsupported_feature.h',
1283 'browser/ui/prefs/prefs_tab_helper.cc', 1283 'browser/ui/prefs/prefs_tab_helper.cc',
1284 'browser/ui/prefs/prefs_tab_helper.h', 1284 'browser/ui/prefs/prefs_tab_helper.h',
1285 'browser/ui/process_singleton_dialog_linux.h', 1285 'browser/ui/process_singleton_dialog_linux.h',
1286 'browser/ui/profile_chooser_constants.h',
1286 'browser/ui/profile_error_dialog.cc', 1287 'browser/ui/profile_error_dialog.cc',
1287 'browser/ui/profile_error_dialog.h', 1288 'browser/ui/profile_error_dialog.h',
1288 'browser/ui/protocol_dialog_delegate.h', 1289 'browser/ui/protocol_dialog_delegate.h',
1289 'browser/ui/sad_tab.cc', 1290 'browser/ui/sad_tab.cc',
1290 'browser/ui/sad_tab.h', 1291 'browser/ui/sad_tab.h',
1291 'browser/ui/sad_tab_helper.cc', 1292 'browser/ui/sad_tab_helper.cc',
1292 'browser/ui/sad_tab_helper.h', 1293 'browser/ui/sad_tab_helper.h',
1293 'browser/ui/sad_tab_types.h', 1294 'browser/ui/sad_tab_types.h',
1294 'browser/ui/scoped_tabbed_browser_displayer.cc', 1295 'browser/ui/scoped_tabbed_browser_displayer.cc',
1295 'browser/ui/scoped_tabbed_browser_displayer.h', 1296 'browser/ui/scoped_tabbed_browser_displayer.h',
(...skipping 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after
3154 ], 3155 ],
3155 'sources!': [ 3156 'sources!': [
3156 'browser/ui/views/session_crashed_bubble_view.cc', 3157 'browser/ui/views/session_crashed_bubble_view.cc',
3157 'browser/ui/views/session_crashed_bubble_view.h', 3158 'browser/ui/views/session_crashed_bubble_view.h',
3158 ], 3159 ],
3159 }], 3160 }],
3160 ], 3161 ],
3161 }, 3162 },
3162 ], 3163 ],
3163 } 3164 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698