blob: 368807ecf82b400e171d8924cec840fec9c8d439 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("browser") {
sources = [
"oauth2_token_service_observer_bridge.h",
"oauth2_token_service_observer_bridge.mm",
"profile_oauth2_token_service_ios.h",
"profile_oauth2_token_service_ios.mm",
]
deps = [
"//signin/core/browser",
#'../ios/provider/ios_components.gyp:ios_components', TODO(GYP)
]
}