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

Side by Side Diff: Source/bindings/dart/scripts/dart_utilities.py

Issue 882713004: Fixed dictionary files not being compiled and part of link and hooked up enums. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: merged 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/dart/scripts/code_generator_dart.py ('k') | Source/bindings/modules/idl.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (C) 2013 Google Inc. All rights reserved. 1 # Copyright (C) 2013 Google Inc. All rights reserved.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer 10 # copyright notice, this list of conditions and the following disclaimer
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 DartUtilities = dart_utilities_monkey() 177 DartUtilities = dart_utilities_monkey()
178 178
179 DartUtilities.activity_logging_world_list = _activity_logging_world_list 179 DartUtilities.activity_logging_world_list = _activity_logging_world_list
180 DartUtilities.bool_to_cpp = _bool_to_cpp 180 DartUtilities.bool_to_cpp = _bool_to_cpp
181 DartUtilities.call_with_arguments = _call_with_arguments 181 DartUtilities.call_with_arguments = _call_with_arguments
182 DartUtilities.capitalize = v8_utilities.capitalize 182 DartUtilities.capitalize = v8_utilities.capitalize
183 DartUtilities.conditional_string = v8_utilities.conditional_string 183 DartUtilities.conditional_string = v8_utilities.conditional_string
184 DartUtilities.cpp_name = v8_utilities.cpp_name 184 DartUtilities.cpp_name = v8_utilities.cpp_name
185 DartUtilities.deprecate_as = _deprecate_as 185 DartUtilities.deprecate_as = _deprecate_as
186 DartUtilities.extended_attribute_value_contains = v8_utilities.extended_attribut e_value_contains 186 DartUtilities.extended_attribute_value_contains = v8_utilities.extended_attribut e_value_contains
187 DartUtilities.enum_validation_expression = v8_utilities.enum_validation_expressi on
187 DartUtilities.gc_type = v8_utilities.gc_type 188 DartUtilities.gc_type = v8_utilities.gc_type
188 DartUtilities.generate_native_entry = _generate_native_entry 189 DartUtilities.generate_native_entry = _generate_native_entry
189 DartUtilities.has_extended_attribute = v8_utilities.has_extended_attribute 190 DartUtilities.has_extended_attribute = v8_utilities.has_extended_attribute
190 DartUtilities.has_extended_attribute_value = v8_utilities.has_extended_attribute _value 191 DartUtilities.has_extended_attribute_value = v8_utilities.has_extended_attribute _value
191 DartUtilities.measure_as = _measure_as 192 DartUtilities.measure_as = _measure_as
192 DartUtilities.per_context_enabled_function_name = v8_utilities.per_context_enabl ed_function_name 193 DartUtilities.per_context_enabled_function_name = v8_utilities.per_context_enabl ed_function_name
193 DartUtilities.runtime_enabled_function_name = v8_utilities.runtime_enabled_funct ion_name 194 DartUtilities.runtime_enabled_function_name = v8_utilities.runtime_enabled_funct ion_name
194 DartUtilities.scoped_name = _scoped_name 195 DartUtilities.scoped_name = _scoped_name
195 DartUtilities.strip_suffix = v8_utilities.strip_suffix 196 DartUtilities.strip_suffix = v8_utilities.strip_suffix
196 DartUtilities.uncapitalize = v8_utilities.uncapitalize 197 DartUtilities.uncapitalize = v8_utilities.uncapitalize
197 DartUtilities.v8_class_name = v8_utilities.v8_class_name 198 DartUtilities.v8_class_name = v8_utilities.v8_class_name
OLDNEW
« no previous file with comments | « Source/bindings/dart/scripts/code_generator_dart.py ('k') | Source/bindings/modules/idl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698