| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "presentation/presentation_struct_traits.cc", | 263 "presentation/presentation_struct_traits.cc", |
| 264 "presentation/presentation_struct_traits.h", | 264 "presentation/presentation_struct_traits.h", |
| 265 "process_type.cc", | 265 "process_type.cc", |
| 266 "quarantine/quarantine.cc", | 266 "quarantine/quarantine.cc", |
| 267 "quarantine/quarantine_constants_linux.h", | 267 "quarantine/quarantine_constants_linux.h", |
| 268 "quarantine/quarantine_linux.cc", | 268 "quarantine/quarantine_linux.cc", |
| 269 "quarantine/quarantine_mac.mm", | 269 "quarantine/quarantine_mac.mm", |
| 270 "quarantine/quarantine_win.cc", | 270 "quarantine/quarantine_win.cc", |
| 271 "quota_messages.h", | 271 "quota_messages.h", |
| 272 "render_process_messages.h", | 272 "render_process_messages.h", |
| 273 "render_widget_surface_properties.cc", |
| 274 "render_widget_surface_properties.h", |
| 273 "resize_params.cc", | 275 "resize_params.cc", |
| 274 "resize_params.h", | 276 "resize_params.h", |
| 275 "resource_messages.cc", | 277 "resource_messages.cc", |
| 276 "resource_messages.h", | 278 "resource_messages.h", |
| 277 "resource_request.cc", | 279 "resource_request.cc", |
| 278 "resource_request.h", | 280 "resource_request.h", |
| 279 "resource_request_body_impl.cc", | 281 "resource_request_body_impl.cc", |
| 280 "resource_request_body_impl.h", | 282 "resource_request_body_impl.h", |
| 281 "resource_request_completion_status.cc", | 283 "resource_request_completion_status.cc", |
| 282 "resource_request_completion_status.h", | 284 "resource_request_completion_status.h", |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 "//ui/gfx/mojo", | 644 "//ui/gfx/mojo", |
| 643 "//url/mojo:url_mojom_gurl", | 645 "//url/mojo:url_mojom_gurl", |
| 644 "//url/mojo:url_mojom_origin", | 646 "//url/mojo:url_mojom_origin", |
| 645 ] | 647 ] |
| 646 | 648 |
| 647 component_output_prefix = "content_common_mojo_bindings" | 649 component_output_prefix = "content_common_mojo_bindings" |
| 648 export_class_attribute = "CONTENT_EXPORT" | 650 export_class_attribute = "CONTENT_EXPORT" |
| 649 export_define = "CONTENT_IMPLEMENTATION=1" | 651 export_define = "CONTENT_IMPLEMENTATION=1" |
| 650 export_header = "content/common/content_export.h" | 652 export_header = "content/common/content_export.h" |
| 651 } | 653 } |
| OLD | NEW |