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

Unified Diff: skia/BUILD.gn

Issue 2843823003: Update skia BUILD.gn to add include for vulkan headers (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index fb3d1dd8df2cb5fc802fd53ee8d95de8e4dbd3de..853e365e9a95c9dd051bf57bdb6a29f0b5ec7109 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -39,6 +39,7 @@ config("skia_config") {
"//third_party/skia/include/pipe",
"//third_party/skia/include/ports",
"//third_party/skia/include/utils",
+ "//third_party/skia/third_party/vulkan",
]
defines = skia_for_chromium_defines
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698