| 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("features.gni") | 5 import("features.gni") |
| 6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "quota_messages.h", | 275 "quota_messages.h", |
| 276 "render_process_messages.h", | 276 "render_process_messages.h", |
| 277 "render_widget_surface_properties.cc", | 277 "render_widget_surface_properties.cc", |
| 278 "render_widget_surface_properties.h", | 278 "render_widget_surface_properties.h", |
| 279 "resize_params.cc", | 279 "resize_params.cc", |
| 280 "resize_params.h", | 280 "resize_params.h", |
| 281 "resource_messages.cc", | 281 "resource_messages.cc", |
| 282 "resource_messages.h", | 282 "resource_messages.h", |
| 283 "resource_request.cc", | 283 "resource_request.cc", |
| 284 "resource_request.h", | 284 "resource_request.h", |
| 285 "resource_request_body_impl.cc", | |
| 286 "resource_request_body_impl.h", | |
| 287 "resource_request_completion_status.cc", | 285 "resource_request_completion_status.cc", |
| 288 "resource_request_completion_status.h", | 286 "resource_request_completion_status.h", |
| 289 "sandbox_init_mac.cc", | 287 "sandbox_init_mac.cc", |
| 290 "sandbox_init_mac.h", | 288 "sandbox_init_mac.h", |
| 291 "sandbox_init_win.cc", | 289 "sandbox_init_win.cc", |
| 292 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc", | 290 "sandbox_linux/android/sandbox_bpf_base_policy_android.cc", |
| 293 "sandbox_linux/android/sandbox_bpf_base_policy_android.h", | 291 "sandbox_linux/android/sandbox_bpf_base_policy_android.h", |
| 294 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc", | 292 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc", |
| 295 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h", | 293 "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h", |
| 296 "sandbox_linux/bpf_gpu_policy_linux.cc", | 294 "sandbox_linux/bpf_gpu_policy_linux.cc", |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 "//ui/gfx/mojo", | 653 "//ui/gfx/mojo", |
| 656 "//url/mojo:url_mojom_gurl", | 654 "//url/mojo:url_mojom_gurl", |
| 657 "//url/mojo:url_mojom_origin", | 655 "//url/mojo:url_mojom_origin", |
| 658 ] | 656 ] |
| 659 | 657 |
| 660 component_output_prefix = "content_common_mojo_bindings" | 658 component_output_prefix = "content_common_mojo_bindings" |
| 661 export_class_attribute = "CONTENT_EXPORT" | 659 export_class_attribute = "CONTENT_EXPORT" |
| 662 export_define = "CONTENT_IMPLEMENTATION=1" | 660 export_define = "CONTENT_IMPLEMENTATION=1" |
| 663 export_header = "content/common/content_export.h" | 661 export_header = "content/common/content_export.h" |
| 664 } | 662 } |
| OLD | NEW |