| 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("assets") { | 5 bundle_data("assets") { |
| 6 sources = [ | 6 sources = [ |
| 7 "resources/QRScanner.xcassets/Contents.json", | 7 "resources/QRScanner.xcassets/Contents.json", |
| 8 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/Contents.json", | 8 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/Contents.json", |
| 9 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/torch_off.png", | 9 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/torch_off.png", |
| 10 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/torch_off@2x.png
", | 10 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/torch_off@2x.png
", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "//ios/chrome/app:app_internal", | 64 "//ios/chrome/app:app_internal", |
| 65 "//ios/chrome/app/strings", | 65 "//ios/chrome/app/strings", |
| 66 "//ios/chrome/browser", | 66 "//ios/chrome/browser", |
| 67 "//ios/chrome/browser/ui:ui_internal", | 67 "//ios/chrome/browser/ui:ui_internal", |
| 68 "//ios/chrome/browser/ui/commands", | 68 "//ios/chrome/browser/ui/commands", |
| 69 "//ios/chrome/browser/ui/icons", | 69 "//ios/chrome/browser/ui/icons", |
| 70 "//ios/chrome/browser/ui/toolbar", | 70 "//ios/chrome/browser/ui/toolbar", |
| 71 "//ios/chrome/test/app:test_support", | 71 "//ios/chrome/test/app:test_support", |
| 72 "//ios/chrome/test/base", | 72 "//ios/chrome/test/base", |
| 73 "//ios/chrome/test/earl_grey:test_support", | 73 "//ios/chrome/test/earl_grey:test_support", |
| 74 "//ios/shared/chrome/browser/ui/omnibox", |
| 74 "//ios/testing/earl_grey:earl_grey_support", | 75 "//ios/testing/earl_grey:earl_grey_support", |
| 75 "//ios/third_party/earl_grey", | 76 "//ios/third_party/earl_grey", |
| 76 "//ios/web:test_support", | 77 "//ios/web:test_support", |
| 77 "//third_party/ocmock", | 78 "//third_party/ocmock", |
| 78 "//ui/base", | 79 "//ui/base", |
| 79 ] | 80 ] |
| 80 libs = [ | 81 libs = [ |
| 81 "AVFoundation.framework", | 82 "AVFoundation.framework", |
| 82 "UIKit.framework", | 83 "UIKit.framework", |
| 83 ] | 84 ] |
| 84 } | 85 } |
| OLD | NEW |