| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "frame_replication_state.h", | 127 "frame_replication_state.h", |
| 128 "generic_shared_memory_id_generator.cc", | 128 "generic_shared_memory_id_generator.cc", |
| 129 "generic_shared_memory_id_generator.h", | 129 "generic_shared_memory_id_generator.h", |
| 130 "gin_java_bridge_messages.h", | 130 "gin_java_bridge_messages.h", |
| 131 "gpu_host_messages.h", | 131 "gpu_host_messages.h", |
| 132 "host_shared_bitmap_manager.cc", | 132 "host_shared_bitmap_manager.cc", |
| 133 "host_shared_bitmap_manager.h", | 133 "host_shared_bitmap_manager.h", |
| 134 "in_process_child_thread_params.cc", | 134 "in_process_child_thread_params.cc", |
| 135 "in_process_child_thread_params.h", | 135 "in_process_child_thread_params.h", |
| 136 "indexed_db/indexed_db_constants.h", | 136 "indexed_db/indexed_db_constants.h", |
| 137 "indexed_db/indexed_db_enum_traits.cc", | |
| 138 "indexed_db/indexed_db_enum_traits.h", | |
| 139 "indexed_db/indexed_db_key.cc", | 137 "indexed_db/indexed_db_key.cc", |
| 140 "indexed_db/indexed_db_key.h", | 138 "indexed_db/indexed_db_key.h", |
| 141 "indexed_db/indexed_db_key_path.cc", | 139 "indexed_db/indexed_db_key_path.cc", |
| 142 "indexed_db/indexed_db_key_path.h", | 140 "indexed_db/indexed_db_key_path.h", |
| 143 "indexed_db/indexed_db_key_range.cc", | 141 "indexed_db/indexed_db_key_range.cc", |
| 144 "indexed_db/indexed_db_key_range.h", | 142 "indexed_db/indexed_db_key_range.h", |
| 145 "indexed_db/indexed_db_metadata.cc", | 143 "indexed_db/indexed_db_metadata.cc", |
| 146 "indexed_db/indexed_db_metadata.h", | 144 "indexed_db/indexed_db_metadata.h", |
| 147 "indexed_db/indexed_db_struct_traits.cc", | 145 "indexed_db/indexed_db_struct_traits.cc", |
| 148 "indexed_db/indexed_db_struct_traits.h", | 146 "indexed_db/indexed_db_struct_traits.h", |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "//ui/gfx/geometry/mojo", | 598 "//ui/gfx/geometry/mojo", |
| 601 "//ui/gfx/mojo", | 599 "//ui/gfx/mojo", |
| 602 "//url/mojo:url_mojom_gurl", | 600 "//url/mojo:url_mojom_gurl", |
| 603 "//url/mojo:url_mojom_origin", | 601 "//url/mojo:url_mojom_origin", |
| 604 ] | 602 ] |
| 605 | 603 |
| 606 export_class_attribute = "CONTENT_EXPORT" | 604 export_class_attribute = "CONTENT_EXPORT" |
| 607 export_define = "CONTENT_IMPLEMENTATION=1" | 605 export_define = "CONTENT_IMPLEMENTATION=1" |
| 608 export_header = "content/common/content_export.h" | 606 export_header = "content/common/content_export.h" |
| 609 } | 607 } |
| OLD | NEW |