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

Unified Diff: tools/gn/item.cc

Issue 630223002: gn: Support build directories outside the source tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch that compiles and passes unit tests on both Windows and Linux Created 6 years, 1 month 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 | « tools/gn/functions.cc ('k') | tools/gn/ninja_action_target_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/item.cc
diff --git a/tools/gn/item.cc b/tools/gn/item.cc
index 7dfd4ad8eaf97ff6bf59455a9e910d25cb16a606..a1118e8285fdb4a61efae2e45cd465166332a202 100644
--- a/tools/gn/item.cc
+++ b/tools/gn/item.cc
@@ -5,6 +5,7 @@
#include "tools/gn/item.h"
#include "base/logging.h"
+#include "tools/gn/settings.h"
Item::Item(const Settings* settings, const Label& label)
: settings_(settings),
« no previous file with comments | « tools/gn/functions.cc ('k') | tools/gn/ninja_action_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698