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

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

Issue 2774603002: Removes the IsReadingListEnabled flags (Closed)
Patch Set: fix tests 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
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/activity_services_print.xcassets/Contents.json", 7 "resources/activity_services_print.xcassets/Contents.json",
8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json", 8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json",
9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png", 9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png",
10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png", 10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "share_protocol.h", 47 "share_protocol.h",
48 "share_to_data.h", 48 "share_to_data.h",
49 "share_to_data.mm", 49 "share_to_data.mm",
50 "share_to_data_builder.h", 50 "share_to_data_builder.h",
51 "share_to_data_builder.mm", 51 "share_to_data_builder.mm",
52 ] 52 ]
53 deps = [ 53 deps = [
54 ":assets", 54 ":assets",
55 ":resources", 55 ":resources",
56 "//base", 56 "//base",
57 "//components/reading_list/core:flags",
58 "//ios/chrome/app/strings", 57 "//ios/chrome/app/strings",
59 "//ios/chrome/browser", 58 "//ios/chrome/browser",
60 "//ios/chrome/browser/browser_state", 59 "//ios/chrome/browser/browser_state",
61 "//ios/chrome/browser/tabs", 60 "//ios/chrome/browser/tabs",
62 "//ios/chrome/browser/ui", 61 "//ios/chrome/browser/ui",
63 "//ios/chrome/browser/ui/commands", 62 "//ios/chrome/browser/ui/commands",
64 "//net", 63 "//net",
65 "//ui/base", 64 "//ui/base",
66 "//url", 65 "//url",
67 ] 66 ]
68 libs = [ 67 libs = [
69 "MobileCoreServices.framework", 68 "MobileCoreServices.framework",
70 "UIKit.framework", 69 "UIKit.framework",
71 ] 70 ]
72 } 71 }
73 72
74 source_set("unit_tests") { 73 source_set("unit_tests") {
75 configs += [ "//build/config/compiler:enable_arc" ] 74 configs += [ "//build/config/compiler:enable_arc" ]
76 testonly = true 75 testonly = true
77 sources = [ 76 sources = [
78 "activity_service_controller_unittest.mm", 77 "activity_service_controller_unittest.mm",
79 "activity_type_util_unittest.mm", 78 "activity_type_util_unittest.mm",
80 "chrome_activity_item_thumbnail_generator_unittest.mm", 79 "chrome_activity_item_thumbnail_generator_unittest.mm",
81 ] 80 ]
82 deps = [ 81 deps = [
83 ":activity_services", 82 ":activity_services",
84 "//base", 83 "//base",
85 "//base/test:test_support", 84 "//base/test:test_support",
86 "//components/reading_list/core:flags",
87 "//ios/chrome/app/strings", 85 "//ios/chrome/app/strings",
88 "//ios/chrome/browser/browser_state:test_support", 86 "//ios/chrome/browser/browser_state:test_support",
89 "//ios/chrome/browser/tabs", 87 "//ios/chrome/browser/tabs",
90 "//ios/web:test_support", 88 "//ios/web:test_support",
91 "//testing/gtest", 89 "//testing/gtest",
92 "//third_party/ocmock", 90 "//third_party/ocmock",
93 "//ui/base", 91 "//ui/base",
94 "//ui/base:test_support", 92 "//ui/base:test_support",
95 ] 93 ]
96 } 94 }
(...skipping 12 matching lines...) Expand all
109 "//ios/chrome/browser/ui:ui_internal", 107 "//ios/chrome/browser/ui:ui_internal",
110 "//ios/chrome/test/app:test_support", 108 "//ios/chrome/test/app:test_support",
111 "//ios/chrome/test/earl_grey:test_support", 109 "//ios/chrome/test/earl_grey:test_support",
112 "//ios/third_party/material_components_ios", 110 "//ios/third_party/material_components_ios",
113 "//ios/web:earl_grey_test_support", 111 "//ios/web:earl_grey_test_support",
114 "//ios/web:test_support", 112 "//ios/web:test_support",
115 "//ui/base", 113 "//ui/base",
116 ] 114 ]
117 libs = [ "XCTest.framework" ] 115 libs = [ "XCTest.framework" ]
118 } 116 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/BUILD.gn ('k') | ios/chrome/browser/ui/activity_services/activity_service_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698