| 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 bundle_data("assets") { | 5 bundle_data("assets") { |
| 6 sources = [ | 6 sources = [ |
| 7 "resources/FirstRun.xcassets/checkbox.imageset/Contents.json", | 7 "resources/FirstRun.xcassets/checkbox.imageset/Contents.json", |
| 8 "resources/FirstRun.xcassets/checkbox.imageset/checkbox.png", | 8 "resources/FirstRun.xcassets/checkbox.imageset/checkbox.png", |
| 9 "resources/FirstRun.xcassets/checkbox.imageset/checkbox@2x.png", | 9 "resources/FirstRun.xcassets/checkbox.imageset/checkbox@2x.png", |
| 10 "resources/FirstRun.xcassets/checkbox.imageset/checkbox@2x~ipad.png", | 10 "resources/FirstRun.xcassets/checkbox.imageset/checkbox@2x~ipad.png", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 "first_run_util.h", | 30 "first_run_util.h", |
| 31 "first_run_util.mm", | 31 "first_run_util.mm", |
| 32 "static_file_view_controller.h", | 32 "static_file_view_controller.h", |
| 33 "static_file_view_controller.mm", | 33 "static_file_view_controller.mm", |
| 34 "welcome_to_chrome_view.h", | 34 "welcome_to_chrome_view.h", |
| 35 "welcome_to_chrome_view.mm", | 35 "welcome_to_chrome_view.mm", |
| 36 "welcome_to_chrome_view_controller.h", | 36 "welcome_to_chrome_view_controller.h", |
| 37 "welcome_to_chrome_view_controller.mm", | 37 "welcome_to_chrome_view_controller.mm", |
| 38 ] | 38 ] |
| 39 deps = [ | 39 deps = [ |
| 40 ":assets", |
| 40 "//base", | 41 "//base", |
| 41 "//base:i18n", | 42 "//base:i18n", |
| 42 "//components/metrics", | 43 "//components/metrics", |
| 43 "//components/prefs", | 44 "//components/prefs", |
| 44 "//components/signin/core/browser", | 45 "//components/signin/core/browser", |
| 45 "//ios/chrome/app/strings", | 46 "//ios/chrome/app/strings", |
| 46 "//ios/chrome/browser", | 47 "//ios/chrome/browser", |
| 47 "//ios/chrome/browser/browser_state", | 48 "//ios/chrome/browser/browser_state", |
| 48 "//ios/chrome/browser/crash_report", | 49 "//ios/chrome/browser/crash_report", |
| 49 "//ios/chrome/browser/first_run", | 50 "//ios/chrome/browser/first_run", |
| 50 "//ios/chrome/browser/signin", | 51 "//ios/chrome/browser/signin", |
| 51 "//ios/chrome/browser/tabs", | 52 "//ios/chrome/browser/tabs", |
| 52 "//ios/chrome/browser/ui", | 53 "//ios/chrome/browser/ui", |
| 53 "//ios/chrome/browser/ui/authentication", | 54 "//ios/chrome/browser/ui/authentication", |
| 54 "//ios/chrome/browser/ui/commands", | 55 "//ios/chrome/browser/ui/commands", |
| 55 "//ios/chrome/browser/ui/fancy_ui", | 56 "//ios/chrome/browser/ui/fancy_ui", |
| 56 "//ios/chrome/browser/ui/first_run:assets", | |
| 57 "//ios/chrome/browser/ui/material_components", | 57 "//ios/chrome/browser/ui/material_components", |
| 58 "//ios/chrome/browser/ui/promos", | 58 "//ios/chrome/browser/ui/promos", |
| 59 "//ios/chrome/browser/ui/settings", | 59 "//ios/chrome/browser/ui/settings", |
| 60 "//ios/chrome/browser/ui/sync", | 60 "//ios/chrome/browser/ui/sync", |
| 61 "//ios/chrome/browser/ui/util", | 61 "//ios/chrome/browser/ui/util", |
| 62 "//ios/chrome/common", | 62 "//ios/chrome/common", |
| 63 "//ios/public/provider/chrome/browser", | 63 "//ios/public/provider/chrome/browser", |
| 64 "//ios/public/provider/chrome/browser/signin", | 64 "//ios/public/provider/chrome/browser/signin", |
| 65 "//ios/third_party/material_components_ios", | 65 "//ios/third_party/material_components_ios", |
| 66 "//ios/third_party/material_roboto_font_loader_ios", | 66 "//ios/third_party/material_roboto_font_loader_ios", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 94 "//third_party/ocmock", | 94 "//third_party/ocmock", |
| 95 ] | 95 ] |
| 96 } | 96 } |
| 97 | 97 |
| 98 source_set("eg_tests") { | 98 source_set("eg_tests") { |
| 99 testonly = true | 99 testonly = true |
| 100 sources = [ | 100 sources = [ |
| 101 "first_run_egtest.mm", | 101 "first_run_egtest.mm", |
| 102 ] | 102 ] |
| 103 deps = [ | 103 deps = [ |
| 104 ":first_run", |
| 104 "//base", | 105 "//base", |
| 105 "//components/metrics", | 106 "//components/metrics", |
| 106 "//components/prefs", | 107 "//components/prefs", |
| 107 "//components/signin/core/browser", | 108 "//components/signin/core/browser", |
| 108 "//ios/chrome/app:app_internal", | 109 "//ios/chrome/app:app_internal", |
| 109 "//ios/chrome/app/strings", | 110 "//ios/chrome/app/strings", |
| 110 "//ios/chrome/browser", | 111 "//ios/chrome/browser", |
| 111 "//ios/chrome/browser/geolocation:geolocation_internal", | 112 "//ios/chrome/browser/geolocation:geolocation_internal", |
| 112 "//ios/chrome/browser/geolocation:test_support", | 113 "//ios/chrome/browser/geolocation:test_support", |
| 113 "//ios/chrome/browser/signin", | 114 "//ios/chrome/browser/signin", |
| 114 "//ios/chrome/browser/sync", | 115 "//ios/chrome/browser/sync", |
| 115 "//ios/chrome/browser/ui/first_run", | |
| 116 "//ios/chrome/test/app:test_support", | 116 "//ios/chrome/test/app:test_support", |
| 117 "//ios/chrome/test/earl_grey:test_support", | 117 "//ios/chrome/test/earl_grey:test_support", |
| 118 "//ios/public/provider/chrome/browser/signin:test_support", | 118 "//ios/public/provider/chrome/browser/signin:test_support", |
| 119 "//ios/third_party/earl_grey", | 119 "//ios/third_party/earl_grey", |
| 120 "//ui/base", | 120 "//ui/base", |
| 121 ] | 121 ] |
| 122 libs = [ "XCTest.framework" ] | 122 libs = [ "XCTest.framework" ] |
| 123 } | 123 } |
| OLD | NEW |