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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12313012: Adding a histrogram to track account missmatch for signin reauth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 'browser/ui/status_bubble.h', 1297 'browser/ui/status_bubble.h',
1298 'browser/ui/sync/browser_synced_window_delegate.h', 1298 'browser/ui/sync/browser_synced_window_delegate.h',
1299 'browser/ui/sync/browser_synced_window_delegate.cc', 1299 'browser/ui/sync/browser_synced_window_delegate.cc',
1300 'browser/ui/sync/one_click_signin_helper.cc', 1300 'browser/ui/sync/one_click_signin_helper.cc',
1301 'browser/ui/sync/one_click_signin_helper.h', 1301 'browser/ui/sync/one_click_signin_helper.h',
1302 'browser/ui/sync/one_click_signin_histogram.h', 1302 'browser/ui/sync/one_click_signin_histogram.h',
1303 'browser/ui/sync/one_click_signin_infobar_delegate.cc', 1303 'browser/ui/sync/one_click_signin_infobar_delegate.cc',
1304 'browser/ui/sync/one_click_signin_infobar_delegate.h', 1304 'browser/ui/sync/one_click_signin_infobar_delegate.h',
1305 'browser/ui/sync/one_click_signin_sync_starter.cc', 1305 'browser/ui/sync/one_click_signin_sync_starter.cc',
1306 'browser/ui/sync/one_click_signin_sync_starter.h', 1306 'browser/ui/sync/one_click_signin_sync_starter.h',
1307 'browser/ui/sync/signin_histogram.h',
1307 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', 1308 'browser/ui/sync/tab_contents_synced_tab_delegate.cc',
1308 'browser/ui/sync/tab_contents_synced_tab_delegate.h', 1309 'browser/ui/sync/tab_contents_synced_tab_delegate.h',
1309 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', 1310 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h',
1310 'browser/ui/tab_contents/core_tab_helper.cc', 1311 'browser/ui/tab_contents/core_tab_helper.cc',
1311 'browser/ui/tab_contents/core_tab_helper.h', 1312 'browser/ui/tab_contents/core_tab_helper.h',
1312 'browser/ui/tab_contents/core_tab_helper_delegate.cc', 1313 'browser/ui/tab_contents/core_tab_helper_delegate.cc',
1313 'browser/ui/tab_contents/core_tab_helper_delegate.h', 1314 'browser/ui/tab_contents/core_tab_helper_delegate.h',
1314 'browser/ui/tab_contents/tab_contents_iterator.cc', 1315 'browser/ui/tab_contents/tab_contents_iterator.cc',
1315 'browser/ui/tab_contents/tab_contents_iterator.h', 1316 'browser/ui/tab_contents/tab_contents_iterator.h',
1316 'browser/ui/tab_modal_confirm_dialog.h', 1317 'browser/ui/tab_modal_confirm_dialog.h',
(...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after
2826 }], 2827 }],
2827 ['enable_message_center==1', { 2828 ['enable_message_center==1', {
2828 'dependencies': [ 2829 'dependencies': [
2829 '../ui/message_center/message_center.gyp:message_center', 2830 '../ui/message_center/message_center.gyp:message_center',
2830 ], 2831 ],
2831 }], 2832 }],
2832 ], 2833 ],
2833 }, 2834 },
2834 ], 2835 ],
2835 } 2836 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698