| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "font_list_fontconfig.cc", | 118 "font_list_fontconfig.cc", |
| 119 "font_list_mac.mm", | 119 "font_list_mac.mm", |
| 120 "font_list_win.cc", | 120 "font_list_win.cc", |
| 121 "frame_message_enums.h", | 121 "frame_message_enums.h", |
| 122 "frame_messages.h", | 122 "frame_messages.h", |
| 123 "frame_owner_properties.cc", | 123 "frame_owner_properties.cc", |
| 124 "frame_owner_properties.h", | 124 "frame_owner_properties.h", |
| 125 "frame_replication_state.cc", | 125 "frame_replication_state.cc", |
| 126 "frame_replication_state.h", | 126 "frame_replication_state.h", |
| 127 "gamepad_hardware_buffer.h", | 127 "gamepad_hardware_buffer.h", |
| 128 "gamepad_messages.h", | |
| 129 "gamepad_param_traits.cc", | |
| 130 "gamepad_param_traits.h", | |
| 131 "generic_shared_memory_id_generator.cc", | 128 "generic_shared_memory_id_generator.cc", |
| 132 "generic_shared_memory_id_generator.h", | 129 "generic_shared_memory_id_generator.h", |
| 133 "gin_java_bridge_messages.h", | 130 "gin_java_bridge_messages.h", |
| 134 "gpu/client/command_buffer_metrics.cc", | 131 "gpu/client/command_buffer_metrics.cc", |
| 135 "gpu/client/command_buffer_metrics.h", | 132 "gpu/client/command_buffer_metrics.h", |
| 136 "gpu/client/context_provider_command_buffer.cc", | 133 "gpu/client/context_provider_command_buffer.cc", |
| 137 "gpu/client/context_provider_command_buffer.h", | 134 "gpu/client/context_provider_command_buffer.h", |
| 138 "gpu_host_messages.h", | 135 "gpu_host_messages.h", |
| 139 "host_shared_bitmap_manager.cc", | 136 "host_shared_bitmap_manager.cc", |
| 140 "host_shared_bitmap_manager.h", | 137 "host_shared_bitmap_manager.h", |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 "//ui/gfx/geometry/mojo", | 605 "//ui/gfx/geometry/mojo", |
| 609 "//ui/gfx/mojo", | 606 "//ui/gfx/mojo", |
| 610 "//url/mojo:url_mojom_gurl", | 607 "//url/mojo:url_mojom_gurl", |
| 611 "//url/mojo:url_mojom_origin", | 608 "//url/mojo:url_mojom_origin", |
| 612 ] | 609 ] |
| 613 | 610 |
| 614 export_class_attribute = "CONTENT_EXPORT" | 611 export_class_attribute = "CONTENT_EXPORT" |
| 615 export_define = "CONTENT_IMPLEMENTATION=1" | 612 export_define = "CONTENT_IMPLEMENTATION=1" |
| 616 export_header = "content/common/content_export.h" | 613 export_header = "content/common/content_export.h" |
| 617 } | 614 } |
| OLD | NEW |