| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 source_set("gcm") { |
| 6 sources = [ |
| 7 "ios_chrome_gcm_profile_service_factory.cc", |
| 8 "ios_chrome_gcm_profile_service_factory.h", |
| 9 ] |
| 10 deps = [ |
| 11 "//base", |
| 12 "//components/gcm_driver", |
| 13 "//components/keyed_service/ios", |
| 14 "//components/signin/core/browser", |
| 15 "//ios/chrome/browser/browser_state", |
| 16 "//ios/chrome/browser/signin", |
| 17 "//ios/chrome/common", |
| 18 "//ios/web", |
| 19 ] |
| 20 } |
| OLD | NEW |