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

Unified Diff: extensions/browser/guest_view/web_view/BUILD.gn

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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 | « extensions/browser/guest_view/extension_view/BUILD.gn ('k') | extensions/browser/info_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/BUILD.gn
diff --git a/extensions/browser/guest_view/web_view/BUILD.gn b/extensions/browser/guest_view/web_view/BUILD.gn
index c0da6a4462a44956268df42e5ce116aa538f807b..b351295efbf4b574f9c0adae6ec7875302b3e43c 100644
--- a/extensions/browser/guest_view/web_view/BUILD.gn
+++ b/extensions/browser/guest_view/web_view/BUILD.gn
@@ -31,4 +31,6 @@ source_set("web_view") {
"//extensions/strings",
"//ppapi/features",
]
+
+ include_dirs = [ "//third_party/flatbuffers/src/include/" ]
}
« no previous file with comments | « extensions/browser/guest_view/extension_view/BUILD.gn ('k') | extensions/browser/info_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698