| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", | 290 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", |
| 291 "sandbox_linux/sandbox_seccomp_bpf_linux.h", | 291 "sandbox_linux/sandbox_seccomp_bpf_linux.h", |
| 292 "sandbox_mac.h", | 292 "sandbox_mac.h", |
| 293 "sandbox_mac.mm", | 293 "sandbox_mac.mm", |
| 294 "sandbox_win.cc", | 294 "sandbox_win.cc", |
| 295 "sandbox_win.h", | 295 "sandbox_win.h", |
| 296 "savable_subframe.h", | 296 "savable_subframe.h", |
| 297 "savable_url_schemes.cc", | 297 "savable_url_schemes.cc", |
| 298 "savable_url_schemes.h", | 298 "savable_url_schemes.h", |
| 299 "screen_orientation_messages.h", | 299 "screen_orientation_messages.h", |
| 300 "security_style_util.cc", |
| 301 "security_style_util.h", |
| 300 "send_zygote_child_ping_linux.cc", | 302 "send_zygote_child_ping_linux.cc", |
| 301 "service_worker/embedded_worker_messages.h", | 303 "service_worker/embedded_worker_messages.h", |
| 302 "service_worker/embedded_worker_settings.h", | 304 "service_worker/embedded_worker_settings.h", |
| 303 "service_worker/service_worker_client_info.cc", | 305 "service_worker/service_worker_client_info.cc", |
| 304 "service_worker/service_worker_client_info.h", | 306 "service_worker/service_worker_client_info.h", |
| 305 "service_worker/service_worker_messages.h", | 307 "service_worker/service_worker_messages.h", |
| 306 "service_worker/service_worker_status_code.cc", | 308 "service_worker/service_worker_status_code.cc", |
| 307 "service_worker/service_worker_status_code.h", | 309 "service_worker/service_worker_status_code.h", |
| 308 "service_worker/service_worker_type_converters.cc", | 310 "service_worker/service_worker_type_converters.cc", |
| 309 "service_worker/service_worker_type_converters.h", | 311 "service_worker/service_worker_type_converters.h", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 "//third_party/WebKit/public:mojo_bindings", | 575 "//third_party/WebKit/public:mojo_bindings", |
| 574 "//ui/gfx/geometry/mojo", | 576 "//ui/gfx/geometry/mojo", |
| 575 "//url/mojo:url_mojom_gurl", | 577 "//url/mojo:url_mojom_gurl", |
| 576 "//url/mojo:url_mojom_origin", | 578 "//url/mojo:url_mojom_origin", |
| 577 ] | 579 ] |
| 578 | 580 |
| 579 export_class_attribute = "CONTENT_EXPORT" | 581 export_class_attribute = "CONTENT_EXPORT" |
| 580 export_define = "CONTENT_IMPLEMENTATION=1" | 582 export_define = "CONTENT_IMPLEMENTATION=1" |
| 581 export_header = "content/common/content_export.h" | 583 export_header = "content/common/content_export.h" |
| 582 } | 584 } |
| OLD | NEW |