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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 136573002: Retrieve the authenticated user's e-mail from GAIA during SAML login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 11 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 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
2214 'browser/ui/webui/chromeos/first_run/first_run_handler.cc', 2214 'browser/ui/webui/chromeos/first_run/first_run_handler.cc',
2215 'browser/ui/webui/chromeos/first_run/first_run_handler.h', 2215 'browser/ui/webui/chromeos/first_run/first_run_handler.h',
2216 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', 2216 'browser/ui/webui/chromeos/first_run/first_run_ui.cc',
2217 'browser/ui/webui/chromeos/first_run/first_run_ui.h', 2217 'browser/ui/webui/chromeos/first_run/first_run_ui.h',
2218 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', 2218 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc',
2219 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', 2219 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h',
2220 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', 2220 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
2221 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', 2221 'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
2222 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc', 2222 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc',
2223 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h', 2223 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h',
2224 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc',
2225 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.h',
2224 'browser/ui/webui/chromeos/login/base_screen_handler.cc', 2226 'browser/ui/webui/chromeos/login/base_screen_handler.cc',
2225 'browser/ui/webui/chromeos/login/base_screen_handler.h', 2227 'browser/ui/webui/chromeos/login/base_screen_handler.h',
2226 'browser/ui/webui/chromeos/login/base_screen_handler_utils.h', 2228 'browser/ui/webui/chromeos/login/base_screen_handler_utils.h',
2227 'browser/ui/webui/chromeos/login/core_oobe_handler.cc', 2229 'browser/ui/webui/chromeos/login/core_oobe_handler.cc',
2228 'browser/ui/webui/chromeos/login/core_oobe_handler.h', 2230 'browser/ui/webui/chromeos/login/core_oobe_handler.h',
2229 'browser/ui/webui/chromeos/login/enrollment_screen_handler.cc', 2231 'browser/ui/webui/chromeos/login/enrollment_screen_handler.cc',
2230 'browser/ui/webui/chromeos/login/enrollment_screen_handler.h', 2232 'browser/ui/webui/chromeos/login/enrollment_screen_handler.h',
2231 'browser/ui/webui/chromeos/login/error_screen_handler.cc', 2233 'browser/ui/webui/chromeos/login/error_screen_handler.cc',
2232 'browser/ui/webui/chromeos/login/error_screen_handler.h', 2234 'browser/ui/webui/chromeos/login/error_screen_handler.h',
2233 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', 2235 'browser/ui/webui/chromeos/login/eula_screen_handler.cc',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3396 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3395 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3397 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3398 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3399 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3398 ], 3400 ],
3399 }], 3401 }],
3400 ], 3402 ],
3401 }, 3403 },
3402 ], 3404 ],
3403 } 3405 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('k') | google_apis/gaia/fake_gaia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698