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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/dom_distiller/DEPS ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 assert(!is_ios) 5 assert(!is_ios)
6 6
7 # GYP version: components/dom_distiller.gypi:dom_distiller_content_browser 7 # GYP version: components/dom_distiller.gypi:dom_distiller_content_browser
8 static_library("browser") { 8 static_library("browser") {
9 sources = [ 9 sources = [
10 "distillability_driver.cc", 10 "distillability_driver.cc",
(...skipping 15 matching lines...) Expand all
26 26
27 public_deps = [ 27 public_deps = [
28 "//components/dom_distiller/core", 28 "//components/dom_distiller/core",
29 "//content/public/browser", 29 "//content/public/browser",
30 ] 30 ]
31 deps = [ 31 deps = [
32 "//base", 32 "//base",
33 "//components/dom_distiller/content/common:mojo_bindings", 33 "//components/dom_distiller/content/common:mojo_bindings",
34 "//components/resources", 34 "//components/resources",
35 "//components/strings", 35 "//components/strings",
36 "//components/sync",
36 "//content/public/browser", 37 "//content/public/browser",
37 "//content/public/common", 38 "//content/public/common",
38 "//mojo/public/cpp/bindings", 39 "//mojo/public/cpp/bindings",
39 "//net", 40 "//net",
40 "//services/shell/public/cpp", 41 "//services/shell/public/cpp",
41 "//skia", 42 "//skia",
42 "//sync",
43 "//third_party/WebKit/public:blink_headers", 43 "//third_party/WebKit/public:blink_headers",
44 "//ui/base", 44 "//ui/base",
45 "//ui/display", 45 "//ui/display",
46 "//ui/gfx", 46 "//ui/gfx",
47 "//url", 47 "//url",
48 ] 48 ]
49 49
50 if (is_android) { 50 if (is_android) {
51 sources += [ 51 sources += [
52 "//components/dom_distiller/android/component_jni_registrar.cc", 52 "//components/dom_distiller/android/component_jni_registrar.cc",
(...skipping 10 matching lines...) Expand all
63 sources = [ 63 sources = [
64 "dom_distiller_viewer_source_unittest.cc", 64 "dom_distiller_viewer_source_unittest.cc",
65 "web_contents_main_frame_observer_unittest.cc", 65 "web_contents_main_frame_observer_unittest.cc",
66 ] 66 ]
67 deps = [ 67 deps = [
68 ":browser", 68 ":browser",
69 "//content/test:test_support", 69 "//content/test:test_support",
70 "//testing/gtest", 70 "//testing/gtest",
71 ] 71 ]
72 } 72 }
OLDNEW
« no previous file with comments | « components/dom_distiller/DEPS ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698