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

Side by Side Diff: ios/chrome/browser/ui/qr_scanner/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("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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "//ios/chrome/browser/ui:ui_internal", 68 "//ios/chrome/browser/ui:ui_internal",
69 "//ios/chrome/browser/ui/commands", 69 "//ios/chrome/browser/ui/commands",
70 "//ios/chrome/browser/ui/icons", 70 "//ios/chrome/browser/ui/icons",
71 "//ios/chrome/browser/ui/toolbar", 71 "//ios/chrome/browser/ui/toolbar",
72 "//ios/chrome/test/app:test_support", 72 "//ios/chrome/test/app:test_support",
73 "//ios/chrome/test/base", 73 "//ios/chrome/test/base",
74 "//ios/chrome/test/earl_grey:test_support", 74 "//ios/chrome/test/earl_grey:test_support",
75 "//ios/shared/chrome/browser/ui/omnibox", 75 "//ios/shared/chrome/browser/ui/omnibox",
76 "//ios/testing/earl_grey:earl_grey_support", 76 "//ios/testing/earl_grey:earl_grey_support",
77 "//ios/third_party/earl_grey", 77 "//ios/third_party/earl_grey",
78 "//ios/web:test_support", 78 "//ios/web/public/test/http_server",
79 "//third_party/ocmock", 79 "//third_party/ocmock",
80 "//ui/base", 80 "//ui/base",
81 ] 81 ]
82 libs = [ 82 libs = [
83 "AVFoundation.framework", 83 "AVFoundation.framework",
84 "UIKit.framework", 84 "UIKit.framework",
85 ] 85 ]
86 } 86 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/promos/BUILD.gn ('k') | ios/chrome/browser/ui/qr_scanner/qr_scanner_view_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698