# 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)
  ]
}