Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(970)

Side by Side Diff: ios/chrome/browser/ui/first_run/BUILD.gn

Issue 2781073002: Use the old back button on Terms of Service. (Closed)
Patch Set: Feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/ui/first_run/first_run_egtest.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "//ios/chrome/browser", 48 "//ios/chrome/browser",
49 "//ios/chrome/browser/browser_state", 49 "//ios/chrome/browser/browser_state",
50 "//ios/chrome/browser/crash_report", 50 "//ios/chrome/browser/crash_report",
51 "//ios/chrome/browser/first_run", 51 "//ios/chrome/browser/first_run",
52 "//ios/chrome/browser/signin", 52 "//ios/chrome/browser/signin",
53 "//ios/chrome/browser/tabs", 53 "//ios/chrome/browser/tabs",
54 "//ios/chrome/browser/ui", 54 "//ios/chrome/browser/ui",
55 "//ios/chrome/browser/ui/authentication", 55 "//ios/chrome/browser/ui/authentication",
56 "//ios/chrome/browser/ui/commands", 56 "//ios/chrome/browser/ui/commands",
57 "//ios/chrome/browser/ui/fancy_ui", 57 "//ios/chrome/browser/ui/fancy_ui",
58 "//ios/chrome/browser/ui/icons",
58 "//ios/chrome/browser/ui/material_components", 59 "//ios/chrome/browser/ui/material_components",
59 "//ios/chrome/browser/ui/promos", 60 "//ios/chrome/browser/ui/promos",
60 "//ios/chrome/browser/ui/settings", 61 "//ios/chrome/browser/ui/settings",
61 "//ios/chrome/browser/ui/sync", 62 "//ios/chrome/browser/ui/sync",
62 "//ios/chrome/browser/ui/util", 63 "//ios/chrome/browser/ui/util",
63 "//ios/chrome/common", 64 "//ios/chrome/common",
64 "//ios/public/provider/chrome/browser", 65 "//ios/public/provider/chrome/browser",
65 "//ios/public/provider/chrome/browser/signin", 66 "//ios/public/provider/chrome/browser/signin",
66 "//ios/third_party/material_components_ios", 67 "//ios/third_party/material_components_ios",
67 "//ios/third_party/material_roboto_font_loader_ios", 68 "//ios/third_party/material_roboto_font_loader_ios",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "//ios/chrome/browser/signin", 117 "//ios/chrome/browser/signin",
117 "//ios/chrome/browser/sync", 118 "//ios/chrome/browser/sync",
118 "//ios/chrome/test/app:test_support", 119 "//ios/chrome/test/app:test_support",
119 "//ios/chrome/test/earl_grey:test_support", 120 "//ios/chrome/test/earl_grey:test_support",
120 "//ios/public/provider/chrome/browser/signin:test_support", 121 "//ios/public/provider/chrome/browser/signin:test_support",
121 "//ios/third_party/earl_grey", 122 "//ios/third_party/earl_grey",
122 "//ui/base", 123 "//ui/base",
123 ] 124 ]
124 libs = [ "XCTest.framework" ] 125 libs = [ "XCTest.framework" ]
125 } 126 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/first_run/first_run_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698