mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
24 lines
734 B
Plaintext
24 lines
734 B
Plaintext
# Copyright 2017 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.
|
|
|
|
import("//build/config/ios/asset_catalog.gni")
|
|
|
|
imageset("qr_scanner_torch_off") {
|
|
sources = [
|
|
"qr_scanner_torch_off.imageset/Contents.json",
|
|
"qr_scanner_torch_off.imageset/torch_off.png",
|
|
"qr_scanner_torch_off.imageset/torch_off@2x.png",
|
|
"qr_scanner_torch_off.imageset/torch_off@3x.png",
|
|
]
|
|
}
|
|
|
|
imageset("qr_scanner_torch_on") {
|
|
sources = [
|
|
"qr_scanner_torch_on.imageset/Contents.json",
|
|
"qr_scanner_torch_on.imageset/torch_on.png",
|
|
"qr_scanner_torch_on.imageset/torch_on@2x.png",
|
|
"qr_scanner_torch_on.imageset/torch_on@3x.png",
|
|
]
|
|
}
|