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

Side by Side Diff: tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt

Issue 2627003003: Add --idl-methods <filepath> parameter for skipping renaming of IDL methods. (Closed)
Patch Set: Addressed remaining CR feedback from dcheng@. Created 3 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Test input file for --method-blocklist parameter.
2
3 # Blank line below:
4
5 # Line with whitespace only below:
6
7 IdlTestClass:::idlTestMethodNoParams:::0
8 IdlTestClass:::idlTestMethodOneParam:::1
9 IdlTestClass:::idlTestMethodTwoOrThreeParams:::2
10 IdlTestClass:::idlTestMethodTwoOrThreeParams:::3
11 IdlTestClass:::idlTemplateMethod:::1
12 IdlTestClass:::path:::0
13 IdlTestClass:::idlOptionalArgsPass:::0
14 IdlTestClass:::idlOptionalArgsStillTooMany:::0
15 IdlTestClass:::idlOptionalArgsTooLittle:::2
16 IdlTemplateClass:::idlTestMethod:::1
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698