| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", | 292 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", |
| 293 "sandbox_linux/sandbox_seccomp_bpf_linux.h", | 293 "sandbox_linux/sandbox_seccomp_bpf_linux.h", |
| 294 "sandbox_mac.h", | 294 "sandbox_mac.h", |
| 295 "sandbox_mac.mm", | 295 "sandbox_mac.mm", |
| 296 "sandbox_win.cc", | 296 "sandbox_win.cc", |
| 297 "sandbox_win.h", | 297 "sandbox_win.h", |
| 298 "savable_subframe.h", | 298 "savable_subframe.h", |
| 299 "savable_url_schemes.cc", | 299 "savable_url_schemes.cc", |
| 300 "savable_url_schemes.h", | 300 "savable_url_schemes.h", |
| 301 "screen_orientation_messages.h", | 301 "screen_orientation_messages.h", |
| 302 "security_style_util.cc", | |
| 303 "security_style_util.h", | |
| 304 "send_zygote_child_ping_linux.cc", | 302 "send_zygote_child_ping_linux.cc", |
| 305 "service_worker/embedded_worker_messages.h", | 303 "service_worker/embedded_worker_messages.h", |
| 306 "service_worker/embedded_worker_settings.h", | 304 "service_worker/embedded_worker_settings.h", |
| 307 "service_worker/embedded_worker_start_params.cc", | 305 "service_worker/embedded_worker_start_params.cc", |
| 308 "service_worker/embedded_worker_start_params.h", | 306 "service_worker/embedded_worker_start_params.h", |
| 309 "service_worker/service_worker_client_info.cc", | 307 "service_worker/service_worker_client_info.cc", |
| 310 "service_worker/service_worker_client_info.h", | 308 "service_worker/service_worker_client_info.h", |
| 311 "service_worker/service_worker_messages.h", | 309 "service_worker/service_worker_messages.h", |
| 312 "service_worker/service_worker_status_code.cc", | 310 "service_worker/service_worker_status_code.cc", |
| 313 "service_worker/service_worker_status_code.h", | 311 "service_worker/service_worker_status_code.h", |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 "//ui/gfx/geometry/mojo", | 590 "//ui/gfx/geometry/mojo", |
| 593 "//ui/gfx/mojo", | 591 "//ui/gfx/mojo", |
| 594 "//url/mojo:url_mojom_gurl", | 592 "//url/mojo:url_mojom_gurl", |
| 595 "//url/mojo:url_mojom_origin", | 593 "//url/mojo:url_mojom_origin", |
| 596 ] | 594 ] |
| 597 | 595 |
| 598 export_class_attribute = "CONTENT_EXPORT" | 596 export_class_attribute = "CONTENT_EXPORT" |
| 599 export_define = "CONTENT_IMPLEMENTATION=1" | 597 export_define = "CONTENT_IMPLEMENTATION=1" |
| 600 export_header = "content/common/content_export.h" | 598 export_header = "content/common/content_export.h" |
| 601 } | 599 } |
| OLD | NEW |