Chromium Code Reviews| Index: ios/web_view/public/BUILD.gn |
| diff --git a/ios/web_view/public/BUILD.gn b/ios/web_view/public/BUILD.gn |
| index 580c38037a4b81c79695cd711379f9e9c48feb68..15a18fc10a9d25a8c24b55fe862bf7a02dcb7a73 100644 |
| --- a/ios/web_view/public/BUILD.gn |
| +++ b/ios/web_view/public/BUILD.gn |
| @@ -10,12 +10,12 @@ source_set("public") { |
| sources = [ |
| "criwv.h", |
| - "criwv_delegate.h", |
| - "criwv_translate_delegate.h", |
| "criwv_translate_manager.h", |
| - "criwv_web_view_delegate.h", |
| + "cwv_delegate.h", |
| + "cwv_translate_delegate.h", |
|
Eugene But (OOO till 7-30)
2017/02/14 01:28:16
This should be cwv_translation_delegate per API do
|
| "cwv_web_view.h", |
| "cwv_web_view_configuration.h", |
| + "cwv_web_view_delegate.h", |
|
Eugene But (OOO till 7-30)
2017/02/14 01:28:16
Hiroshi is killing this one in a separate CL, so t
|
| "cwv_website_data_store.h", |
| ] |