| Index: gpu/command_buffer/common/BUILD.gn
|
| diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn
|
| index 8c4df70103f9cfc5574f544744a867de95c7b37a..3f9e1473bece51d623a02fe67519d6eba94051e6 100644
|
| --- a/gpu/command_buffer/common/BUILD.gn
|
| +++ b/gpu/command_buffer/common/BUILD.gn
|
| @@ -23,6 +23,8 @@ source_set("common_sources") {
|
| visibility = [ "//gpu/*" ]
|
|
|
| sources = [
|
| + "activity_flags.cc",
|
| + "activity_flags.h",
|
| "bitfield_helpers.h",
|
| "buffer.cc",
|
| "buffer.h",
|
| @@ -59,6 +61,7 @@ source_set("common_sources") {
|
| configs += [ "//gpu:gpu_implementation" ]
|
|
|
| public_deps = [
|
| + "//mojo/public/cpp/system",
|
| "//ui/gfx:memory_buffer",
|
| "//ui/gfx/geometry",
|
| ]
|
|
|