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

Unified Diff: core/scripts/list_idl_files_with_partial_interface.py

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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
« no previous file with comments | « core/scripts/in_file.py ('k') | core/scripts/make_css_property_names.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/scripts/list_idl_files_with_partial_interface.py
diff --git a/core/scripts/supplemental_idl_files.py b/core/scripts/list_idl_files_with_partial_interface.py
similarity index 99%
rename from core/scripts/supplemental_idl_files.py
rename to core/scripts/list_idl_files_with_partial_interface.py
index eaf0270ac9f6a46637b6196233f09793d855e4b8..edebc517d0865c49d3060fc03041d1838c8ac9de 100644
--- a/core/scripts/supplemental_idl_files.py
+++ b/core/scripts/list_idl_files_with_partial_interface.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# 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:
« no previous file with comments | « core/scripts/in_file.py ('k') | core/scripts/make_css_property_names.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698