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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1209193003: [Proximity Auth] Create one ProximityAuthClient per profile, rather than one global one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 'browser/renderer_context_menu/context_menu_content_type_platform_app.h', 1485 'browser/renderer_context_menu/context_menu_content_type_platform_app.h',
1486 'browser/renderer_host/chrome_extension_message_filter.cc', 1486 'browser/renderer_host/chrome_extension_message_filter.cc',
1487 'browser/renderer_host/chrome_extension_message_filter.h', 1487 'browser/renderer_host/chrome_extension_message_filter.h',
1488 'browser/search/hotword_audio_history_handler.cc', 1488 'browser/search/hotword_audio_history_handler.cc',
1489 'browser/search/hotword_audio_history_handler.h', 1489 'browser/search/hotword_audio_history_handler.h',
1490 'browser/search/hotword_client.h', 1490 'browser/search/hotword_client.h',
1491 'browser/search/hotword_service.cc', 1491 'browser/search/hotword_service.cc',
1492 'browser/search/hotword_service.h', 1492 'browser/search/hotword_service.h',
1493 'browser/search/hotword_service_factory.cc', 1493 'browser/search/hotword_service_factory.cc',
1494 'browser/search/hotword_service_factory.h', 1494 'browser/search/hotword_service_factory.h',
1495 'browser/signin/chrome_proximity_auth_client.cc',
1496 'browser/signin/chrome_proximity_auth_client.h',
1497 'browser/signin/chrome_proximity_auth_client_factory.cc',
1498 'browser/signin/chrome_proximity_auth_client_factory.h',
1495 'browser/signin/easy_unlock_app_manager.cc', 1499 'browser/signin/easy_unlock_app_manager.cc',
1496 'browser/signin/easy_unlock_app_manager.h', 1500 'browser/signin/easy_unlock_app_manager.h',
1497 'browser/signin/easy_unlock_auth_attempt.cc', 1501 'browser/signin/easy_unlock_auth_attempt.cc',
1498 'browser/signin/easy_unlock_auth_attempt.h', 1502 'browser/signin/easy_unlock_auth_attempt.h',
1499 'browser/signin/easy_unlock_metrics.cc', 1503 'browser/signin/easy_unlock_metrics.cc',
1500 'browser/signin/easy_unlock_metrics.h', 1504 'browser/signin/easy_unlock_metrics.h',
1501 'browser/signin/easy_unlock_screenlock_state_handler.cc', 1505 'browser/signin/easy_unlock_screenlock_state_handler.cc',
1502 'browser/signin/easy_unlock_screenlock_state_handler.h', 1506 'browser/signin/easy_unlock_screenlock_state_handler.h',
1503 'browser/signin/easy_unlock_service.cc', 1507 'browser/signin/easy_unlock_service.cc',
1504 'browser/signin/easy_unlock_service.h', 1508 'browser/signin/easy_unlock_service.h',
(...skipping 2551 matching lines...) Expand 10 before | Expand all | Expand 10 after
4056 'variables': { 4060 'variables': {
4057 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4061 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4058 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4062 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4059 }, 4063 },
4060 'includes': [ '../build/protoc.gypi' ] 4064 'includes': [ '../build/protoc.gypi' ]
4061 }, 4065 },
4062 ], 4066 ],
4063 },], 4067 },],
4064 ], 4068 ],
4065 } 4069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698