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

Unified Diff: Source/core/scripts/list_idl_files_with_partial_interface.py

Issue 18341025: Rename deprecated "supplemental_dependencies" and clean up IDL dependency script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix exec Created 7 years, 5 months 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: 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:

Powered by Google App Engine
This is Rietveld 408576698