Commit 90f8a719 authored by Daniel Bratell's avatar Daniel Bratell Committed by Commit Bot

Compile fix: Remove chrome_proximity_auth_client.cc

chrome_proximity_auth_client.cc uses easy_unlock_service which
was just moved to be ChromeOS only so chrome_proximity_auth_client.cc
needs to be as well.

If it's compiled and not completely ignored by the linker (most of
the time but not in jumbo builds), it will break the build.

TBR=jhawkins@chromium.org

Bug: 817115
Change-Id: I606cf0958beb6a736bf0717471a6542adde4dc73
Reviewed-on: https://chromium-review.googlesource.com/947962
Commit-Queue: Daniel Bratell <bratell@opera.com>
Reviewed-by: default avatarDaniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#540751}
parent 426aafd1
......@@ -3475,8 +3475,6 @@ jumbo_split_static_library("browser") {
"renderer_context_menu/context_menu_content_type_platform_app.h",
"renderer_host/chrome_extension_message_filter.cc",
"renderer_host/chrome_extension_message_filter.h",
"signin/chrome_proximity_auth_client.cc",
"signin/chrome_proximity_auth_client.h",
"speech/extension_api/tts_engine_extension_api.cc",
"speech/extension_api/tts_engine_extension_api.h",
"speech/extension_api/tts_engine_extension_observer.cc",
......@@ -3625,6 +3623,8 @@ jumbo_split_static_library("browser") {
if (is_chromeos) {
sources += [
"signin/chrome_proximity_auth_client.cc",
"signin/chrome_proximity_auth_client.h",
"signin/easy_unlock_app_manager.cc",
"signin/easy_unlock_app_manager.h",
"signin/easy_unlock_auth_attempt.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment