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

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

Issue 2430313007: VideoCapture: remove last remnants of IPC (Closed)
Patch Set: rockot@ comment on using ChildThread Created 4 years, 2 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "media/media_devices_param_traits.h", 210 "media/media_devices_param_traits.h",
211 "media/media_player_delegate_messages.h", 211 "media/media_player_delegate_messages.h",
212 "media/media_player_messages_android.h", 212 "media/media_player_messages_android.h",
213 "media/media_stream_messages.h", 213 "media/media_stream_messages.h",
214 "media/media_stream_options.cc", 214 "media/media_stream_options.cc",
215 "media/media_stream_options.h", 215 "media/media_stream_options.h",
216 "media/media_stream_track_metrics_host_messages.h", 216 "media/media_stream_track_metrics_host_messages.h",
217 "media/midi_messages.h", 217 "media/midi_messages.h",
218 "media/surface_view_manager_messages_android.h", 218 "media/surface_view_manager_messages_android.h",
219 "media/video_capture.h", 219 "media/video_capture.h",
220 "media/video_capture_messages.h",
221 "memory_messages.h", 220 "memory_messages.h",
222 "message_port_messages.h", 221 "message_port_messages.h",
223 "navigation_gesture.h", 222 "navigation_gesture.h",
224 "navigation_params.cc", 223 "navigation_params.cc",
225 "navigation_params.h", 224 "navigation_params.h",
226 "net/url_fetcher.cc", 225 "net/url_fetcher.cc",
227 "net/url_request_service_worker_data.cc", 226 "net/url_request_service_worker_data.cc",
228 "net/url_request_service_worker_data.h", 227 "net/url_request_service_worker_data.h",
229 "net/url_request_user_data.cc", 228 "net/url_request_user_data.cc",
230 "net/url_request_user_data.h", 229 "net/url_request_user_data.h",
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "//ui/gfx/geometry/mojo", 602 "//ui/gfx/geometry/mojo",
604 "//ui/gfx/mojo", 603 "//ui/gfx/mojo",
605 "//url/mojo:url_mojom_gurl", 604 "//url/mojo:url_mojom_gurl",
606 "//url/mojo:url_mojom_origin", 605 "//url/mojo:url_mojom_origin",
607 ] 606 ]
608 607
609 export_class_attribute = "CONTENT_EXPORT" 608 export_class_attribute = "CONTENT_EXPORT"
610 export_define = "CONTENT_IMPLEMENTATION=1" 609 export_define = "CONTENT_IMPLEMENTATION=1"
611 export_header = "content/common/content_export.h" 610 export_header = "content/common/content_export.h"
612 } 611 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698