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

Side by Side Diff: gpu/command_buffer/service/BUILD.gn

Issue 1278333003: Fix crash caused by concurrent access to framebuffer_combo_complete_map_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 4 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 group("service") { 8 group("service") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "context_group.cc", 52 "context_group.cc",
53 "context_group.h", 53 "context_group.h",
54 "context_state.cc", 54 "context_state.cc",
55 "context_state.h", 55 "context_state.h",
56 "context_state_autogen.h", 56 "context_state_autogen.h",
57 "context_state_impl_autogen.h", 57 "context_state_impl_autogen.h",
58 "error_state.cc", 58 "error_state.cc",
59 "error_state.h", 59 "error_state.h",
60 "feature_info.cc", 60 "feature_info.cc",
61 "feature_info.h", 61 "feature_info.h",
62 "framebuffer_completeness_cache.cc",
63 "framebuffer_completeness_cache.h",
62 "framebuffer_manager.cc", 64 "framebuffer_manager.cc",
63 "framebuffer_manager.h", 65 "framebuffer_manager.h",
64 "gl_context_virtual.cc", 66 "gl_context_virtual.cc",
65 "gl_context_virtual.h", 67 "gl_context_virtual.h",
66 "gl_state_restorer_impl.cc", 68 "gl_state_restorer_impl.cc",
67 "gl_state_restorer_impl.h", 69 "gl_state_restorer_impl.h",
68 "gl_utils.h", 70 "gl_utils.h",
69 "gles2_cmd_clear_framebuffer.cc", 71 "gles2_cmd_clear_framebuffer.cc",
70 "gles2_cmd_clear_framebuffer.h", 72 "gles2_cmd_clear_framebuffer.h",
71 "gles2_cmd_copy_texture_chromium.cc", 73 "gles2_cmd_copy_texture_chromium.cc",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 configs -= [ "//build/config/compiler:optimize" ] 187 configs -= [ "//build/config/compiler:optimize" ]
186 configs += [ "//build/config/compiler:optimize_max" ] 188 configs += [ "//build/config/compiler:optimize_max" ]
187 } 189 }
188 } 190 }
189 191
190 proto_library("disk_cache_proto") { 192 proto_library("disk_cache_proto") {
191 sources = [ 193 sources = [
192 "disk_cache_proto.proto", 194 "disk_cache_proto.proto",
193 ] 195 ]
194 } 196 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698