| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "sandbox_linux/sandbox_init_linux.cc", | 281 "sandbox_linux/sandbox_init_linux.cc", |
| 282 "sandbox_linux/sandbox_linux.cc", | 282 "sandbox_linux/sandbox_linux.cc", |
| 283 "sandbox_linux/sandbox_linux.h", | 283 "sandbox_linux/sandbox_linux.h", |
| 284 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", | 284 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", |
| 285 "sandbox_linux/sandbox_seccomp_bpf_linux.h", | 285 "sandbox_linux/sandbox_seccomp_bpf_linux.h", |
| 286 "sandbox_mac.h", | 286 "sandbox_mac.h", |
| 287 "sandbox_mac.mm", | 287 "sandbox_mac.mm", |
| 288 "sandbox_win.cc", | 288 "sandbox_win.cc", |
| 289 "sandbox_win.h", | 289 "sandbox_win.h", |
| 290 "savable_subframe.h", | 290 "savable_subframe.h", |
| 291 "savable_url_schemes.cc", | |
| 292 "savable_url_schemes.h", | |
| 293 "screen_orientation_messages.h", | 291 "screen_orientation_messages.h", |
| 294 "send_zygote_child_ping_linux.cc", | 292 "send_zygote_child_ping_linux.cc", |
| 295 "service_manager/embedded_service_runner.cc", | 293 "service_manager/embedded_service_runner.cc", |
| 296 "service_manager/embedded_service_runner.h", | 294 "service_manager/embedded_service_runner.h", |
| 297 "service_manager/service_manager_connection_impl.cc", | 295 "service_manager/service_manager_connection_impl.cc", |
| 298 "service_manager/service_manager_connection_impl.h", | 296 "service_manager/service_manager_connection_impl.h", |
| 299 "service_worker/embedded_worker_messages.h", | 297 "service_worker/embedded_worker_messages.h", |
| 300 "service_worker/embedded_worker_settings.h", | 298 "service_worker/embedded_worker_settings.h", |
| 301 "service_worker/embedded_worker_start_params.cc", | 299 "service_worker/embedded_worker_start_params.cc", |
| 302 "service_worker/embedded_worker_start_params.h", | 300 "service_worker/embedded_worker_start_params.h", |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 "//ui/gfx/geometry/mojo", | 601 "//ui/gfx/geometry/mojo", |
| 604 "//ui/gfx/mojo", | 602 "//ui/gfx/mojo", |
| 605 "//url/mojo:url_mojom_gurl", | 603 "//url/mojo:url_mojom_gurl", |
| 606 "//url/mojo:url_mojom_origin", | 604 "//url/mojo:url_mojom_origin", |
| 607 ] | 605 ] |
| 608 | 606 |
| 609 export_class_attribute = "CONTENT_EXPORT" | 607 export_class_attribute = "CONTENT_EXPORT" |
| 610 export_define = "CONTENT_IMPLEMENTATION=1" | 608 export_define = "CONTENT_IMPLEMENTATION=1" |
| 611 export_header = "content/common/content_export.h" | 609 export_header = "content/common/content_export.h" |
| 612 } | 610 } |
| OLD | NEW |