| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", | 281 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", |
| 282 "sandbox_linux/sandbox_seccomp_bpf_linux.h", | 282 "sandbox_linux/sandbox_seccomp_bpf_linux.h", |
| 283 "sandbox_mac.h", | 283 "sandbox_mac.h", |
| 284 "sandbox_mac.mm", | 284 "sandbox_mac.mm", |
| 285 "sandbox_win.cc", | 285 "sandbox_win.cc", |
| 286 "sandbox_win.h", | 286 "sandbox_win.h", |
| 287 "savable_subframe.h", | 287 "savable_subframe.h", |
| 288 "savable_url_schemes.cc", | 288 "savable_url_schemes.cc", |
| 289 "savable_url_schemes.h", | 289 "savable_url_schemes.h", |
| 290 "screen_orientation_messages.h", | 290 "screen_orientation_messages.h", |
| 291 "security_style_util.cc", | |
| 292 "security_style_util.h", | |
| 293 "send_zygote_child_ping_linux.cc", | 291 "send_zygote_child_ping_linux.cc", |
| 294 "service_manager/embedded_service_runner.cc", | 292 "service_manager/embedded_service_runner.cc", |
| 295 "service_manager/embedded_service_runner.h", | 293 "service_manager/embedded_service_runner.h", |
| 296 "service_manager/service_manager_connection_impl.cc", | 294 "service_manager/service_manager_connection_impl.cc", |
| 297 "service_manager/service_manager_connection_impl.h", | 295 "service_manager/service_manager_connection_impl.h", |
| 298 "service_worker/embedded_worker_messages.h", | 296 "service_worker/embedded_worker_messages.h", |
| 299 "service_worker/embedded_worker_settings.h", | 297 "service_worker/embedded_worker_settings.h", |
| 300 "service_worker/embedded_worker_start_params.cc", | 298 "service_worker/embedded_worker_start_params.cc", |
| 301 "service_worker/embedded_worker_start_params.h", | 299 "service_worker/embedded_worker_start_params.h", |
| 302 "service_worker/service_worker_client_info.cc", | 300 "service_worker/service_worker_client_info.cc", |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "//ui/gfx/geometry/mojo", | 584 "//ui/gfx/geometry/mojo", |
| 587 "//ui/gfx/mojo", | 585 "//ui/gfx/mojo", |
| 588 "//url/mojo:url_mojom_gurl", | 586 "//url/mojo:url_mojom_gurl", |
| 589 "//url/mojo:url_mojom_origin", | 587 "//url/mojo:url_mojom_origin", |
| 590 ] | 588 ] |
| 591 | 589 |
| 592 export_class_attribute = "CONTENT_EXPORT" | 590 export_class_attribute = "CONTENT_EXPORT" |
| 593 export_define = "CONTENT_IMPLEMENTATION=1" | 591 export_define = "CONTENT_IMPLEMENTATION=1" |
| 594 export_header = "content/common/content_export.h" | 592 export_header = "content/common/content_export.h" |
| 595 } | 593 } |
| OLD | NEW |