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

Unified Diff: tools/dom/scripts/fremontcutbuilder.py

Issue 11691009: Moved most of html lib generating scripts into tools. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/dom/scripts/emitter_test.py ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/fremontcutbuilder.py
diff --git a/sdk/lib/html/scripts/fremontcutbuilder.py b/tools/dom/scripts/fremontcutbuilder.py
similarity index 97%
rename from sdk/lib/html/scripts/fremontcutbuilder.py
rename to tools/dom/scripts/fremontcutbuilder.py
index 19181a076836c3ece900011b91ba980316f0b6b3..220f5655d5301c8b603054742f68b675c20bcab4 100755
--- a/sdk/lib/html/scripts/fremontcutbuilder.py
+++ b/tools/dom/scripts/fremontcutbuilder.py
@@ -185,8 +185,8 @@ def main(parallel=False):
idl_files = []
- webcore_dir = os.path.join(current_dir, '..', '..', '..', '..',
- 'third_party', 'WebCore')
+ 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)
« no previous file with comments | « tools/dom/scripts/emitter_test.py ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698