| 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)
|
|
|
|
|