| Index: ios/third_party/earl_grey/earl_grey.gyp
|
| diff --git a/ios/third_party/earl_grey/earl_grey.gyp b/ios/third_party/earl_grey/earl_grey.gyp
|
| index 7cfd3cd8d05e2fdb3325a1475a5f4c7c6027d7d7..5298cbe831af8b91aae50b0d2017116eb5b3615e 100644
|
| --- a/ios/third_party/earl_grey/earl_grey.gyp
|
| +++ b/ios/third_party/earl_grey/earl_grey.gyp
|
| @@ -104,6 +104,8 @@
|
| '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',
|
| @@ -159,8 +161,6 @@
|
| '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',
|
|
|