| 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("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//sandbox/features.gni") | 10 import("//sandbox/features.gni") |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "sandbox_linux/sandbox_init_linux.cc", | 289 "sandbox_linux/sandbox_init_linux.cc", |
| 290 "sandbox_linux/sandbox_linux.cc", | 290 "sandbox_linux/sandbox_linux.cc", |
| 291 "sandbox_linux/sandbox_linux.h", | 291 "sandbox_linux/sandbox_linux.h", |
| 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 "screen_orientation_messages.h", | |
| 300 "send_zygote_child_ping_linux.cc", | 299 "send_zygote_child_ping_linux.cc", |
| 301 "service_manager/embedded_service_runner.cc", | 300 "service_manager/embedded_service_runner.cc", |
| 302 "service_manager/embedded_service_runner.h", | 301 "service_manager/embedded_service_runner.h", |
| 303 "service_manager/service_manager_connection_impl.cc", | 302 "service_manager/service_manager_connection_impl.cc", |
| 304 "service_manager/service_manager_connection_impl.h", | 303 "service_manager/service_manager_connection_impl.h", |
| 305 "service_worker/embedded_worker_messages.h", | 304 "service_worker/embedded_worker_messages.h", |
| 306 "service_worker/embedded_worker_settings.h", | 305 "service_worker/embedded_worker_settings.h", |
| 307 "service_worker/embedded_worker_start_params.cc", | 306 "service_worker/embedded_worker_start_params.cc", |
| 308 "service_worker/embedded_worker_start_params.h", | 307 "service_worker/embedded_worker_start_params.h", |
| 309 "service_worker/service_worker_client_info.cc", | 308 "service_worker/service_worker_client_info.cc", |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 "//url/mojo:url_mojom_origin", | 627 "//url/mojo:url_mojom_origin", |
| 629 ] | 628 ] |
| 630 | 629 |
| 631 overridden_deps = [ "//ipc:mojom" ] | 630 overridden_deps = [ "//ipc:mojom" ] |
| 632 component_deps = [ "//ipc" ] | 631 component_deps = [ "//ipc" ] |
| 633 | 632 |
| 634 export_class_attribute = "CONTENT_EXPORT" | 633 export_class_attribute = "CONTENT_EXPORT" |
| 635 export_define = "CONTENT_IMPLEMENTATION=1" | 634 export_define = "CONTENT_IMPLEMENTATION=1" |
| 636 export_header = "content/common/content_export.h" | 635 export_header = "content/common/content_export.h" |
| 637 } | 636 } |
| OLD | NEW |