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

Unified Diff: ios/chrome/test/earl_grey/BUILD.gn

Issue 2882253002: [ObjC ARC] Converts ios/chrome/test/earl_grey:ios_chrome_device_check_egtests to ARC. (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/earl_grey/BUILD.gn
diff --git a/ios/chrome/test/earl_grey/BUILD.gn b/ios/chrome/test/earl_grey/BUILD.gn
index c5b78e93172c839a3b81a3df08e781a1cadaf1fc..a7d4081dfc308d88d9272f41cf1284efc60a1c83 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -99,9 +99,17 @@ chrome_ios_eg_test("ios_chrome_multitasking_egtests") {
}
chrome_ios_eg_test("ios_chrome_device_check_egtests") {
sdefresne 2017/05/16 08:26:20 I think a better change would be to allow overridi
liaoyuke 2017/05/16 16:08:31 Hi Sylvain, Thank you for the detailed explanatio
+ deps = [
+ ":device_check_sources",
+ ]
+}
+
+source_set("device_check_sources") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"device_check_egtest.mm",
sdefresne 2017/05/16 08:27:17 This CL needs to add guards to "device_check_egtes
liaoyuke 2017/05/16 16:08:31 Done.
]
+ testonly = true
deps = [
":test_support",
"//ios/third_party/earl_grey",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698