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

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

Issue 2739943004: Disable testSavingToReadingList on iPad. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_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("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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 testonly = true 126 testonly = true
127 sources = [ 127 sources = [
128 "reading_list_egtest.mm", 128 "reading_list_egtest.mm",
129 ] 129 ]
130 deps = [ 130 deps = [
131 ":reading_list", 131 ":reading_list",
132 "//base", 132 "//base",
133 "//components/reading_list/ios", 133 "//components/reading_list/ios",
134 "//ios/chrome/app/strings", 134 "//ios/chrome/app/strings",
135 "//ios/chrome/browser/reading_list", 135 "//ios/chrome/browser/reading_list",
136 "//ios/chrome/browser/ui:ui",
136 "//ios/chrome/browser/ui/commands", 137 "//ios/chrome/browser/ui/commands",
137 "//ios/chrome/test/app:test_support", 138 "//ios/chrome/test/app:test_support",
138 "//ios/chrome/test/earl_grey:test_support", 139 "//ios/chrome/test/earl_grey:test_support",
139 "//ios/testing:ios_test_support", 140 "//ios/testing:ios_test_support",
141 "//ios/testing/earl_grey:earl_grey_support",
140 "//ios/third_party/earl_grey", 142 "//ios/third_party/earl_grey",
141 "//ios/third_party/material_components_ios", 143 "//ios/third_party/material_components_ios",
142 "//ios/web:test_support", 144 "//ios/web:test_support",
143 ] 145 ]
144 libs = [ 146 libs = [
145 "UIKit.framework", 147 "UIKit.framework",
146 "XCTest.framework", 148 "XCTest.framework",
147 ] 149 ]
148 } 150 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698