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

Side by Side Diff: sky/engine/bindings2/scripts/compute_interfaces_info_overall.py

Issue 914413004: Add a new bindings2/scripts directory for Dart bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Remove idlrenderer.py it's not used Created 5 years, 10 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
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # 2 #
3 # Copyright (C) 2013 Google Inc. All rights reserved. 3 # Copyright (C) 2013 Google Inc. All rights reserved.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are 6 # modification, are permitted provided that the following conditions are
7 # met: 7 # met:
8 # 8 #
9 # * Redistributions of source code must retain the above copyright 9 # * Redistributions of source code must retain the above copyright
10 # notice, this list of conditions and the following disclaimer. 10 # notice, this list of conditions and the following disclaimer.
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 info_individuals = read_pickle_files(args) 255 info_individuals = read_pickle_files(args)
256 256
257 compute_interfaces_info_overall(info_individuals) 257 compute_interfaces_info_overall(info_individuals)
258 write_pickle_file(interfaces_info_filename, 258 write_pickle_file(interfaces_info_filename,
259 interfaces_info, 259 interfaces_info,
260 options.write_file_only_if_changed) 260 options.write_file_only_if_changed)
261 261
262 262
263 if __name__ == '__main__': 263 if __name__ == '__main__':
264 sys.exit(main()) 264 sys.exit(main())
OLDNEW
« no previous file with comments | « sky/engine/bindings2/scripts/compute_interfaces_info_individual.py ('k') | sky/engine/bindings2/scripts/dart_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698