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

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

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Use std::move more 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/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("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 25 matching lines...) Expand all
36 "android/hash_set.cc", 36 "android/hash_set.cc",
37 "android/hash_set.h", 37 "android/hash_set.h",
38 "android/media_metadata_android.cc", 38 "android/media_metadata_android.cc",
39 "android/media_metadata_android.h", 39 "android/media_metadata_android.h",
40 "android/resource_request_body_android.cc", 40 "android/resource_request_body_android.cc",
41 "android/resource_request_body_android.h", 41 "android/resource_request_body_android.h",
42 "android/sync_compositor_messages.cc", 42 "android/sync_compositor_messages.cc",
43 "android/sync_compositor_messages.h", 43 "android/sync_compositor_messages.h",
44 "android/sync_compositor_statics.cc", 44 "android/sync_compositor_statics.cc",
45 "android/sync_compositor_statics.h", 45 "android/sync_compositor_statics.h",
46 "app_web_message_port_messages.h",
47 "appcache_interfaces.cc", 46 "appcache_interfaces.cc",
48 "appcache_interfaces.h", 47 "appcache_interfaces.h",
49 "appcache_messages.h", 48 "appcache_messages.h",
50 "associated_interface_provider_impl.cc", 49 "associated_interface_provider_impl.cc",
51 "associated_interface_provider_impl.h", 50 "associated_interface_provider_impl.h",
52 "associated_interface_registry_impl.cc", 51 "associated_interface_registry_impl.cc",
53 "associated_interface_registry_impl.h", 52 "associated_interface_registry_impl.h",
54 "ax_content_node_data.cc", 53 "ax_content_node_data.cc",
55 "ax_content_node_data.h", 54 "ax_content_node_data.h",
56 "bluetooth/web_bluetooth_device_id.cc", 55 "bluetooth/web_bluetooth_device_id.cc",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "media/media_player_delegate_messages.h", 205 "media/media_player_delegate_messages.h",
207 "media/media_player_messages_android.h", 206 "media/media_player_messages_android.h",
208 "media/media_stream_messages.h", 207 "media/media_stream_messages.h",
209 "media/media_stream_options.cc", 208 "media/media_stream_options.cc",
210 "media/media_stream_options.h", 209 "media/media_stream_options.h",
211 "media/media_stream_track_metrics_host_messages.h", 210 "media/media_stream_track_metrics_host_messages.h",
212 "media/midi_messages.h", 211 "media/midi_messages.h",
213 "media/surface_view_manager_messages_android.h", 212 "media/surface_view_manager_messages_android.h",
214 "media/video_capture.h", 213 "media/video_capture.h",
215 "memory_messages.h", 214 "memory_messages.h",
216 "message_port_messages.h", 215 "message_port.cc",
216 "message_port.h",
217 "navigation_gesture.h", 217 "navigation_gesture.h",
218 "navigation_params.cc", 218 "navigation_params.cc",
219 "navigation_params.h", 219 "navigation_params.h",
220 "net/url_fetcher.cc", 220 "net/url_fetcher.cc",
221 "net/url_request_service_worker_data.cc", 221 "net/url_request_service_worker_data.cc",
222 "net/url_request_service_worker_data.h", 222 "net/url_request_service_worker_data.h",
223 "net/url_request_user_data.cc", 223 "net/url_request_user_data.cc",
224 "net/url_request_user_data.h", 224 "net/url_request_user_data.h",
225 "origin_trials/trial_token.cc", 225 "origin_trials/trial_token.cc",
226 "origin_trials/trial_token.h", 226 "origin_trials/trial_token.h",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "//ui/gfx/geometry/mojo", 618 "//ui/gfx/geometry/mojo",
619 "//ui/gfx/mojo", 619 "//ui/gfx/mojo",
620 "//url/mojo:url_mojom_gurl", 620 "//url/mojo:url_mojom_gurl",
621 "//url/mojo:url_mojom_origin", 621 "//url/mojo:url_mojom_origin",
622 ] 622 ]
623 623
624 export_class_attribute = "CONTENT_EXPORT" 624 export_class_attribute = "CONTENT_EXPORT"
625 export_define = "CONTENT_IMPLEMENTATION=1" 625 export_define = "CONTENT_IMPLEMENTATION=1"
626 export_header = "content/common/content_export.h" 626 export_header = "content/common/content_export.h"
627 } 627 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698