| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 if (is_mac) { | 10 if (is_mac) { |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "gpu/client/command_buffer_metrics.cc", | 131 "gpu/client/command_buffer_metrics.cc", |
| 132 "gpu/client/command_buffer_metrics.h", | 132 "gpu/client/command_buffer_metrics.h", |
| 133 "gpu/client/context_provider_command_buffer.cc", | 133 "gpu/client/context_provider_command_buffer.cc", |
| 134 "gpu/client/context_provider_command_buffer.h", | 134 "gpu/client/context_provider_command_buffer.h", |
| 135 "gpu_host_messages.h", | 135 "gpu_host_messages.h", |
| 136 "host_shared_bitmap_manager.cc", | 136 "host_shared_bitmap_manager.cc", |
| 137 "host_shared_bitmap_manager.h", | 137 "host_shared_bitmap_manager.h", |
| 138 "in_process_child_thread_params.cc", | 138 "in_process_child_thread_params.cc", |
| 139 "in_process_child_thread_params.h", | 139 "in_process_child_thread_params.h", |
| 140 "indexed_db/indexed_db_constants.h", | 140 "indexed_db/indexed_db_constants.h", |
| 141 "indexed_db/indexed_db_enum_traits.cc", |
| 142 "indexed_db/indexed_db_enum_traits.h", |
| 141 "indexed_db/indexed_db_key.cc", | 143 "indexed_db/indexed_db_key.cc", |
| 142 "indexed_db/indexed_db_key.h", | 144 "indexed_db/indexed_db_key.h", |
| 143 "indexed_db/indexed_db_key_path.cc", | 145 "indexed_db/indexed_db_key_path.cc", |
| 144 "indexed_db/indexed_db_key_path.h", | 146 "indexed_db/indexed_db_key_path.h", |
| 145 "indexed_db/indexed_db_key_range.cc", | 147 "indexed_db/indexed_db_key_range.cc", |
| 146 "indexed_db/indexed_db_key_range.h", | 148 "indexed_db/indexed_db_key_range.h", |
| 147 "indexed_db/indexed_db_messages.h", | 149 "indexed_db/indexed_db_messages.h", |
| 148 "indexed_db/indexed_db_metadata.cc", | 150 "indexed_db/indexed_db_metadata.cc", |
| 149 "indexed_db/indexed_db_metadata.h", | 151 "indexed_db/indexed_db_metadata.h", |
| 150 "indexed_db/indexed_db_param_traits.cc", | 152 "indexed_db/indexed_db_param_traits.cc", |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 "//ui/gfx/geometry/mojo", | 606 "//ui/gfx/geometry/mojo", |
| 605 "//ui/gfx/mojo", | 607 "//ui/gfx/mojo", |
| 606 "//url/mojo:url_mojom_gurl", | 608 "//url/mojo:url_mojom_gurl", |
| 607 "//url/mojo:url_mojom_origin", | 609 "//url/mojo:url_mojom_origin", |
| 608 ] | 610 ] |
| 609 | 611 |
| 610 export_class_attribute = "CONTENT_EXPORT" | 612 export_class_attribute = "CONTENT_EXPORT" |
| 611 export_define = "CONTENT_IMPLEMENTATION=1" | 613 export_define = "CONTENT_IMPLEMENTATION=1" |
| 612 export_header = "content/common/content_export.h" | 614 export_header = "content/common/content_export.h" |
| 613 } | 615 } |
| OLD | NEW |