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

Unified Diff: client/dom/scripts/idlparser.py

Issue 9566021: Use plain gcc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/idlparser.py
diff --git a/client/dom/scripts/idlparser.py b/client/dom/scripts/idlparser.py
index 643285695766ed02b17adbaa2ad1c3d60df63d08..0dc59c691e6a208cd553785d6d158fbe82a1a00e 100755
--- a/client/dom/scripts/idlparser.py
+++ b/client/dom/scripts/idlparser.py
@@ -411,7 +411,7 @@ class IDLParser(object):
includePaths -- an array of path strings.
"""
# FIXME: Handle gcc not found, or any other processing errors
- gcc = '/usr/bin/gcc'
+ gcc = 'gcc'
cmd = [gcc, '-E', '-P', '-C', '-x', 'c++'];
for define in defines:
cmd.append('-D%s' % define)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698