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

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

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: fix compile Created 3 years, 8 months 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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "frame_message_enums.h", 144 "frame_message_enums.h",
145 "frame_messages.h", 145 "frame_messages.h",
146 "frame_owner_properties.cc", 146 "frame_owner_properties.cc",
147 "frame_owner_properties.h", 147 "frame_owner_properties.h",
148 "frame_replication_state.cc", 148 "frame_replication_state.cc",
149 "frame_replication_state.h", 149 "frame_replication_state.h",
150 "generic_shared_memory_id_generator.cc", 150 "generic_shared_memory_id_generator.cc",
151 "generic_shared_memory_id_generator.h", 151 "generic_shared_memory_id_generator.h",
152 "gin_java_bridge_messages.h", 152 "gin_java_bridge_messages.h",
153 "gpu_host_messages.h", 153 "gpu_host_messages.h",
154 "host_shared_bitmap_manager.cc",
155 "host_shared_bitmap_manager.h",
156 "in_process_child_thread_params.cc", 154 "in_process_child_thread_params.cc",
157 "in_process_child_thread_params.h", 155 "in_process_child_thread_params.h",
158 "indexed_db/indexed_db_constants.h", 156 "indexed_db/indexed_db_constants.h",
159 "indexed_db/indexed_db_key.cc", 157 "indexed_db/indexed_db_key.cc",
160 "indexed_db/indexed_db_key.h", 158 "indexed_db/indexed_db_key.h",
161 "indexed_db/indexed_db_key_path.cc", 159 "indexed_db/indexed_db_key_path.cc",
162 "indexed_db/indexed_db_key_path.h", 160 "indexed_db/indexed_db_key_path.h",
163 "indexed_db/indexed_db_key_range.cc", 161 "indexed_db/indexed_db_key_range.cc",
164 "indexed_db/indexed_db_key_range.h", 162 "indexed_db/indexed_db_key_range.h",
165 "indexed_db/indexed_db_metadata.cc", 163 "indexed_db/indexed_db_metadata.cc",
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 "//url/mojo:url_mojom_origin", 639 "//url/mojo:url_mojom_origin",
642 ] 640 ]
643 641
644 overridden_deps = [ "//ipc:mojom" ] 642 overridden_deps = [ "//ipc:mojom" ]
645 component_deps = [ "//ipc" ] 643 component_deps = [ "//ipc" ]
646 644
647 export_class_attribute = "CONTENT_EXPORT" 645 export_class_attribute = "CONTENT_EXPORT"
648 export_define = "CONTENT_IMPLEMENTATION=1" 646 export_define = "CONTENT_IMPLEMENTATION=1"
649 export_header = "content/common/content_export.h" 647 export_header = "content/common/content_export.h"
650 } 648 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698