Chromium Code Reviews| Index: Source/core/scripts/list_idl_files_with_partial_interface.py |
| diff --git a/Source/core/scripts/supplemental_idl_files.py b/Source/core/scripts/list_idl_files_with_partial_interface.py |
| similarity index 99% |
| rename from Source/core/scripts/supplemental_idl_files.py |
| rename to Source/core/scripts/list_idl_files_with_partial_interface.py |
| index eaf0270ac9f6a46637b6196233f09793d855e4b8..edebc517d0865c49d3060fc03041d1838c8ac9de 100644 |
| --- a/Source/core/scripts/supplemental_idl_files.py |
| +++ b/Source/core/scripts/list_idl_files_with_partial_interface.py |
| @@ -1,5 +1,3 @@ |
| -#!/usr/bin/python |
| -# |
|
Nils Barth (inactive)
2013/07/09 05:04:32
Not executable, just a module
(called by pymod_do_
|
| # Copyright (C) 2013 Google Inc. All rights reserved. |
| # |
| # Redistribution and use in source and binary forms, with or without |
| @@ -35,6 +33,7 @@ import sys |
| partial_interface_regex = re.compile(r'partial\s+interface\s+(\w+).+\]', re.M | re.S) |
| + |
| def DoMain(filenames): |
| partial_files = set() |
| for filename in filenames: |