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

Unified Diff: tools/js2c.py

Issue 14404012: Change deprecated comments that still talk about SCons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Jakob Kummerow. Created 7 years, 8 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/check-static-initializers.sh ('k') | tools/test-server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/js2c.py
diff --git a/tools/js2c.py b/tools/js2c.py
index d06cbe47a951127db4e64c04e64b56ce2fc3372b..9492b0030c0dbf56f91f78208230e3aa89db300e 100644
--- a/tools/js2c.py
+++ b/tools/js2c.py
@@ -214,9 +214,9 @@ def ReadMacros(lines):
HEADER_TEMPLATE = """\
// Copyright 2011 Google Inc. All Rights Reserved.
-// This file was generated from .js source files by SCons. If you
+// This file was generated from .js source files by GYP. If you
// want to make changes to this file you should either change the
-// javascript source files or the SConstruct script.
+// javascript source files or the GYP script.
#include "v8.h"
#include "natives.h"
« no previous file with comments | « tools/check-static-initializers.sh ('k') | tools/test-server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698