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

Unified Diff: gpu/command_buffer/common/DEPS

Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: Fix dependency issues. 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/command_buffer/common/DEPS
diff --git a/gpu/command_buffer/common/DEPS b/gpu/command_buffer/common/DEPS
index d6a7931597093d580f62853f902ef5280c4ee65a..5945e36c80bdbc09cd7975bbf6a8fc56a53b73f0 100644
--- a/gpu/command_buffer/common/DEPS
+++ b/gpu/command_buffer/common/DEPS
@@ -2,4 +2,7 @@ specific_include_rules = {
"unittest_main\.cc": [
"+mojo/edk/embedder/embedder.h",
],
+ "activity_flags.h": [
+ "+mojo/public/cpp/system/buffer.h",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698