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

Side by Side Diff: extensions/browser/api/guest_view/extension_view/BUILD.gn

Issue 2812013003: Fix some build deps for //extensions/browser/api/guest_view, //extensions/common, //extensions/rend… (Closed)
Patch Set: merge e/b/a/guest_view/**/BUILD.gn into e/b/a/BUILD.gn Created 3 years, 8 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
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("extension_view") {
6 sources = [
7 "extension_view_internal_api.cc",
8 "extension_view_internal_api.h",
9 ]
10
11 deps = [
12 "//content/public/browser",
13 "//extensions/common/api",
14 ]
15 }
OLDNEW
« no previous file with comments | « extensions/browser/api/guest_view/app_view/BUILD.gn ('k') | extensions/browser/api/guest_view/web_view/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698