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

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

Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: 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
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index 9ccc11a0ee65ef7b76b92d457348e271bbe29345..69e249d03eb69c7bb46d5d9be862e60cb4b605b7 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -65,6 +65,8 @@ source_set("ipc_common_sources") {
visibility = [ "//gpu/*" ]
sources = [
+ "activity_flags.cc",
+ "activity_flags.h",
"gpu_memory_buffer_support.cc",
"gpu_memory_buffer_support.h",
"gpu_message_generator.cc",

Powered by Google App Engine
This is Rietveld 408576698