| Index: ios/chrome/browser/ui/side_swipe/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/side_swipe/BUILD.gn b/ios/chrome/browser/ui/side_swipe/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0b2f874425be4ee8396f21241c3eb20ad6f6cfce
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/ui/side_swipe/BUILD.gn
|
| @@ -0,0 +1,17 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +bundle_data("resources") {
|
| + sources = [
|
| + "resources/side_swipe_navigation_back.png",
|
| + "resources/side_swipe_navigation_back@2x.png",
|
| + "resources/side_swipe_navigation_back@3x.png",
|
| + "resources/side_swipe_navigation_content_shadow.png",
|
| + "resources/side_swipe_navigation_content_shadow@2x.png",
|
| + "resources/side_swipe_navigation_content_shadow@3x.png",
|
| + ]
|
| + outputs = [
|
| + "{{bundle_resources_dir}}/{{source_file_part}}",
|
| + ]
|
| +}
|
|
|