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

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

Issue 2804463002: Move //net to public_deps in //components/dom_distiller/core (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 static_library("core") { 5 static_library("core") {
6 sources = [ 6 sources = [
7 "article_attachments_data.cc", 7 "article_attachments_data.cc",
8 "article_attachments_data.h", 8 "article_attachments_data.h",
9 "article_distillation_update.cc", 9 "article_distillation_update.cc",
10 "article_distillation_update.h", 10 "article_distillation_update.h",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "url_utils.cc", 52 "url_utils.cc",
53 "url_utils.h", 53 "url_utils.h",
54 "url_utils_android.cc", 54 "url_utils_android.cc",
55 "url_utils_android.h", 55 "url_utils_android.h",
56 "viewer.cc", 56 "viewer.cc",
57 "viewer.h", 57 "viewer.h",
58 ] 58 ]
59 59
60 public_deps = [ 60 public_deps = [
61 "//components/dom_distiller/core/proto", 61 "//components/dom_distiller/core/proto",
62 "//net",
62 "//third_party/dom_distiller_js:proto", 63 "//third_party/dom_distiller_js:proto",
63 ] 64 ]
64 deps = [ 65 deps = [
65 "//base", 66 "//base",
66 "//components/data_use_measurement/core", 67 "//components/data_use_measurement/core",
67 "//components/leveldb_proto", 68 "//components/leveldb_proto",
68 "//components/pref_registry", 69 "//components/pref_registry",
69 "//components/prefs", 70 "//components/prefs",
70 "//components/resources", 71 "//components/resources",
71 "//components/strings", 72 "//components/strings",
72 "//components/sync", 73 "//components/sync",
73 "//components/variations", 74 "//components/variations",
74 "//net",
75 "//skia", 75 "//skia",
76 "//third_party/re2", 76 "//third_party/re2",
77 "//ui/base", 77 "//ui/base",
78 "//url", 78 "//url",
79 ] 79 ]
80 80
81 if (is_android) { 81 if (is_android) {
82 sources += [ 82 sources += [
83 "android/core_jni_registrar.cc", 83 "android/core_jni_registrar.cc",
84 "android/core_jni_registrar.h", 84 "android/core_jni_registrar.h",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 167
168 generate_jni("jni_headers") { 168 generate_jni("jni_headers") {
169 sources = [ 169 sources = [
170 "android/java/src/org/chromium/components/dom_distiller/core/DistilledPage Prefs.java", 170 "android/java/src/org/chromium/components/dom_distiller/core/DistilledPage Prefs.java",
171 "android/java/src/org/chromium/components/dom_distiller/core/DomDistillerS ervice.java", 171 "android/java/src/org/chromium/components/dom_distiller/core/DomDistillerS ervice.java",
172 "android/java/src/org/chromium/components/dom_distiller/core/DomDistillerU rlUtils.java", 172 "android/java/src/org/chromium/components/dom_distiller/core/DomDistillerU rlUtils.java",
173 ] 173 ]
174 jni_package = "dom_distiller_core" 174 jni_package = "dom_distiller_core"
175 } 175 }
176 } 176 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698