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

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

Issue 2737413003: [Presentation API] Remove references to presentation sessions. (Closed)
Patch Set: Update PresentationServiceDelegateImpl unittest Created 3 years, 9 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/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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "page_state.h", 176 "page_state.h",
177 "page_type.h", 177 "page_type.h",
178 "page_zoom.h", 178 "page_zoom.h",
179 "pepper_plugin_info.cc", 179 "pepper_plugin_info.cc",
180 "pepper_plugin_info.h", 180 "pepper_plugin_info.h",
181 "persistent_notification_status.h", 181 "persistent_notification_status.h",
182 "platform_notification_data.cc", 182 "platform_notification_data.cc",
183 "platform_notification_data.h", 183 "platform_notification_data.h",
184 "presentation_connection_message.cc", 184 "presentation_connection_message.cc",
185 "presentation_connection_message.h", 185 "presentation_connection_message.h",
186 "presentation_session.cc", 186 "presentation_info.cc",
187 "presentation_session.h", 187 "presentation_info.h",
188 "previews_state.h", 188 "previews_state.h",
189 "process_type.h", 189 "process_type.h",
190 "push_messaging_status.cc", 190 "push_messaging_status.cc",
191 "push_messaging_status.h", 191 "push_messaging_status.h",
192 "push_subscription_options.h", 192 "push_subscription_options.h",
193 "quarantine.h", 193 "quarantine.h",
194 "referrer.cc", 194 "referrer.cc",
195 "referrer.h", 195 "referrer.h",
196 "renderer_preferences.cc", 196 "renderer_preferences.cc",
197 "renderer_preferences.h", 197 "renderer_preferences.h",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 sources = [ 333 sources = [
334 "window_container_type.mojom", 334 "window_container_type.mojom",
335 ] 335 ]
336 } 336 }
337 337
338 mojom("service_names") { 338 mojom("service_names") {
339 sources = [ 339 sources = [
340 "service_names.mojom", 340 "service_names.mojom",
341 ] 341 ]
342 } 342 }
OLDNEW
« no previous file with comments | « content/public/browser/presentation_service_delegate.h ('k') | content/public/common/presentation_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698