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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2808763009: Allow content embedder to set a cursor for RenderWidgetHost (Closed)
Patch Set: comment 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 | « content/public/browser/render_widget_host.h ('k') | content/public/common/cursor_info.h » ('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 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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "content_constants.h", 133 "content_constants.h",
134 "content_descriptors.h", 134 "content_descriptors.h",
135 "content_features.cc", 135 "content_features.cc",
136 "content_features.h", 136 "content_features.h",
137 "content_ipc_logging.h", 137 "content_ipc_logging.h",
138 "content_paths.h", 138 "content_paths.h",
139 "content_switches.cc", 139 "content_switches.cc",
140 "content_switches.h", 140 "content_switches.h",
141 "context_menu_params.cc", 141 "context_menu_params.cc",
142 "context_menu_params.h", 142 "context_menu_params.h",
143 "cursor_info.h",
143 "drop_data.cc", 144 "drop_data.cc",
144 "drop_data.h", 145 "drop_data.h",
145 "favicon_url.cc", 146 "favicon_url.cc",
146 "favicon_url.h", 147 "favicon_url.h",
147 "file_chooser_file_info.cc", 148 "file_chooser_file_info.cc",
148 "file_chooser_file_info.h", 149 "file_chooser_file_info.h",
149 "file_chooser_params.cc", 150 "file_chooser_params.cc",
150 "file_chooser_params.h", 151 "file_chooser_params.h",
151 "frame_navigate_params.cc", 152 "frame_navigate_params.cc",
152 "frame_navigate_params.h", 153 "frame_navigate_params.h",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 sources = [ 335 sources = [
335 "window_container_type.mojom", 336 "window_container_type.mojom",
336 ] 337 ]
337 } 338 }
338 339
339 mojom("service_names") { 340 mojom("service_names") {
340 sources = [ 341 sources = [
341 "service_names.mojom", 342 "service_names.mojom",
342 ] 343 ]
343 } 344 }
OLDNEW
« no previous file with comments | « content/public/browser/render_widget_host.h ('k') | content/public/common/cursor_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698