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

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

Issue 1926523002: Rename gfx::Display/Screen to display::Display/Screen in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.gypi ('k') | components/dom_distiller/content/browser/DEPS » ('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 23 matching lines...) Expand all
34 "//components/resources", 34 "//components/resources",
35 "//components/strings", 35 "//components/strings",
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 "//skia", 40 "//skia",
41 "//sync", 41 "//sync",
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/gfx", 45 "//ui/gfx",
45 "//url", 46 "//url",
46 ] 47 ]
47 48
48 if (is_android) { 49 if (is_android) {
49 sources += [ 50 sources += [
50 "//components/dom_distiller/android/component_jni_registrar.cc", 51 "//components/dom_distiller/android/component_jni_registrar.cc",
51 "//components/dom_distiller/android/component_jni_registrar.h", 52 "//components/dom_distiller/android/component_jni_registrar.h",
52 "distillable_page_utils_android.cc", 53 "distillable_page_utils_android.cc",
53 "distillable_page_utils_android.h", 54 "distillable_page_utils_android.h",
54 ] 55 ]
55 deps += [ "//components/dom_distiller/android:jni_headers" ] 56 deps += [ "//components/dom_distiller/android:jni_headers" ]
56 } 57 }
57 } 58 }
58 59
59 source_set("unit_tests") { 60 source_set("unit_tests") {
60 testonly = true 61 testonly = true
61 sources = [ 62 sources = [
62 "dom_distiller_viewer_source_unittest.cc", 63 "dom_distiller_viewer_source_unittest.cc",
63 "web_contents_main_frame_observer_unittest.cc", 64 "web_contents_main_frame_observer_unittest.cc",
64 ] 65 ]
65 deps = [ 66 deps = [
66 ":browser", 67 ":browser",
67 "//content/test:test_support", 68 "//content/test:test_support",
68 "//testing/gtest", 69 "//testing/gtest",
69 ] 70 ]
70 } 71 }
OLDNEW
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698