summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-21 20:38:51 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-21 20:38:51 +0000
commit540266762787503b9fd166c1a5db6be00c2a0e1d (patch)
tree1ae6df80cdc9d0027a92203ab6994938a918982b
parent8a518cce41a0aae643b2e261974c67789d885f6a (diff)
downloadchromium_src-540266762787503b9fd166c1a5db6be00c2a0e1d.zip
chromium_src-540266762787503b9fd166c1a5db6be00c2a0e1d.tar.gz
chromium_src-540266762787503b9fd166c1a5db6be00c2a0e1d.tar.bz2
gn: Remove obsolete comment about gyp command.
BUG=None TEST=None R=scottmg@chromium.org Review URL: https://codereview.chromium.org/296153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271968 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/gn/command_gen.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gn/command_gen.cc b/tools/gn/command_gen.cc
index b8e5e0f..086789d 100644
--- a/tools/gn/command_gen.cc
+++ b/tools/gn/command_gen.cc
@@ -89,7 +89,6 @@ const char kGen_Help[] =
"\n"
" See \"gn help\" for the common command-line switches.\n";
-// Note: partially duplicated in command_gyp.cc.
int RunGen(const std::vector<std::string>& args) {
base::ElapsedTimer timer;