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

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

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 6 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/side_swipe_navigation_back.png", 7 "resources/side_swipe_navigation_back.png",
8 "resources/side_swipe_navigation_back@2x.png", 8 "resources/side_swipe_navigation_back@2x.png",
9 "resources/side_swipe_navigation_back@3x.png", 9 "resources/side_swipe_navigation_back@3x.png",
10 "resources/side_swipe_navigation_content_shadow.png", 10 "resources/side_swipe_navigation_content_shadow.png",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 configs += [ "//build/config/compiler:enable_arc" ] 58 configs += [ "//build/config/compiler:enable_arc" ]
59 testonly = true 59 testonly = true
60 sources = [ 60 sources = [
61 "side_swipe_controller_unittest.mm", 61 "side_swipe_controller_unittest.mm",
62 ] 62 ]
63 deps = [ 63 deps = [
64 ":side_swipe", 64 ":side_swipe",
65 "//base", 65 "//base",
66 "//ios/chrome/browser/browser_state:test_support", 66 "//ios/chrome/browser/browser_state:test_support",
67 "//ios/chrome/browser/ui/toolbar", 67 "//ios/chrome/browser/ui/toolbar",
68 "//ios/web:test_support", 68 "//ios/web/public/test",
69 "//testing/gtest", 69 "//testing/gtest",
70 "//third_party/ocmock", 70 "//third_party/ocmock",
71 ] 71 ]
72 } 72 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/settings/utils/BUILD.gn ('k') | ios/chrome/browser/ui/static_content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698