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

Unified Diff: gpu/command_buffer/common/BUILD.gn

Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: Remove singleton and clean up init 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698