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

Unified Diff: extensions/browser/guest_view/app_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/BUILD.gn ('k') | extensions/browser/guest_view/extension_options/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/app_view/BUILD.gn
diff --git a/extensions/browser/guest_view/app_view/BUILD.gn b/extensions/browser/guest_view/app_view/BUILD.gn
index 97d00d603bce47141d3a0195bcab5f83dba5cc11..4bd62011d29832afe9ec7eef7b3287d487ff563c 100644
--- a/extensions/browser/guest_view/app_view/BUILD.gn
+++ b/extensions/browser/guest_view/app_view/BUILD.gn
@@ -17,4 +17,9 @@ source_set("app_view") {
"//extensions/common/api",
"//extensions/strings",
]
+
+ # This is because app_view depends on guest_view and hence extensions/browser
+ # w/o declaring a dependency. See gn check out/Default
+ # extensions/browser/app_view will fail.
+ include_dirs = [ "//third_party/flatbuffers/src/include/" ]
}
« no previous file with comments | « extensions/browser/guest_view/BUILD.gn ('k') | extensions/browser/guest_view/extension_options/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698