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

Unified Diff: tools/gypv8sh.py

Issue 292313004: Port aria_util_test.js to run as a WebUI test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clarify WebUIBrowserTest change Created 6 years, 7 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
Index: tools/gypv8sh.py
diff --git a/tools/gypv8sh.py b/tools/gypv8sh.py
index 918368cbbfc991799f27e9be25c43b92888db4f2..eafc72661a5422f5d03b7f3f439052e963d095c1 100755
--- a/tools/gypv8sh.py
+++ b/tools/gypv8sh.py
@@ -45,6 +45,8 @@ def main ():
shutil.copyfile(inputfile, jsoutfile)
except Exception, ex:
if os.path.exists(cxxoutfile):
+ # The contents of the output file will include the error message.
+ print open(cxxoutfile).read()
os.remove(cxxoutfile)
if os.path.exists(jsoutfile):
os.remove(jsoutfile)
« chrome/test/base/web_ui_browsertest.h ('K') | « chrome/test/base/web_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698