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

Unified Diff: ios/third_party/earl_grey/BUILD.gn

Issue 1968413004: Roll src/ios/third_party/earl_grey/src/ ffdbbb7e9..346a3ab78 (18 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 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 | « DEPS ('k') | ios/third_party/earl_grey/earl_grey.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/earl_grey/BUILD.gn
diff --git a/ios/third_party/earl_grey/BUILD.gn b/ios/third_party/earl_grey/BUILD.gn
index 2f27a4e5d752a17ebab324ed87a8ba9eaa84794a..39c381a4f65c2ef389450e4766634ebaee162560 100644
--- a/ios/third_party/earl_grey/BUILD.gn
+++ b/ios/third_party/earl_grey/BUILD.gn
@@ -118,6 +118,8 @@ ios_framework_bundle("earl_grey") {
"src/EarlGrey/Common/GREYSwizzler.m",
"src/EarlGrey/Common/GREYVisibilityChecker.h",
"src/EarlGrey/Common/GREYVisibilityChecker.m",
+ "src/EarlGrey/Core/GREYAutomationSetup.h",
+ "src/EarlGrey/Core/GREYAutomationSetup.m",
"src/EarlGrey/Core/GREYElementFinder.h",
"src/EarlGrey/Core/GREYElementFinder.m",
"src/EarlGrey/Core/GREYElementInteraction.h",
@@ -174,8 +176,6 @@ ios_framework_bundle("earl_grey") {
"src/EarlGrey/Provider/GREYUIWindowProvider.m",
"src/EarlGrey/Synchronization/GREYAppStateTracker.h",
"src/EarlGrey/Synchronization/GREYAppStateTracker.m",
- "src/EarlGrey/Synchronization/GREYBeaconImageProtocol.h",
- "src/EarlGrey/Synchronization/GREYBeaconImageProtocol.m",
"src/EarlGrey/Synchronization/GREYCondition.h",
"src/EarlGrey/Synchronization/GREYCondition.m",
"src/EarlGrey/Synchronization/GREYDispatchQueueIdlingResource.h",
« no previous file with comments | « DEPS ('k') | ios/third_party/earl_grey/earl_grey.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698