| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "service_manager/service_manager_connection_impl.h", | 295 "service_manager/service_manager_connection_impl.h", |
| 296 "service_worker/embedded_worker_messages.h", | 296 "service_worker/embedded_worker_messages.h", |
| 297 "service_worker/embedded_worker_settings.h", | 297 "service_worker/embedded_worker_settings.h", |
| 298 "service_worker/embedded_worker_start_params.cc", | 298 "service_worker/embedded_worker_start_params.cc", |
| 299 "service_worker/embedded_worker_start_params.h", | 299 "service_worker/embedded_worker_start_params.h", |
| 300 "service_worker/service_worker_client_info.cc", | 300 "service_worker/service_worker_client_info.cc", |
| 301 "service_worker/service_worker_client_info.h", | 301 "service_worker/service_worker_client_info.h", |
| 302 "service_worker/service_worker_messages.h", | 302 "service_worker/service_worker_messages.h", |
| 303 "service_worker/service_worker_status_code.cc", | 303 "service_worker/service_worker_status_code.cc", |
| 304 "service_worker/service_worker_status_code.h", | 304 "service_worker/service_worker_status_code.h", |
| 305 "service_worker/service_worker_type_converters.cc", | |
| 306 "service_worker/service_worker_type_converters.h", | |
| 307 "service_worker/service_worker_types.cc", | 305 "service_worker/service_worker_types.cc", |
| 308 "service_worker/service_worker_types.h", | 306 "service_worker/service_worker_types.h", |
| 309 "service_worker/service_worker_utils.cc", | 307 "service_worker/service_worker_utils.cc", |
| 310 "service_worker/service_worker_utils.h", | 308 "service_worker/service_worker_utils.h", |
| 311 "set_process_title.cc", | 309 "set_process_title.cc", |
| 312 "set_process_title.h", | 310 "set_process_title.h", |
| 313 "set_process_title_linux.cc", | 311 "set_process_title_linux.cc", |
| 314 "set_process_title_linux.h", | 312 "set_process_title_linux.h", |
| 315 "site_isolation_policy.cc", | 313 "site_isolation_policy.cc", |
| 316 "site_isolation_policy.h", | 314 "site_isolation_policy.h", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 "//url/mojo:url_mojom_origin", | 616 "//url/mojo:url_mojom_origin", |
| 619 ] | 617 ] |
| 620 | 618 |
| 621 overridden_deps = [ "//ipc:mojom" ] | 619 overridden_deps = [ "//ipc:mojom" ] |
| 622 component_deps = [ "//ipc" ] | 620 component_deps = [ "//ipc" ] |
| 623 | 621 |
| 624 export_class_attribute = "CONTENT_EXPORT" | 622 export_class_attribute = "CONTENT_EXPORT" |
| 625 export_define = "CONTENT_IMPLEMENTATION=1" | 623 export_define = "CONTENT_IMPLEMENTATION=1" |
| 626 export_header = "content/common/content_export.h" | 624 export_header = "content/common/content_export.h" |
| 627 } | 625 } |
| OLD | NEW |