| 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("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 Loading... |
| 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:test_support", |
| 69 "//testing/gtest", | 69 "//testing/gtest", |
| 70 "//third_party/ocmock", | 70 "//third_party/ocmock", |
| 71 ] | 71 ] |
| 72 } | 72 } |
| OLD | NEW |