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

Unified Diff: tools/gn/ninja_toolchain_writer.h

Issue 1494883002: GN: Makes GN output deterministic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaked some comments for clarity Created 5 years 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/ninja_toolchain_writer.h
diff --git a/tools/gn/ninja_toolchain_writer.h b/tools/gn/ninja_toolchain_writer.h
index 50cb7ef60db5f1e6951eceacb0e05c209c776ce6..00a6bf1914954e9cbff88f8c2c6566c692a8c75c 100644
--- a/tools/gn/ninja_toolchain_writer.h
+++ b/tools/gn/ninja_toolchain_writer.h
@@ -26,7 +26,7 @@ class NinjaToolchainWriter {
// associated with the toolchain.
static bool RunAndWriteFile(const Settings* settings,
const Toolchain* toolchain,
- const std::vector<const Target*>& targets);
+ std::vector<const Target*>& targets);
private:
FRIEND_TEST_ALL_PREFIXES(NinjaToolchainWriter, WriteToolRule);

Powered by Google App Engine
This is Rietveld 408576698