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

Side by Side Diff: Source/bindings/dart/gyp/dartium.gyp

Issue 26789007: Add a native subtype of function that uses the native C++ class hierarchy to check if an element (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit/
Patch Set: Created 7 years, 2 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../../../core/features.gypi', 3 '../../../core/features.gypi',
4 '../../../core/core.gypi', 4 '../../../core/core.gypi',
5 '../../../modules/modules.gypi', 5 '../../../modules/modules.gypi',
6 'overrides.gypi', 6 'overrides.gypi',
7 ], 7 ],
8 'variables': { 8 'variables': {
9 'dart_dir': '../../../../../../dart', 9 'dart_dir': '../../../../../../dart',
10 'dart_lib_dir': '<(dart_dir)/sdk/lib', 10 'dart_lib_dir': '<(dart_dir)/sdk/lib',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'actions': [ 241 'actions': [
242 { 242 {
243 'action_name': 'generate_dart_bindings', 243 'action_name': 'generate_dart_bindings',
244 'inputs': [ 244 'inputs': [
245 'scripts/generate_dart_bindings.py', 245 'scripts/generate_dart_bindings.py',
246 '<(idls_list_temp_file)', 246 '<(idls_list_temp_file)',
247 '<@(bindings_idl_files)', 247 '<@(bindings_idl_files)',
248 '<@(dart_html_lib_deps)', 248 '<@(dart_html_lib_deps)',
249 ], 249 ],
250 'outputs': [ 250 'outputs': [
251 '<(output_path)/DartWebkitClassIds.cpp',
251 '<(output_path)/html_DartResolver.cpp', 252 '<(output_path)/html_DartResolver.cpp',
252 '<(output_path)/html_dartium.dart', 253 '<(output_path)/html_dartium.dart',
253 '<(output_path)/indexed_db_DartResolver.cpp', 254 '<(output_path)/indexed_db_DartResolver.cpp',
254 '<(output_path)/indexed_db_dartium.dart', 255 '<(output_path)/indexed_db_dartium.dart',
255 '<(output_path)/svg_DartResolver.cpp', 256 '<(output_path)/svg_DartResolver.cpp',
256 '<(output_path)/svg_dartium.dart', 257 '<(output_path)/svg_dartium.dart',
257 '<(output_path)/web_audio_DartResolver.cpp', 258 '<(output_path)/web_audio_DartResolver.cpp',
258 '<(output_path)/web_audio_dartium.dart', 259 '<(output_path)/web_audio_dartium.dart',
259 '<(output_path)/web_gl_DartResolver.cpp', 260 '<(output_path)/web_gl_DartResolver.cpp',
260 '<(output_path)/web_gl_dartium.dart', 261 '<(output_path)/web_gl_dartium.dart',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 '<(resources_dir)/DartSnapshot.bytes.template', 307 '<(resources_dir)/DartSnapshot.bytes.template',
307 '<(output_path)', 308 '<(output_path)',
308 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX) ', 309 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX) ',
309 '<@(pure_libs)', 310 '<@(pure_libs)',
310 ], 311 ],
311 }, 312 },
312 ], 313 ],
313 }, 314 },
314 ], 315 ],
315 } 316 }
OLDNEW
« no previous file with comments | « Source/bindings/dart/custom/DartXMLHttpRequestCustom.cpp ('k') | Source/bindings/dart/gyp/overrides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698