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

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

Issue 2963813002: gpu: Use a local int to generate the gmb id. (Closed)
Patch Set: Created 3 years, 5 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "font_list_android.cc", 140 "font_list_android.cc",
141 "font_list_fontconfig.cc", 141 "font_list_fontconfig.cc",
142 "font_list_mac.mm", 142 "font_list_mac.mm",
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",
151 "generic_shared_memory_id_generator.h",
152 "gin_java_bridge_messages.h", 150 "gin_java_bridge_messages.h",
153 "in_process_child_thread_params.cc", 151 "in_process_child_thread_params.cc",
154 "in_process_child_thread_params.h", 152 "in_process_child_thread_params.h",
155 "indexed_db/indexed_db_constants.h", 153 "indexed_db/indexed_db_constants.h",
156 "indexed_db/indexed_db_key.cc", 154 "indexed_db/indexed_db_key.cc",
157 "indexed_db/indexed_db_key.h", 155 "indexed_db/indexed_db_key.h",
158 "indexed_db/indexed_db_key_path.cc", 156 "indexed_db/indexed_db_key_path.cc",
159 "indexed_db/indexed_db_key_path.h", 157 "indexed_db/indexed_db_key_path.h",
160 "indexed_db/indexed_db_key_range.cc", 158 "indexed_db/indexed_db_key_range.cc",
161 "indexed_db/indexed_db_key_range.h", 159 "indexed_db/indexed_db_key_range.h",
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 "//ui/gfx/mojo", 653 "//ui/gfx/mojo",
656 "//url/mojo:url_mojom_gurl", 654 "//url/mojo:url_mojom_gurl",
657 "//url/mojo:url_mojom_origin", 655 "//url/mojo:url_mojom_origin",
658 ] 656 ]
659 657
660 component_output_prefix = "content_common_mojo_bindings" 658 component_output_prefix = "content_common_mojo_bindings"
661 export_class_attribute = "CONTENT_EXPORT" 659 export_class_attribute = "CONTENT_EXPORT"
662 export_define = "CONTENT_IMPLEMENTATION=1" 660 export_define = "CONTENT_IMPLEMENTATION=1"
663 export_header = "content/common/content_export.h" 661 export_header = "content/common/content_export.h"
664 } 662 }
OLDNEW
« no previous file with comments | « content/browser/gpu/browser_gpu_memory_buffer_manager.cc ('k') | content/common/generic_shared_memory_id_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698