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

Unified Diff: tools/gn/BUILD.gn

Issue 909103003: gn: Add 'clean' command. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do the logic with StringSplit Created 5 years, 10 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/command_clean.cc » ('j') | tools/gn/command_clean.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index a61e456e3645ea1969665b3aca1ce50f62574765..e0de60e1194ea0c0274cde6141cca861c9738e6a 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -26,9 +26,10 @@ static_library("gn_lib") {
"c_include_iterator.h",
"command_args.cc",
"command_check.cc",
+ "command_clean.cc",
"command_desc.cc",
- "command_gen.cc",
"command_format.cc",
+ "command_gen.cc",
"command_help.cc",
"command_ls.cc",
"command_refs.cc",
« no previous file with comments | « no previous file | tools/gn/command_clean.cc » ('j') | tools/gn/command_clean.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698