| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 source_set("promos") { | 5 source_set("promos") { |
| 6 configs += [ "//build/config/compiler:enable_arc" ] | 6 configs += [ "//build/config/compiler:enable_arc" ] |
| 7 sources = [ | 7 sources = [ |
| 8 "promo_view_controller.h", | 8 "promo_view_controller.h", |
| 9 "signin_promo_view_controller.h", | 9 "signin_promo_view_controller.h", |
| 10 "signin_promo_view_controller.mm", | 10 "signin_promo_view_controller.mm", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 "//base", | 37 "//base", |
| 38 "//components/pref_registry", | 38 "//components/pref_registry", |
| 39 "//components/sync_preferences", | 39 "//components/sync_preferences", |
| 40 "//components/sync_preferences:test_support", | 40 "//components/sync_preferences:test_support", |
| 41 "//ios/chrome/browser/browser_state:test_support", | 41 "//ios/chrome/browser/browser_state:test_support", |
| 42 "//ios/chrome/browser/prefs:browser_prefs", | 42 "//ios/chrome/browser/prefs:browser_prefs", |
| 43 "//ios/chrome/browser/signin", | 43 "//ios/chrome/browser/signin", |
| 44 "//ios/chrome/browser/signin:test_support", | 44 "//ios/chrome/browser/signin:test_support", |
| 45 "//ios/chrome/test:test_support", | 45 "//ios/chrome/test:test_support", |
| 46 "//ios/public/provider/chrome/browser/signin:test_support", | 46 "//ios/public/provider/chrome/browser/signin:test_support", |
| 47 "//ios/web:test_support", | 47 "//ios/web/public/test", |
| 48 "//testing/gtest", | 48 "//testing/gtest", |
| 49 "//third_party/ocmock", | 49 "//third_party/ocmock", |
| 50 ] | 50 ] |
| 51 } | 51 } |
| OLD | NEW |