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

Unified Diff: extensions/browser/app_window/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/api/web_request/web_request_api.cc ('k') | extensions/browser/extension_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/BUILD.gn
diff --git a/extensions/browser/app_window/BUILD.gn b/extensions/browser/app_window/BUILD.gn
index d903645c23152588ad03ebb755b09cb2987979e0..c6ce4f89558629f60a92e0db753f7b1748e07f47 100644
--- a/extensions/browser/app_window/BUILD.gn
+++ b/extensions/browser/app_window/BUILD.gn
@@ -32,4 +32,9 @@ source_set("app_window") {
"//extensions:extensions_browser_resources",
"//extensions/strings",
]
+
+ # This is because app_window depends on extensions/browser w/o declaring a
+ # dependency. See gn check out/Default extensions/browser/app_window will
+ # fail.
+ include_dirs = [ "//third_party/flatbuffers/src/include/" ]
}
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.cc ('k') | extensions/browser/extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698