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

Unified Diff: Tools/Scripts/webkitpy/bindings/main.py

Issue 424163002: Enable the WebIDL [Exposed] annotation on an interface's members. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 6 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: Tools/Scripts/webkitpy/bindings/main.py
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
index 04e11e52affbb19d1de8d725e392d53819c298d1..a61184a8d1c4d4992ded7aa1b7346d96659b3034 100644
--- a/Tools/Scripts/webkitpy/bindings/main.py
+++ b/Tools/Scripts/webkitpy/bindings/main.py
@@ -199,6 +199,7 @@ def bindings_tests(output_directory, verbose):
# Dependencies aren't built
# (they are used by the dependent)
filename not in DEPENDENCY_IDL_FILES)]
+ idl_basenames = ['TestExposedInterface.idl']
Peter Beverloo 2014/07/30 16:03:45 Disregard this for now please.
for idl_basename in idl_basenames:
idl_path = os.path.realpath(
os.path.join(test_input_directory, idl_basename))

Powered by Google App Engine
This is Rietveld 408576698