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

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

Issue 2706463002: [Presentation API] Mojo typemap for content::PresentationConnectionMessage (Closed)
Patch Set: Fix compile error in presentation_connection_message Created 3 years, 10 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "page_state.h", 174 "page_state.h",
175 "page_type.h", 175 "page_type.h",
176 "page_zoom.h", 176 "page_zoom.h",
177 "pepper_plugin_info.cc", 177 "pepper_plugin_info.cc",
178 "pepper_plugin_info.h", 178 "pepper_plugin_info.h",
179 "persistent_notification_status.h", 179 "persistent_notification_status.h",
180 "platform_notification_data.cc", 180 "platform_notification_data.cc",
181 "platform_notification_data.h", 181 "platform_notification_data.h",
182 "presentation_connection_message.cc", 182 "presentation_connection_message.cc",
183 "presentation_connection_message.h", 183 "presentation_connection_message.h",
184 "presentation_constants.cc",
185 "presentation_constants.h",
186 "presentation_session.cc", 184 "presentation_session.cc",
187 "presentation_session.h", 185 "presentation_session.h",
188 "previews_state.h", 186 "previews_state.h",
189 "process_type.h", 187 "process_type.h",
190 "push_messaging_status.cc", 188 "push_messaging_status.cc",
191 "push_messaging_status.h", 189 "push_messaging_status.h",
192 "push_subscription_options.h", 190 "push_subscription_options.h",
193 "quarantine.h", 191 "quarantine.h",
194 "referrer.cc", 192 "referrer.cc",
195 "referrer.h", 193 "referrer.h",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 sources = [ 331 sources = [
334 "window_container_type.mojom", 332 "window_container_type.mojom",
335 ] 333 ]
336 } 334 }
337 335
338 mojom("service_names") { 336 mojom("service_names") {
339 sources = [ 337 sources = [
340 "service_names.mojom", 338 "service_names.mojom",
341 ] 339 ]
342 } 340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698