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

Side by Side Diff: ios/chrome/browser/payments/BUILD.gn

Issue 2710493006: [ObjC ARC] Converts ios/chrome/browser/payments:payments to ARC. (Closed)
Patch Set: rebase? Created 3 years, 9 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
« no previous file with comments | « no previous file | ios/chrome/browser/payments/js_payment_request_manager.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//ios/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 6
7 js_compile_checked("injected_js") { 7 js_compile_checked("injected_js") {
8 sources = [ 8 sources = [
9 "resources/payment_request_manager.js", 9 "resources/payment_request_manager.js",
10 ] 10 ]
11 } 11 }
12 12
13 source_set("payments") { 13 source_set("payments") {
14 configs += [ "//build/config/compiler:enable_arc" ]
14 sources = [ 15 sources = [
15 "js_payment_request_manager.h", 16 "js_payment_request_manager.h",
16 "js_payment_request_manager.mm", 17 "js_payment_request_manager.mm",
17 "payment_items_display_coordinator.h", 18 "payment_items_display_coordinator.h",
18 "payment_items_display_coordinator.mm", 19 "payment_items_display_coordinator.mm",
19 "payment_items_display_view_controller.h", 20 "payment_items_display_view_controller.h",
20 "payment_items_display_view_controller.mm", 21 "payment_items_display_view_controller.mm",
21 "payment_method_selection_coordinator.h", 22 "payment_method_selection_coordinator.h",
22 "payment_method_selection_coordinator.mm", 23 "payment_method_selection_coordinator.mm",
23 "payment_method_selection_view_controller.h", 24 "payment_method_selection_view_controller.h",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "//ios/chrome/browser/ui/collection_view/cells:test_support", 105 "//ios/chrome/browser/ui/collection_view/cells:test_support",
105 "//ios/chrome/test:test_support", 106 "//ios/chrome/test:test_support",
106 "//ios/testing:ocmock_support", 107 "//ios/testing:ocmock_support",
107 "//ios/third_party/material_components_ios", 108 "//ios/third_party/material_components_ios",
108 "//ios/web", 109 "//ios/web",
109 "//ios/web:test_support", 110 "//ios/web:test_support",
110 "//testing/gtest", 111 "//testing/gtest",
111 "//third_party/ocmock", 112 "//third_party/ocmock",
112 ] 113 ]
113 } 114 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/payments/js_payment_request_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698