diff options
Diffstat (limited to 'chromium/ios/third_party/edo/BUILD.gn')
-rw-r--r-- | chromium/ios/third_party/edo/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ios/third_party/edo/BUILD.gn b/chromium/ios/third_party/edo/BUILD.gn index 19aa2dab85c..cd3f9be79ce 100644 --- a/chromium/ios/third_party/edo/BUILD.gn +++ b/chromium/ios/third_party/edo/BUILD.gn @@ -91,6 +91,8 @@ source_set("edo") { "src/Service/Sources/EDOParameter.m", "src/Service/Sources/EDOProtocolObject.h", "src/Service/Sources/EDOProtocolObject.m", + "src/Service/Sources/EDORemoteException.h", + "src/Service/Sources/EDORemoteException.m", "src/Service/Sources/EDORemoteVariable.h", "src/Service/Sources/EDORemoteVariable.m", "src/Service/Sources/EDOServiceError.h", @@ -114,6 +116,8 @@ source_set("edo") { "src/Service/Sources/NSKeyedArchiver+EDOAdditions.m", "src/Service/Sources/NSKeyedUnarchiver+EDOAdditions.h", "src/Service/Sources/NSKeyedUnarchiver+EDOAdditions.m", + "src/Service/Sources/NSObject+EDOBlacklistedType.h", + "src/Service/Sources/NSObject+EDOBlacklistedType.m", "src/Service/Sources/NSObject+EDOParameter.h", "src/Service/Sources/NSObject+EDOParameter.m", "src/Service/Sources/NSObject+EDOValue.h", |