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

Side by Side Diff: components/dom_distiller/content/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « components/crash/browser/BUILD.gn ('k') | components/dom_distiller/core/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
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 if (!is_ios) { 5 if (!is_ios) {
6 # GYP version: components/dom_distiller.gypi:dom_distiller_content 6 # GYP version: components/dom_distiller.gypi:dom_distiller_content
7 static_library("content") { 7 static_library("content") {
8 sources = [ 8 sources = [
9 "distiller_page_web_contents.cc", 9 "distiller_page_web_contents.cc",
10 "distiller_page_web_contents.h", 10 "distiller_page_web_contents.h",
11 "dom_distiller_viewer_source.cc", 11 "dom_distiller_viewer_source.cc",
12 "dom_distiller_viewer_source.h", 12 "dom_distiller_viewer_source.h",
13 "web_contents_main_frame_observer.cc", 13 "web_contents_main_frame_observer.cc",
14 "web_contents_main_frame_observer.h", 14 "web_contents_main_frame_observer.h",
15 ] 15 ]
16 16
17 public_deps = [
18 "//components/dom_distiller/core",
19 ]
17 deps = [ 20 deps = [
18 "//components/dom_distiller/core",
19 "//components/resources", 21 "//components/resources",
20 "//components/strings", 22 "//components/strings",
21 "//content/public/browser", 23 "//content/public/browser",
22 "//net", 24 "//net",
23 "//skia", 25 "//skia",
24 "//sync", 26 "//sync",
25 ] 27 ]
26
27 forward_dependent_configs_from = [
28 "//components/dom_distiller/core",
29 ]
30 } 28 }
31 } 29 }
OLDNEW
« no previous file with comments | « components/crash/browser/BUILD.gn ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698