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

Unified Diff: tools/gn/ninja_target_writer.cc

Issue 1130183007: Add runtime dependency extraction for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make msvc happy Created 5 years, 7 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 | « tools/gn/gn.gyp ('k') | tools/gn/runtime_deps.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/ninja_target_writer.cc
diff --git a/tools/gn/ninja_target_writer.cc b/tools/gn/ninja_target_writer.cc
index 0434ed627e8c060ae012454b805e25f37e971b73..78a2c8f6e282c88f4ce0dd6f446be52a3e8d5a27 100644
--- a/tools/gn/ninja_target_writer.cc
+++ b/tools/gn/ninja_target_writer.cc
@@ -4,7 +4,6 @@
#include "tools/gn/ninja_target_writer.h"
-#include <fstream>
#include <sstream>
#include "base/files/file_util.h"
« no previous file with comments | « tools/gn/gn.gyp ('k') | tools/gn/runtime_deps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698