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

Unified Diff: extensions/browser/guest_view/web_view/BUILD.gn

Issue 2932643004: Extensions: Move targets in extensions/browser/guest_view to extensions/browser:browser_sources. (Closed)
Patch Set: Address review Created 3 years, 6 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 | « extensions/browser/guest_view/mime_handler_view/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
- 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",
- ]
-}
« no previous file with comments | « extensions/browser/guest_view/mime_handler_view/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698