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

Unified Diff: sdk/lib/html/scripts/fremontcutbuilder.py

Issue 11312077: Reapply Keycode enumeration from 14504. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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: sdk/lib/html/scripts/fremontcutbuilder.py
===================================================================
--- sdk/lib/html/scripts/fremontcutbuilder.py (revision 14505)
+++ sdk/lib/html/scripts/fremontcutbuilder.py (working copy)
@@ -185,7 +185,7 @@
idl_files = []
- webcore_dir = os.path.join(current_dir, '..', '..', '..',
+ webcore_dir = os.path.join(current_dir, '..', '..', '..', '..',
'third_party', 'WebCore')
if not os.path.exists(webcore_dir):
raise RuntimeError('directory not found: %s' % webcore_dir)

Powered by Google App Engine
This is Rietveld 408576698