Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: content/common/BUILD.gn

Issue 2522843002: Convert Gamepad IPC messages into mojo interface. (Closed)
Patch Set: code rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 128 "gamepad_hardware_buffer.h",
129 "gamepad_messages.h",
130 "gamepad_param_traits.cc",
131 "gamepad_param_traits.h",
132 "generic_shared_memory_id_generator.cc", 129 "generic_shared_memory_id_generator.cc",
133 "generic_shared_memory_id_generator.h", 130 "generic_shared_memory_id_generator.h",
134 "gin_java_bridge_messages.h", 131 "gin_java_bridge_messages.h",
135 "gpu/client/command_buffer_metrics.cc", 132 "gpu/client/command_buffer_metrics.cc",
136 "gpu/client/command_buffer_metrics.h", 133 "gpu/client/command_buffer_metrics.h",
137 "gpu/client/context_provider_command_buffer.cc", 134 "gpu/client/context_provider_command_buffer.cc",
138 "gpu/client/context_provider_command_buffer.h", 135 "gpu/client/context_provider_command_buffer.h",
139 "gpu_host_messages.h", 136 "gpu_host_messages.h",
140 "host_shared_bitmap_manager.cc", 137 "host_shared_bitmap_manager.cc",
141 "host_shared_bitmap_manager.h", 138 "host_shared_bitmap_manager.h",
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "//ui/gfx/geometry/mojo", 610 "//ui/gfx/geometry/mojo",
614 "//ui/gfx/mojo", 611 "//ui/gfx/mojo",
615 "//url/mojo:url_mojom_gurl", 612 "//url/mojo:url_mojom_gurl",
616 "//url/mojo:url_mojom_origin", 613 "//url/mojo:url_mojom_origin",
617 ] 614 ]
618 615
619 export_class_attribute = "CONTENT_EXPORT" 616 export_class_attribute = "CONTENT_EXPORT"
620 export_define = "CONTENT_IMPLEMENTATION=1" 617 export_define = "CONTENT_IMPLEMENTATION=1"
621 export_header = "content/common/content_export.h" 618 export_header = "content/common/content_export.h"
622 } 619 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698