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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 585213002: [Easy signin] Wire up userClick auth attempt to easy unlock app and back (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@easy_signin_focused_user_changed_observer
Patch Set: fix screenlock private test Created 6 years, 2 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
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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 'browser/metrics/extensions_metrics_provider.h', 1446 'browser/metrics/extensions_metrics_provider.h',
1447 'browser/renderer_host/chrome_extension_message_filter.cc', 1447 'browser/renderer_host/chrome_extension_message_filter.cc',
1448 'browser/renderer_host/chrome_extension_message_filter.h', 1448 'browser/renderer_host/chrome_extension_message_filter.h',
1449 'browser/safe_json_parser.cc', 1449 'browser/safe_json_parser.cc',
1450 'browser/safe_json_parser.h', 1450 'browser/safe_json_parser.h',
1451 'browser/search/hotword_client.h', 1451 'browser/search/hotword_client.h',
1452 'browser/search/hotword_service.cc', 1452 'browser/search/hotword_service.cc',
1453 'browser/search/hotword_service.h', 1453 'browser/search/hotword_service.h',
1454 'browser/search/hotword_service_factory.cc', 1454 'browser/search/hotword_service_factory.cc',
1455 'browser/search/hotword_service_factory.h', 1455 'browser/search/hotword_service_factory.h',
1456 'browser/signin/easy_unlock_auth_attempt.cc',
1457 'browser/signin/easy_unlock_auth_attempt.h',
1456 'browser/signin/easy_unlock_screenlock_state_handler.cc', 1458 'browser/signin/easy_unlock_screenlock_state_handler.cc',
1457 'browser/signin/easy_unlock_screenlock_state_handler.h', 1459 'browser/signin/easy_unlock_screenlock_state_handler.h',
1458 'browser/signin/easy_unlock_service.cc', 1460 'browser/signin/easy_unlock_service.cc',
1459 'browser/signin/easy_unlock_service.h', 1461 'browser/signin/easy_unlock_service.h',
1460 'browser/signin/easy_unlock_service_factory.cc', 1462 'browser/signin/easy_unlock_service_factory.cc',
1461 'browser/signin/easy_unlock_service_factory.h', 1463 'browser/signin/easy_unlock_service_factory.h',
1462 'browser/signin/easy_unlock_service_regular.cc', 1464 'browser/signin/easy_unlock_service_regular.cc',
1463 'browser/signin/easy_unlock_service_regular.h', 1465 'browser/signin/easy_unlock_service_regular.h',
1464 'browser/signin/easy_unlock_service_signin_chromeos.cc', 1466 'browser/signin/easy_unlock_service_signin_chromeos.cc',
1465 'browser/signin/easy_unlock_service_signin_chromeos.h', 1467 'browser/signin/easy_unlock_service_signin_chromeos.h',
(...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 'variables': { 3583 'variables': {
3582 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3584 }, 3586 },
3585 'includes': [ '../build/protoc.gypi' ] 3587 'includes': [ '../build/protoc.gypi' ]
3586 }, 3588 },
3587 ], 3589 ],
3588 },], 3590 },],
3589 ], 3591 ],
3590 } 3592 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | chromeos/login/auth/user_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698