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

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

Issue 2706463002: [Presentation API] Mojo typemap for content::PresentationConnectionMessage (Closed)
Patch Set: Fix compile error after rebase 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_constants.cc",
187 "presentation_constants.h",
188 "presentation_session.cc", 186 "presentation_session.cc",
189 "presentation_session.h", 187 "presentation_session.h",
190 "previews_state.h", 188 "previews_state.h",
191 "process_type.h", 189 "process_type.h",
192 "push_messaging_status.cc", 190 "push_messaging_status.cc",
193 "push_messaging_status.h", 191 "push_messaging_status.h",
194 "push_subscription_options.h", 192 "push_subscription_options.h",
195 "quarantine.h", 193 "quarantine.h",
196 "referrer.cc", 194 "referrer.cc",
197 "referrer.h", 195 "referrer.h",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 sources = [ 333 sources = [
336 "window_container_type.mojom", 334 "window_container_type.mojom",
337 ] 335 ]
338 } 336 }
339 337
340 mojom("service_names") { 338 mojom("service_names") {
341 sources = [ 339 sources = [
342 "service_names.mojom", 340 "service_names.mojom",
343 ] 341 ]
344 } 342 }
OLDNEW
« no previous file with comments | « content/public/browser/presentation_service_delegate.h ('k') | content/public/common/presentation_connection_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698