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

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

Issue 2742953003: created web::ReloadType (Closed)
Patch Set: Add TODO for ORIGINAL_REQUEST_URL Created 3 years, 9 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
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("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/distillation_fail.png", 7 "resources/distillation_fail.png",
8 "resources/distillation_fail@2x.png", 8 "resources/distillation_fail@2x.png",
9 "resources/distillation_fail@3x.png", 9 "resources/distillation_fail@3x.png",
10 "resources/distillation_success.png", 10 "resources/distillation_success.png",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "//ios/chrome/browser/ui/colors", 72 "//ios/chrome/browser/ui/colors",
73 "//ios/chrome/browser/ui/keyboard", 73 "//ios/chrome/browser/ui/keyboard",
74 "//ios/chrome/browser/ui/material_components", 74 "//ios/chrome/browser/ui/material_components",
75 "//ios/chrome/browser/ui/side_swipe", 75 "//ios/chrome/browser/ui/side_swipe",
76 "//ios/chrome/browser/ui/static_content", 76 "//ios/chrome/browser/ui/static_content",
77 "//ios/chrome/browser/ui/util", 77 "//ios/chrome/browser/ui/util",
78 "//ios/chrome/common", 78 "//ios/chrome/common",
79 "//ios/third_party/material_components_ios", 79 "//ios/third_party/material_components_ios",
80 "//ios/third_party/material_roboto_font_loader_ios", 80 "//ios/third_party/material_roboto_font_loader_ios",
81 "//ios/web", 81 "//ios/web",
82 "//ios/web:reload_type",
82 "//net", 83 "//net",
83 "//ui/base", 84 "//ui/base",
84 "//ui/strings", 85 "//ui/strings",
85 "//url", 86 "//url",
86 ] 87 ]
87 public_deps = [ 88 public_deps = [
88 "//components/reading_list/ios", 89 "//components/reading_list/ios",
89 "//ios/chrome/browser/ui/collection_view", 90 "//ios/chrome/browser/ui/collection_view",
90 ] 91 ]
91 allow_circular_includes_from = [ "//ios/chrome/browser/ui/side_swipe" ] 92 allow_circular_includes_from = [ "//ios/chrome/browser/ui/side_swipe" ]
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "//ios/testing/earl_grey:earl_grey_support", 142 "//ios/testing/earl_grey:earl_grey_support",
142 "//ios/third_party/earl_grey", 143 "//ios/third_party/earl_grey",
143 "//ios/third_party/material_components_ios", 144 "//ios/third_party/material_components_ios",
144 "//ios/web:test_support", 145 "//ios/web:test_support",
145 ] 146 ]
146 libs = [ 147 libs = [
147 "UIKit.framework", 148 "UIKit.framework",
148 "XCTest.framework", 149 "XCTest.framework",
149 ] 150 ]
150 } 151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698