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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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
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 static_library("browser") { 7 static_library("browser") {
8 sources = [ 8 sources = [
9 "distillability_driver.cc", 9 "distillability_driver.cc",
10 "distillability_driver.h", 10 "distillability_driver.h",
(...skipping 19 matching lines...) Expand all
30 deps = [ 30 deps = [
31 "//base", 31 "//base",
32 "//components/dom_distiller/content/common:mojo_bindings", 32 "//components/dom_distiller/content/common:mojo_bindings",
33 "//components/resources", 33 "//components/resources",
34 "//components/strings", 34 "//components/strings",
35 "//components/sync", 35 "//components/sync",
36 "//content/public/browser", 36 "//content/public/browser",
37 "//content/public/common", 37 "//content/public/common",
38 "//mojo/public/cpp/bindings", 38 "//mojo/public/cpp/bindings",
39 "//net", 39 "//net",
40 "//services/shell/public/cpp", 40 "//services/service_manager/public/cpp",
41 "//skia", 41 "//skia",
42 "//third_party/WebKit/public:blink_headers", 42 "//third_party/WebKit/public:blink_headers",
43 "//ui/base", 43 "//ui/base",
44 "//ui/display", 44 "//ui/display",
45 "//ui/gfx", 45 "//ui/gfx",
46 "//url", 46 "//url",
47 ] 47 ]
48 48
49 if (is_android) { 49 if (is_android) {
50 sources += [ 50 sources += [
(...skipping 11 matching lines...) Expand all
62 sources = [ 62 sources = [
63 "dom_distiller_viewer_source_unittest.cc", 63 "dom_distiller_viewer_source_unittest.cc",
64 "web_contents_main_frame_observer_unittest.cc", 64 "web_contents_main_frame_observer_unittest.cc",
65 ] 65 ]
66 deps = [ 66 deps = [
67 ":browser", 67 ":browser",
68 "//content/test:test_support", 68 "//content/test:test_support",
69 "//testing/gtest", 69 "//testing/gtest",
70 ] 70 ]
71 } 71 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698