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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 577683002: Introduce EasyUnlockService class for signin profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « chrome/browser/ui/webui/options/easy_unlock_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 '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 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 'browser/search/hotword_service.cc', 1449 'browser/search/hotword_service.cc',
1450 'browser/search/hotword_service.h', 1450 'browser/search/hotword_service.h',
1451 'browser/search/hotword_service_factory.cc', 1451 'browser/search/hotword_service_factory.cc',
1452 'browser/search/hotword_service_factory.h', 1452 'browser/search/hotword_service_factory.h',
1453 'browser/signin/easy_unlock_screenlock_state_handler.cc', 1453 'browser/signin/easy_unlock_screenlock_state_handler.cc',
1454 'browser/signin/easy_unlock_screenlock_state_handler.h', 1454 'browser/signin/easy_unlock_screenlock_state_handler.h',
1455 'browser/signin/easy_unlock_service.cc', 1455 'browser/signin/easy_unlock_service.cc',
1456 'browser/signin/easy_unlock_service.h', 1456 'browser/signin/easy_unlock_service.h',
1457 'browser/signin/easy_unlock_service_factory.cc', 1457 'browser/signin/easy_unlock_service_factory.cc',
1458 'browser/signin/easy_unlock_service_factory.h', 1458 'browser/signin/easy_unlock_service_factory.h',
1459 'browser/signin/easy_unlock_service_regular.cc',
1460 'browser/signin/easy_unlock_service_regular.h',
1461 'browser/signin/easy_unlock_service_signin_chromeos.cc',
1462 'browser/signin/easy_unlock_service_signin_chromeos.h',
1459 'browser/signin/easy_unlock_toggle_flow.cc', 1463 'browser/signin/easy_unlock_toggle_flow.cc',
1460 'browser/signin/easy_unlock_toggle_flow.h', 1464 'browser/signin/easy_unlock_toggle_flow.h',
1461 'browser/speech/extension_api/tts_engine_extension_api.cc', 1465 'browser/speech/extension_api/tts_engine_extension_api.cc',
1462 'browser/speech/extension_api/tts_engine_extension_api.h', 1466 'browser/speech/extension_api/tts_engine_extension_api.h',
1463 'browser/speech/extension_api/tts_engine_extension_observer.cc', 1467 'browser/speech/extension_api/tts_engine_extension_observer.cc',
1464 'browser/speech/extension_api/tts_engine_extension_observer.h', 1468 'browser/speech/extension_api/tts_engine_extension_observer.h',
1465 'browser/speech/extension_api/tts_extension_api.cc', 1469 'browser/speech/extension_api/tts_extension_api.cc',
1466 'browser/speech/extension_api/tts_extension_api.h', 1470 'browser/speech/extension_api/tts_extension_api.h',
1467 'browser/sync_file_system/conflict_resolution_policy.h', 1471 'browser/sync_file_system/conflict_resolution_policy.h',
1468 'browser/sync_file_system/drive_backend/callback_helper.h', 1472 'browser/sync_file_system/drive_backend/callback_helper.h',
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 'variables': { 3539 'variables': {
3536 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3540 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3537 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3541 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3538 }, 3542 },
3539 'includes': [ '../build/protoc.gypi' ] 3543 'includes': [ '../build/protoc.gypi' ]
3540 }, 3544 },
3541 ], 3545 ],
3542 },], 3546 },],
3543 ], 3547 ],
3544 } 3548 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/easy_unlock_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698