Chromium Code Reviews| Index: extensions/browser/guest_view/web_view/BUILD.gn |
| diff --git a/extensions/browser/guest_view/web_view/BUILD.gn b/extensions/browser/guest_view/web_view/BUILD.gn |
| deleted file mode 100644 |
| index c0da6a4462a44956268df42e5ce116aa538f807b..0000000000000000000000000000000000000000 |
| --- a/extensions/browser/guest_view/web_view/BUILD.gn |
| +++ /dev/null |
| @@ -1,34 +0,0 @@ |
| -# Copyright 2016 The Chromium Authors. All rights reserved. |
| -# Use of this source code is governed by a BSD-style license that can be |
| -# found in the LICENSE file. |
| - |
| -source_set("web_view") { |
|
Devlin
2017/06/12 15:20:20
This one's a bit disappointing. Conceptually, I d
karandeepb
2017/06/12 21:10:49
Have added a TODO to that effect.
|
| - sources = [ |
| - "javascript_dialog_helper.cc", |
| - "javascript_dialog_helper.h", |
| - "web_view_constants.cc", |
| - "web_view_constants.h", |
| - "web_view_content_script_manager.cc", |
| - "web_view_content_script_manager.h", |
| - "web_view_find_helper.cc", |
| - "web_view_find_helper.h", |
| - "web_view_guest.cc", |
| - "web_view_guest.h", |
| - "web_view_guest_delegate.h", |
| - "web_view_permission_helper.cc", |
| - "web_view_permission_helper.h", |
| - "web_view_permission_helper_delegate.cc", |
| - "web_view_permission_helper_delegate.h", |
| - "web_view_permission_types.h", |
| - "web_view_renderer_state.cc", |
| - "web_view_renderer_state.h", |
| - ] |
| - |
| - deps = [ |
| - "//components/web_cache/browser", |
| - "//content/public/common", |
| - "//extensions/common/api", |
| - "//extensions/strings", |
| - "//ppapi/features", |
| - ] |
| -} |