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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 "media/media_stream_messages.h", | 213 "media/media_stream_messages.h", |
214 "media/media_stream_options.cc", | 214 "media/media_stream_options.cc", |
215 "media/media_stream_options.h", | 215 "media/media_stream_options.h", |
216 "media/media_stream_track_metrics_host_messages.h", | 216 "media/media_stream_track_metrics_host_messages.h", |
217 "media/midi_messages.h", | 217 "media/midi_messages.h", |
218 "media/surface_view_manager_messages_android.h", | 218 "media/surface_view_manager_messages_android.h", |
219 "media/video_capture.h", | 219 "media/video_capture.h", |
220 "media/video_capture_messages.h", | 220 "media/video_capture_messages.h", |
221 "memory_messages.h", | 221 "memory_messages.h", |
222 "message_port_messages.h", | 222 "message_port_messages.h", |
| 223 "mojo/constants.cc", |
| 224 "mojo/constants.h", |
223 "mojo/embedded_application_runner.cc", | 225 "mojo/embedded_application_runner.cc", |
224 "mojo/embedded_application_runner.h", | 226 "mojo/embedded_application_runner.h", |
225 "mojo/mojo_shell_connection_impl.cc", | 227 "mojo/mojo_shell_connection_impl.cc", |
226 "mojo/mojo_shell_connection_impl.h", | 228 "mojo/mojo_shell_connection_impl.h", |
227 "navigation_gesture.h", | 229 "navigation_gesture.h", |
228 "navigation_params.cc", | 230 "navigation_params.cc", |
229 "navigation_params.h", | 231 "navigation_params.h", |
230 "net/url_fetcher.cc", | 232 "net/url_fetcher.cc", |
231 "net/url_request_service_worker_data.cc", | 233 "net/url_request_service_worker_data.cc", |
232 "net/url_request_service_worker_data.h", | 234 "net/url_request_service_worker_data.h", |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 "//third_party/WebKit/public:mojo_bindings", | 580 "//third_party/WebKit/public:mojo_bindings", |
579 "//ui/gfx/geometry/mojo", | 581 "//ui/gfx/geometry/mojo", |
580 "//url/mojo:url_mojom_gurl", | 582 "//url/mojo:url_mojom_gurl", |
581 "//url/mojo:url_mojom_origin", | 583 "//url/mojo:url_mojom_origin", |
582 ] | 584 ] |
583 | 585 |
584 export_class_attribute = "CONTENT_EXPORT" | 586 export_class_attribute = "CONTENT_EXPORT" |
585 export_define = "CONTENT_IMPLEMENTATION=1" | 587 export_define = "CONTENT_IMPLEMENTATION=1" |
586 export_header = "content/common/content_export.h" | 588 export_header = "content/common/content_export.h" |
587 } | 589 } |
OLD | NEW |