| 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("features.gni") | 5 import("features.gni") |
| 6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "media/media_player_delegate_messages.h", | 221 "media/media_player_delegate_messages.h", |
| 222 "media/media_player_messages_android.h", | 222 "media/media_player_messages_android.h", |
| 223 "media/media_stream_messages.h", | 223 "media/media_stream_messages.h", |
| 224 "media/media_stream_options.cc", | 224 "media/media_stream_options.cc", |
| 225 "media/media_stream_options.h", | 225 "media/media_stream_options.h", |
| 226 "media/media_stream_track_metrics_host_messages.h", | 226 "media/media_stream_track_metrics_host_messages.h", |
| 227 "media/midi_messages.h", | 227 "media/midi_messages.h", |
| 228 "media/peer_connection_tracker_messages.h", | 228 "media/peer_connection_tracker_messages.h", |
| 229 "media/surface_view_manager_messages_android.h", | 229 "media/surface_view_manager_messages_android.h", |
| 230 "media/video_capture.h", | 230 "media/video_capture.h", |
| 231 "memory_messages.h", | |
| 232 "message_port.cc", | 231 "message_port.cc", |
| 233 "message_port.h", | 232 "message_port.h", |
| 234 "navigation_gesture.h", | 233 "navigation_gesture.h", |
| 235 "navigation_params.cc", | 234 "navigation_params.cc", |
| 236 "navigation_params.h", | 235 "navigation_params.h", |
| 237 "net/url_fetcher.cc", | 236 "net/url_fetcher.cc", |
| 238 "net/url_request_service_worker_data.cc", | 237 "net/url_request_service_worker_data.cc", |
| 239 "net/url_request_service_worker_data.h", | 238 "net/url_request_service_worker_data.h", |
| 240 "net/url_request_user_data.cc", | 239 "net/url_request_user_data.cc", |
| 241 "net/url_request_user_data.h", | 240 "net/url_request_user_data.h", |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 "//ui/gfx/mojo", | 641 "//ui/gfx/mojo", |
| 643 "//url/mojo:url_mojom_gurl", | 642 "//url/mojo:url_mojom_gurl", |
| 644 "//url/mojo:url_mojom_origin", | 643 "//url/mojo:url_mojom_origin", |
| 645 ] | 644 ] |
| 646 | 645 |
| 647 component_output_prefix = "content_common_mojo_bindings" | 646 component_output_prefix = "content_common_mojo_bindings" |
| 648 export_class_attribute = "CONTENT_EXPORT" | 647 export_class_attribute = "CONTENT_EXPORT" |
| 649 export_define = "CONTENT_IMPLEMENTATION=1" | 648 export_define = "CONTENT_IMPLEMENTATION=1" |
| 650 export_header = "content/common/content_export.h" | 649 export_header = "content/common/content_export.h" |
| 651 } | 650 } |
| OLD | NEW |