| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "service_worker/service_worker_utils.cc", | 331 "service_worker/service_worker_utils.cc", |
| 332 "service_worker/service_worker_utils.h", | 332 "service_worker/service_worker_utils.h", |
| 333 "site_isolation_policy.cc", | 333 "site_isolation_policy.cc", |
| 334 "site_isolation_policy.h", | 334 "site_isolation_policy.h", |
| 335 "speech_recognition_messages.h", | 335 "speech_recognition_messages.h", |
| 336 "swapped_out_messages.cc", | 336 "swapped_out_messages.cc", |
| 337 "swapped_out_messages.h", | 337 "swapped_out_messages.h", |
| 338 "text_input_client_messages.h", | 338 "text_input_client_messages.h", |
| 339 "text_input_state.cc", | 339 "text_input_state.cc", |
| 340 "text_input_state.h", | 340 "text_input_state.h", |
| 341 "unique_name_helper.cc", |
| 342 "unique_name_helper.h", |
| 341 "url_request_struct_traits.cc", | 343 "url_request_struct_traits.cc", |
| 342 "url_request_struct_traits.h", | 344 "url_request_struct_traits.h", |
| 343 "url_schemes.cc", | 345 "url_schemes.cc", |
| 344 "url_schemes.h", | 346 "url_schemes.h", |
| 345 "user_agent.cc", | 347 "user_agent.cc", |
| 346 "utility_messages.h", | 348 "utility_messages.h", |
| 347 "view_message_enums.h", | 349 "view_message_enums.h", |
| 348 "view_messages.h", | 350 "view_messages.h", |
| 349 "worker_messages.h", | 351 "worker_messages.h", |
| 350 "zygote_commands_linux.h", | 352 "zygote_commands_linux.h", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 "//ui/gfx/mojo", | 645 "//ui/gfx/mojo", |
| 644 "//url/mojo:url_mojom_gurl", | 646 "//url/mojo:url_mojom_gurl", |
| 645 "//url/mojo:url_mojom_origin", | 647 "//url/mojo:url_mojom_origin", |
| 646 ] | 648 ] |
| 647 | 649 |
| 648 component_output_prefix = "content_common_mojo_bindings" | 650 component_output_prefix = "content_common_mojo_bindings" |
| 649 export_class_attribute = "CONTENT_EXPORT" | 651 export_class_attribute = "CONTENT_EXPORT" |
| 650 export_define = "CONTENT_IMPLEMENTATION=1" | 652 export_define = "CONTENT_IMPLEMENTATION=1" |
| 651 export_header = "content/common/content_export.h" | 653 export_header = "content/common/content_export.h" |
| 652 } | 654 } |
| OLD | NEW |