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

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

Issue 11362065: Add KeyCode enumeration in Dart. (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
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/html/scripts/fremontcutbuilder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/scripts/dartdomgenerator.py
===================================================================
--- sdk/lib/html/scripts/dartdomgenerator.py (revision 14502)
+++ sdk/lib/html/scripts/dartdomgenerator.py (working copy)
@@ -134,7 +134,8 @@
def GenerateSingleFile(library_path, output_dir):
library_dir = os.path.dirname(library_path)
library_filename = os.path.basename(library_path)
- copy_dart_script = os.path.relpath('../../../tools/copy_dart.py', library_dir)
+ copy_dart_script = os.path.relpath('../../../../tools/copy_dart.py',
+ library_dir)
output_dir = os.path.relpath(output_dir, library_dir)
command = ' '.join(['cd', library_dir, ';',
copy_dart_script, output_dir, library_filename])
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/html/scripts/fremontcutbuilder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698