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

Side by Side Diff: ios/chrome/browser/ui/stack_view/BUILD.gn

Issue 2944443003: [ObjC ARC] Converts ios/chrome/browser/ui/stack_view:stack_view to ARC. (Closed)
Patch Set: Add and use explicit disconnect in CardSet. 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("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/border_frame_bottom.png", 7 "resources/border_frame_bottom.png",
8 "resources/border_frame_bottom@2x.png", 8 "resources/border_frame_bottom@2x.png",
9 "resources/border_frame_bottom@3x.png", 9 "resources/border_frame_bottom@3x.png",
10 "resources/border_frame_incognito_bottom.png", 10 "resources/border_frame_incognito_bottom.png",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "resources/stack_view_background_noise@2x~ipad.jpg", 45 "resources/stack_view_background_noise@2x~ipad.jpg",
46 "resources/stack_view_background_noise@3x.jpg", 46 "resources/stack_view_background_noise@3x.jpg",
47 "resources/stack_view_background_noise~ipad.jpg", 47 "resources/stack_view_background_noise~ipad.jpg",
48 ] 48 ]
49 outputs = [ 49 outputs = [
50 "{{bundle_resources_dir}}/{{source_file_part}}", 50 "{{bundle_resources_dir}}/{{source_file_part}}",
51 ] 51 ]
52 } 52 }
53 53
54 source_set("stack_view") { 54 source_set("stack_view") {
55 configs += [ "//build/config/compiler:enable_arc" ]
55 sources = [ 56 sources = [
56 "card_set.h", 57 "card_set.h",
57 "card_set.mm", 58 "card_set.mm",
58 "card_stack_layout_manager.h", 59 "card_stack_layout_manager.h",
59 "card_stack_layout_manager.mm", 60 "card_stack_layout_manager.mm",
60 "card_stack_pinch_gesture_recognizer.h", 61 "card_stack_pinch_gesture_recognizer.h",
61 "card_stack_pinch_gesture_recognizer.mm", 62 "card_stack_pinch_gesture_recognizer.mm",
62 "card_view.h", 63 "card_view.h",
63 "card_view.mm", 64 "card_view.mm",
64 "close_button.h", 65 "close_button.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "//ios/chrome/browser/snapshots", 165 "//ios/chrome/browser/snapshots",
165 "//ios/chrome/browser/tabs", 166 "//ios/chrome/browser/tabs",
166 "//ios/chrome/browser/test:perf_test_support", 167 "//ios/chrome/browser/test:perf_test_support",
167 "//ios/chrome/browser/ui", 168 "//ios/chrome/browser/ui",
168 "//ios/chrome/browser/ui:ui_internal", 169 "//ios/chrome/browser/ui:ui_internal",
169 "//ios/web", 170 "//ios/web",
170 "//net", 171 "//net",
171 ] 172 ]
172 libs = [ "UIKit.framework" ] 173 libs = [ "UIKit.framework" ]
173 } 174 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/metrics/tab_usage_recorder.mm ('k') | ios/chrome/browser/ui/stack_view/card_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698