| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "media/media_player_delegate_messages.h", | 204 "media/media_player_delegate_messages.h", |
| 205 "media/media_player_messages_android.h", | 205 "media/media_player_messages_android.h", |
| 206 "media/media_stream_messages.h", | 206 "media/media_stream_messages.h", |
| 207 "media/media_stream_options.cc", | 207 "media/media_stream_options.cc", |
| 208 "media/media_stream_options.h", | 208 "media/media_stream_options.h", |
| 209 "media/media_stream_track_metrics_host_messages.h", | 209 "media/media_stream_track_metrics_host_messages.h", |
| 210 "media/midi_messages.h", | 210 "media/midi_messages.h", |
| 211 "media/surface_view_manager_messages_android.h", | 211 "media/surface_view_manager_messages_android.h", |
| 212 "media/video_capture.h", | 212 "media/video_capture.h", |
| 213 "memory_messages.h", | 213 "memory_messages.h", |
| 214 "message_port_messages.h", | |
| 215 "navigation_gesture.h", | 214 "navigation_gesture.h", |
| 216 "navigation_params.cc", | 215 "navigation_params.cc", |
| 217 "navigation_params.h", | 216 "navigation_params.h", |
| 218 "net/url_fetcher.cc", | 217 "net/url_fetcher.cc", |
| 219 "net/url_request_service_worker_data.cc", | 218 "net/url_request_service_worker_data.cc", |
| 220 "net/url_request_service_worker_data.h", | 219 "net/url_request_service_worker_data.h", |
| 221 "net/url_request_user_data.cc", | 220 "net/url_request_user_data.cc", |
| 222 "net/url_request_user_data.h", | 221 "net/url_request_user_data.h", |
| 223 "origin_trials/trial_token.cc", | 222 "origin_trials/trial_token.cc", |
| 224 "origin_trials/trial_token.h", | 223 "origin_trials/trial_token.h", |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 "//ui/gfx/geometry/mojo", | 616 "//ui/gfx/geometry/mojo", |
| 618 "//ui/gfx/mojo", | 617 "//ui/gfx/mojo", |
| 619 "//url/mojo:url_mojom_gurl", | 618 "//url/mojo:url_mojom_gurl", |
| 620 "//url/mojo:url_mojom_origin", | 619 "//url/mojo:url_mojom_origin", |
| 621 ] | 620 ] |
| 622 | 621 |
| 623 export_class_attribute = "CONTENT_EXPORT" | 622 export_class_attribute = "CONTENT_EXPORT" |
| 624 export_define = "CONTENT_IMPLEMENTATION=1" | 623 export_define = "CONTENT_IMPLEMENTATION=1" |
| 625 export_header = "content/common/content_export.h" | 624 export_header = "content/common/content_export.h" |
| 626 } | 625 } |
| OLD | NEW |