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

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

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "font_list_win.cc", 143 "font_list_win.cc",
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 "host_shared_bitmap_manager.cc",
154 "host_shared_bitmap_manager.h",
155 "in_process_child_thread_params.cc", 153 "in_process_child_thread_params.cc",
156 "in_process_child_thread_params.h", 154 "in_process_child_thread_params.h",
157 "indexed_db/indexed_db_constants.h", 155 "indexed_db/indexed_db_constants.h",
158 "indexed_db/indexed_db_key.cc", 156 "indexed_db/indexed_db_key.cc",
159 "indexed_db/indexed_db_key.h", 157 "indexed_db/indexed_db_key.h",
160 "indexed_db/indexed_db_key_path.cc", 158 "indexed_db/indexed_db_key_path.cc",
161 "indexed_db/indexed_db_key_path.h", 159 "indexed_db/indexed_db_key_path.h",
162 "indexed_db/indexed_db_key_range.cc", 160 "indexed_db/indexed_db_key_range.cc",
163 "indexed_db/indexed_db_key_range.h", 161 "indexed_db/indexed_db_key_range.h",
164 "indexed_db/indexed_db_metadata.cc", 162 "indexed_db/indexed_db_metadata.cc",
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "//url/mojo:url_mojom_origin", 638 "//url/mojo:url_mojom_origin",
641 ] 639 ]
642 640
643 overridden_deps = [ "//ipc:mojom" ] 641 overridden_deps = [ "//ipc:mojom" ]
644 component_deps = [ "//ipc" ] 642 component_deps = [ "//ipc" ]
645 643
646 export_class_attribute = "CONTENT_EXPORT" 644 export_class_attribute = "CONTENT_EXPORT"
647 export_define = "CONTENT_IMPLEMENTATION=1" 645 export_define = "CONTENT_IMPLEMENTATION=1"
648 export_header = "content/common/content_export.h" 646 export_header = "content/common/content_export.h"
649 } 647 }
OLDNEW
« no previous file with comments | « content/child/child_shared_bitmap_manager.cc ('k') | content/common/host_shared_bitmap_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698