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