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

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: . Created 6 years, 3 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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 'browser/metrics/extensions_metrics_provider.h', 1448 'browser/metrics/extensions_metrics_provider.h',
1449 'browser/renderer_host/chrome_extension_message_filter.cc', 1449 'browser/renderer_host/chrome_extension_message_filter.cc',
1450 'browser/renderer_host/chrome_extension_message_filter.h', 1450 'browser/renderer_host/chrome_extension_message_filter.h',
1451 'browser/safe_json_parser.cc', 1451 'browser/safe_json_parser.cc',
1452 'browser/safe_json_parser.h', 1452 'browser/safe_json_parser.h',
1453 'browser/search/hotword_client.h', 1453 'browser/search/hotword_client.h',
1454 'browser/search/hotword_service.cc', 1454 'browser/search/hotword_service.cc',
1455 'browser/search/hotword_service.h', 1455 'browser/search/hotword_service.h',
1456 'browser/search/hotword_service_factory.cc', 1456 'browser/search/hotword_service_factory.cc',
1457 'browser/search/hotword_service_factory.h', 1457 'browser/search/hotword_service_factory.h',
1458 'browser/signin/easy_unlock_auth_attempt.cc',
1459 'browser/signin/easy_unlock_auth_attempt.h',
1458 'browser/signin/easy_unlock_screenlock_state_handler.cc', 1460 'browser/signin/easy_unlock_screenlock_state_handler.cc',
1459 'browser/signin/easy_unlock_screenlock_state_handler.h', 1461 'browser/signin/easy_unlock_screenlock_state_handler.h',
1460 'browser/signin/easy_unlock_service.cc', 1462 'browser/signin/easy_unlock_service.cc',
1461 'browser/signin/easy_unlock_service.h', 1463 'browser/signin/easy_unlock_service.h',
1462 'browser/signin/easy_unlock_service_factory.cc', 1464 'browser/signin/easy_unlock_service_factory.cc',
1463 'browser/signin/easy_unlock_service_factory.h', 1465 'browser/signin/easy_unlock_service_factory.h',
1464 'browser/signin/easy_unlock_service_regular.cc', 1466 'browser/signin/easy_unlock_service_regular.cc',
1465 'browser/signin/easy_unlock_service_regular.h', 1467 'browser/signin/easy_unlock_service_regular.h',
1466 'browser/signin/easy_unlock_service_signin_chromeos.cc', 1468 'browser/signin/easy_unlock_service_signin_chromeos.cc',
1467 'browser/signin/easy_unlock_service_signin_chromeos.h', 1469 'browser/signin/easy_unlock_service_signin_chromeos.h',
(...skipping 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after
3563 'variables': { 3565 'variables': {
3564 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3566 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3565 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3567 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3566 }, 3568 },
3567 'includes': [ '../build/protoc.gypi' ] 3569 'includes': [ '../build/protoc.gypi' ]
3568 }, 3570 },
3569 ], 3571 ],
3570 },], 3572 },],
3571 ], 3573 ],
3572 } 3574 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698