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

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

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Make the hit test API accesible by viz component Created 3 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
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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//gpu/vulkan/features.gni") 8 import("//gpu/vulkan/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "//services/service_manager/public/interfaces", 126 "//services/service_manager/public/interfaces",
127 "//services/service_manager/runner/common", 127 "//services/service_manager/runner/common",
128 "//services/service_manager/runner/host:lib", 128 "//services/service_manager/runner/host:lib",
129 "//services/shape_detection:lib", 129 "//services/shape_detection:lib",
130 "//services/shape_detection/public/interfaces", 130 "//services/shape_detection/public/interfaces",
131 "//services/ui/gpu/interfaces", 131 "//services/ui/gpu/interfaces",
132 "//services/ui/public/cpp/gpu", 132 "//services/ui/public/cpp/gpu",
133 "//services/video_capture/public/cpp", 133 "//services/video_capture/public/cpp",
134 "//services/video_capture/public/interfaces:constants", 134 "//services/video_capture/public/interfaces:constants",
135 "//services/video_capture/public/uma", 135 "//services/video_capture/public/uma",
136 "//services/viz/public/interfaces/hit_test",
136 "//skia", 137 "//skia",
137 "//sql", 138 "//sql",
138 "//storage/browser", 139 "//storage/browser",
139 "//storage/common", 140 "//storage/common",
140 "//third_party/WebKit/common:blink_common", 141 "//third_party/WebKit/common:blink_common",
141 "//third_party/WebKit/public:blink_headers", 142 "//third_party/WebKit/public:blink_headers",
142 "//third_party/WebKit/public:features", 143 "//third_party/WebKit/public:features",
143 "//third_party/WebKit/public:image_resources", 144 "//third_party/WebKit/public:image_resources",
144 "//third_party/WebKit/public:mojo_bindings", 145 "//third_party/WebKit/public:mojo_bindings",
145 "//third_party/WebKit/public:resources", 146 "//third_party/WebKit/public:resources",
(...skipping 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 if (!is_component_build) { 2192 if (!is_component_build) {
2192 public_deps = [ 2193 public_deps = [
2193 ":browser", 2194 ":browser",
2194 ] 2195 ]
2195 } else { 2196 } else {
2196 public_deps = [ 2197 public_deps = [
2197 "//third_party/leveldatabase", 2198 "//third_party/leveldatabase",
2198 ] 2199 ]
2199 } 2200 }
2200 } 2201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698