| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "font_list_android.cc", | 140 "font_list_android.cc", |
| 141 "font_list_fontconfig.cc", | 141 "font_list_fontconfig.cc", |
| 142 "font_list_mac.mm", | 142 "font_list_mac.mm", |
| 143 "font_list_win.cc", | 143 "font_list_win.cc", |
| 144 "frame_message_enums.h", | 144 "frame_message_enums.h", |
| 145 "frame_messages.h", | 145 "frame_messages.h", |
| 146 "frame_owner_properties.cc", | 146 "frame_owner_properties.cc", |
| 147 "frame_owner_properties.h", | 147 "frame_owner_properties.h", |
| 148 "frame_replication_state.cc", | 148 "frame_replication_state.cc", |
| 149 "frame_replication_state.h", | 149 "frame_replication_state.h", |
| 150 "generic_shared_memory_id_generator.cc", | |
| 151 "generic_shared_memory_id_generator.h", | |
| 152 "gin_java_bridge_messages.h", | 150 "gin_java_bridge_messages.h", |
| 153 "in_process_child_thread_params.cc", | 151 "in_process_child_thread_params.cc", |
| 154 "in_process_child_thread_params.h", | 152 "in_process_child_thread_params.h", |
| 155 "indexed_db/indexed_db_constants.h", | 153 "indexed_db/indexed_db_constants.h", |
| 156 "indexed_db/indexed_db_key.cc", | 154 "indexed_db/indexed_db_key.cc", |
| 157 "indexed_db/indexed_db_key.h", | 155 "indexed_db/indexed_db_key.h", |
| 158 "indexed_db/indexed_db_key_path.cc", | 156 "indexed_db/indexed_db_key_path.cc", |
| 159 "indexed_db/indexed_db_key_path.h", | 157 "indexed_db/indexed_db_key_path.h", |
| 160 "indexed_db/indexed_db_key_range.cc", | 158 "indexed_db/indexed_db_key_range.cc", |
| 161 "indexed_db/indexed_db_key_range.h", | 159 "indexed_db/indexed_db_key_range.h", |
| (...skipping 493 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 |