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

Unified Diff: tools/gn/ninja_binary_target_writer.h

Issue 2071573003: GN: Use implicit dependency for binary input deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tests Created 4 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 | « no previous file | tools/gn/ninja_binary_target_writer.cc » ('j') | tools/gn/ninja_binary_target_writer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/ninja_binary_target_writer.h
diff --git a/tools/gn/ninja_binary_target_writer.h b/tools/gn/ninja_binary_target_writer.h
index 1876486ff1f9ab38ec58300835b87dcfeb091ce2..17db3841906e0c8dd0aa077c4321f1a4ea2cfc22 100644
--- a/tools/gn/ninja_binary_target_writer.h
+++ b/tools/gn/ninja_binary_target_writer.h
@@ -91,7 +91,6 @@ class NinjaBinaryTargetWriter : public NinjaTargetWriter {
// Writes a build line.
void WriteCompilerBuildLine(const SourceFile& source,
const std::vector<OutputFile>& extra_deps,
- const OutputFile& order_only_dep,
Toolchain::ToolType tool_type,
const std::vector<OutputFile>& outputs);
« no previous file with comments | « no previous file | tools/gn/ninja_binary_target_writer.cc » ('j') | tools/gn/ninja_binary_target_writer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698