| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "gpu/client/context_provider_command_buffer.cc", | 134 "gpu/client/context_provider_command_buffer.cc", |
| 135 "gpu/client/context_provider_command_buffer.h", | 135 "gpu/client/context_provider_command_buffer.h", |
| 136 "gpu_host_messages.h", | 136 "gpu_host_messages.h", |
| 137 "host_discardable_shared_memory_manager.cc", | 137 "host_discardable_shared_memory_manager.cc", |
| 138 "host_discardable_shared_memory_manager.h", | 138 "host_discardable_shared_memory_manager.h", |
| 139 "host_shared_bitmap_manager.cc", | 139 "host_shared_bitmap_manager.cc", |
| 140 "host_shared_bitmap_manager.h", | 140 "host_shared_bitmap_manager.h", |
| 141 "in_process_child_thread_params.cc", | 141 "in_process_child_thread_params.cc", |
| 142 "in_process_child_thread_params.h", | 142 "in_process_child_thread_params.h", |
| 143 "indexed_db/indexed_db_constants.h", | 143 "indexed_db/indexed_db_constants.h", |
| 144 "indexed_db/indexed_db_database_error.cc", |
| 145 "indexed_db/indexed_db_database_error.h", |
| 144 "indexed_db/indexed_db_key.cc", | 146 "indexed_db/indexed_db_key.cc", |
| 145 "indexed_db/indexed_db_key.h", | 147 "indexed_db/indexed_db_key.h", |
| 146 "indexed_db/indexed_db_key_path.cc", | 148 "indexed_db/indexed_db_key_path.cc", |
| 147 "indexed_db/indexed_db_key_path.h", | 149 "indexed_db/indexed_db_key_path.h", |
| 148 "indexed_db/indexed_db_key_range.cc", | 150 "indexed_db/indexed_db_key_range.cc", |
| 149 "indexed_db/indexed_db_key_range.h", | 151 "indexed_db/indexed_db_key_range.h", |
| 150 "indexed_db/indexed_db_messages.h", | 152 "indexed_db/indexed_db_messages.h", |
| 151 "indexed_db/indexed_db_param_traits.cc", | 153 "indexed_db/indexed_db_param_traits.cc", |
| 152 "indexed_db/indexed_db_param_traits.h", | 154 "indexed_db/indexed_db_param_traits.h", |
| 153 "input/event_with_latency_info.cc", | 155 "input/event_with_latency_info.cc", |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 "//third_party/WebKit/public:mojo_bindings", | 575 "//third_party/WebKit/public:mojo_bindings", |
| 574 "//ui/gfx/geometry/mojo", | 576 "//ui/gfx/geometry/mojo", |
| 575 "//url/mojo:url_mojom_gurl", | 577 "//url/mojo:url_mojom_gurl", |
| 576 "//url/mojo:url_mojom_origin", | 578 "//url/mojo:url_mojom_origin", |
| 577 ] | 579 ] |
| 578 | 580 |
| 579 export_class_attribute = "CONTENT_EXPORT" | 581 export_class_attribute = "CONTENT_EXPORT" |
| 580 export_define = "CONTENT_IMPLEMENTATION=1" | 582 export_define = "CONTENT_IMPLEMENTATION=1" |
| 581 export_header = "content/common/content_export.h" | 583 export_header = "content/common/content_export.h" |
| 582 } | 584 } |
| OLD | NEW |