blob: 243f75313b097bf0d530b922c19a6f644070ab4a [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 = [
"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)
]
}