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

Unified Diff: tools/gn/json_project_writer.h

Issue 2152413002: GN: don't write separate files for non-binary targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 5 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/eclipse_writer.cc ('k') | tools/gn/json_project_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/json_project_writer.h
diff --git a/tools/gn/json_project_writer.h b/tools/gn/json_project_writer.h
index e69dc3ac94fdc564ee508ee3243f16d4b359b027..8c293bfd93d9cb5a58f2947f89f50a77e0ee46f1 100644
--- a/tools/gn/json_project_writer.h
+++ b/tools/gn/json_project_writer.h
@@ -14,7 +14,7 @@ class BuildSettings;
class JSONProjectWriter {
public:
static bool RunAndWriteFiles(const BuildSettings* build_setting,
- const Builder* builder,
+ const Builder& builder,
const std::string& file_name,
const std::string& exec_script,
const std::string& exec_script_extra_args,
« no previous file with comments | « tools/gn/eclipse_writer.cc ('k') | tools/gn/json_project_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698