| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 if (is_mac) { | 10 if (is_mac) { |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "media/media_stream_messages.h", | 209 "media/media_stream_messages.h", |
| 210 "media/media_stream_options.cc", | 210 "media/media_stream_options.cc", |
| 211 "media/media_stream_options.h", | 211 "media/media_stream_options.h", |
| 212 "media/media_stream_track_metrics_host_messages.h", | 212 "media/media_stream_track_metrics_host_messages.h", |
| 213 "media/midi_messages.h", | 213 "media/midi_messages.h", |
| 214 "media/surface_view_manager_messages_android.h", | 214 "media/surface_view_manager_messages_android.h", |
| 215 "media/video_capture.h", | 215 "media/video_capture.h", |
| 216 "media/video_capture_messages.h", | 216 "media/video_capture_messages.h", |
| 217 "memory_messages.h", | 217 "memory_messages.h", |
| 218 "message_port_messages.h", | 218 "message_port_messages.h", |
| 219 "mojo/constants.cc", |
| 220 "mojo/constants.h", |
| 219 "mojo/embedded_application_runner.cc", | 221 "mojo/embedded_application_runner.cc", |
| 220 "mojo/embedded_application_runner.h", | 222 "mojo/embedded_application_runner.h", |
| 221 "mojo/mojo_shell_connection_impl.cc", | 223 "mojo/mojo_shell_connection_impl.cc", |
| 222 "mojo/mojo_shell_connection_impl.h", | 224 "mojo/mojo_shell_connection_impl.h", |
| 223 "navigation_gesture.h", | 225 "navigation_gesture.h", |
| 224 "navigation_params.cc", | 226 "navigation_params.cc", |
| 225 "navigation_params.h", | 227 "navigation_params.h", |
| 226 "net/url_fetcher.cc", | 228 "net/url_fetcher.cc", |
| 227 "net/url_request_service_worker_data.cc", | 229 "net/url_request_service_worker_data.cc", |
| 228 "net/url_request_service_worker_data.h", | 230 "net/url_request_service_worker_data.h", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 "//third_party/WebKit/public:mojo_bindings", | 573 "//third_party/WebKit/public:mojo_bindings", |
| 572 "//ui/gfx/geometry/mojo", | 574 "//ui/gfx/geometry/mojo", |
| 573 "//url/mojo:url_mojom_gurl", | 575 "//url/mojo:url_mojom_gurl", |
| 574 "//url/mojo:url_mojom_origin", | 576 "//url/mojo:url_mojom_origin", |
| 575 ] | 577 ] |
| 576 | 578 |
| 577 export_class_attribute = "CONTENT_EXPORT" | 579 export_class_attribute = "CONTENT_EXPORT" |
| 578 export_define = "CONTENT_IMPLEMENTATION=1" | 580 export_define = "CONTENT_IMPLEMENTATION=1" |
| 579 export_header = "content/common/content_export.h" | 581 export_header = "content/common/content_export.h" |
| 580 } | 582 } |
| OLD | NEW |