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

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: Updated patch set 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
Index: tools/gn/item.cc
diff --git a/tools/gn/item.cc b/tools/gn/item.cc
index 7dfd4ad8eaf97ff6bf59455a9e910d25cb16a606..b3d4862d0a11e4f488671780b1a71eb779029a93 100644
--- a/tools/gn/item.cc
+++ b/tools/gn/item.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "tools/gn/item.h"
-
#include "base/logging.h"
+#include "tools/gn/item.h"
brettw 2014/11/05 19:59:49 This should be first with a blank line after it si
zeuthen 2014/11/07 19:24:12 Done.
+#include "tools/gn/settings.h"
Item::Item(const Settings* settings, const Label& label)
: settings_(settings),

Powered by Google App Engine
This is Rietveld 408576698