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

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

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase Created 3 years, 9 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("//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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "frame_message_enums.h", 131 "frame_message_enums.h",
132 "frame_messages.h", 132 "frame_messages.h",
133 "frame_owner_properties.cc", 133 "frame_owner_properties.cc",
134 "frame_owner_properties.h", 134 "frame_owner_properties.h",
135 "frame_replication_state.cc", 135 "frame_replication_state.cc",
136 "frame_replication_state.h", 136 "frame_replication_state.h",
137 "generic_shared_memory_id_generator.cc", 137 "generic_shared_memory_id_generator.cc",
138 "generic_shared_memory_id_generator.h", 138 "generic_shared_memory_id_generator.h",
139 "gin_java_bridge_messages.h", 139 "gin_java_bridge_messages.h",
140 "gpu_host_messages.h", 140 "gpu_host_messages.h",
141 "host_shared_bitmap_manager.cc",
142 "host_shared_bitmap_manager.h",
143 "in_process_child_thread_params.cc", 141 "in_process_child_thread_params.cc",
144 "in_process_child_thread_params.h", 142 "in_process_child_thread_params.h",
145 "indexed_db/indexed_db_constants.h", 143 "indexed_db/indexed_db_constants.h",
146 "indexed_db/indexed_db_key.cc", 144 "indexed_db/indexed_db_key.cc",
147 "indexed_db/indexed_db_key.h", 145 "indexed_db/indexed_db_key.h",
148 "indexed_db/indexed_db_key_path.cc", 146 "indexed_db/indexed_db_key_path.cc",
149 "indexed_db/indexed_db_key_path.h", 147 "indexed_db/indexed_db_key_path.h",
150 "indexed_db/indexed_db_key_range.cc", 148 "indexed_db/indexed_db_key_range.cc",
151 "indexed_db/indexed_db_key_range.h", 149 "indexed_db/indexed_db_key_range.h",
152 "indexed_db/indexed_db_metadata.cc", 150 "indexed_db/indexed_db_metadata.cc",
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "//url/mojo:url_mojom_origin", 624 "//url/mojo:url_mojom_origin",
627 ] 625 ]
628 626
629 overridden_deps = [ "//ipc:mojom" ] 627 overridden_deps = [ "//ipc:mojom" ]
630 component_deps = [ "//ipc" ] 628 component_deps = [ "//ipc" ]
631 629
632 export_class_attribute = "CONTENT_EXPORT" 630 export_class_attribute = "CONTENT_EXPORT"
633 export_define = "CONTENT_IMPLEMENTATION=1" 631 export_define = "CONTENT_IMPLEMENTATION=1"
634 export_header = "content/common/content_export.h" 632 export_header = "content/common/content_export.h"
635 } 633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698