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

Unified Diff: gpu/command_buffer/common/DEPS

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/command_buffer/common/BUILD.gn ('k') | gpu/command_buffer/common/activity_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
}
« no previous file with comments | « gpu/command_buffer/common/BUILD.gn ('k') | gpu/command_buffer/common/activity_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698