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

Side by Side Diff: extensions/browser/guest_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 unified diff | Download patch
« no previous file with comments | « extensions/browser/api/BUILD.gn ('k') | extensions/browser/guest_view/app_view/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("guest_view") {
6 sources = [
7 "extensions_guest_view_manager_delegate.cc",
8 "extensions_guest_view_manager_delegate.h",
9 "extensions_guest_view_message_filter.cc",
10 "extensions_guest_view_message_filter.h",
11 "guest_view_events.cc",
12 "guest_view_events.h",
13 ]
14
15 public_deps = [
16 "//extensions/browser/guest_view/app_view",
17 "//extensions/browser/guest_view/extension_options",
18 "//extensions/browser/guest_view/extension_view",
19 "//extensions/browser/guest_view/extension_view/whitelist",
20 "//extensions/browser/guest_view/mime_handler_view",
21 "//extensions/browser/guest_view/web_view",
22 "//extensions/browser/guest_view/web_view/web_ui",
23 ]
24
25 deps = [
26 "//components/browsing_data/content",
27 "//components/guest_view/browser",
28 "//content/public/common",
29 ]
30 }
OLDNEW
« no previous file with comments | « extensions/browser/api/BUILD.gn ('k') | extensions/browser/guest_view/app_view/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698