OLD | NEW |
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 Loading... |
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 "media/media_player_delegate_messages.h", | 202 "media/media_player_delegate_messages.h", |
204 "media/media_player_messages_android.h", | 203 "media/media_player_messages_android.h", |
205 "media/media_stream_messages.h", | 204 "media/media_stream_messages.h", |
206 "media/media_stream_options.cc", | 205 "media/media_stream_options.cc", |
207 "media/media_stream_options.h", | 206 "media/media_stream_options.h", |
208 "media/media_stream_track_metrics_host_messages.h", | 207 "media/media_stream_track_metrics_host_messages.h", |
209 "media/midi_messages.h", | 208 "media/midi_messages.h", |
210 "media/surface_view_manager_messages_android.h", | 209 "media/surface_view_manager_messages_android.h", |
211 "media/video_capture.h", | 210 "media/video_capture.h", |
212 "memory_messages.h", | 211 "memory_messages.h", |
213 "message_port_messages.h", | 212 "message_port.cc", |
| 213 "message_port.h", |
214 "navigation_gesture.h", | 214 "navigation_gesture.h", |
215 "navigation_params.cc", | 215 "navigation_params.cc", |
216 "navigation_params.h", | 216 "navigation_params.h", |
217 "net/url_fetcher.cc", | 217 "net/url_fetcher.cc", |
218 "net/url_request_service_worker_data.cc", | 218 "net/url_request_service_worker_data.cc", |
219 "net/url_request_service_worker_data.h", | 219 "net/url_request_service_worker_data.h", |
220 "net/url_request_user_data.cc", | 220 "net/url_request_user_data.cc", |
221 "net/url_request_user_data.h", | 221 "net/url_request_user_data.h", |
222 "origin_trials/trial_token.cc", | 222 "origin_trials/trial_token.cc", |
223 "origin_trials/trial_token.h", | 223 "origin_trials/trial_token.h", |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 "//url/mojo:url_mojom_origin", | 613 "//url/mojo:url_mojom_origin", |
614 ] | 614 ] |
615 | 615 |
616 overridden_deps = [ "//ipc:mojom" ] | 616 overridden_deps = [ "//ipc:mojom" ] |
617 component_deps = [ "//ipc" ] | 617 component_deps = [ "//ipc" ] |
618 | 618 |
619 export_class_attribute = "CONTENT_EXPORT" | 619 export_class_attribute = "CONTENT_EXPORT" |
620 export_define = "CONTENT_IMPLEMENTATION=1" | 620 export_define = "CONTENT_IMPLEMENTATION=1" |
621 export_header = "content/common/content_export.h" | 621 export_header = "content/common/content_export.h" |
622 } | 622 } |
OLD | NEW |