| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 '../../../../WebKit/chromium/features.gypi', | 3 '../../../../WebKit/chromium/features.gypi', |
| 4 '../../../WebCore.gypi', | 4 '../../../WebCore.gypi', |
| 5 'overrides.gypi', | 5 'overrides.gypi', |
| 6 ], | 6 ], |
| 7 'variables': { | 7 'variables': { |
| 8 'dart_dir': '../../../../../../../dart', | 8 'dart_dir': '../../../../../../../dart', |
| 9 'dart_client_dir': '<(dart_dir)/client', | 9 'dart_client_dir': '<(dart_dir)/client', |
| 10 'dom_common_dir': '<(dart_client_dir)/dom/common', | 10 'dom_common_dir': '<(dart_client_dir)/dom/common', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 '<(dart_html_release_dir)/html.dart', | 316 '<(dart_html_release_dir)/html.dart', |
| 317 '<(dart_html_release_dir)/htmlimpl.dart', | 317 '<(dart_html_release_dir)/htmlimpl.dart', |
| 318 | 318 |
| 319 '<(dart_lib_dir)/json/json.dart', | 319 '<(dart_lib_dir)/json/json.dart', |
| 320 | 320 |
| 321 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)
', | 321 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)
', |
| 322 ], | 322 ], |
| 323 'outputs': [ | 323 'outputs': [ |
| 324 '<(output_path)/DartSnapshot.bytes', | 324 '<(output_path)/DartSnapshot.bytes', |
| 325 '<(output_path)/DartResolver.cpp', | 325 '<(output_path)/DartResolver.cpp', |
| 326 '<(output_path)/generated/DartDerivedSourcesAll.cpp', | |
| 327 '<(output_path)/generated/DartResolver.cpp', | 326 '<(output_path)/generated/DartResolver.cpp', |
| 328 '<(output_path)/generated/dom_impl.dart', | 327 '<(output_path)/generated/dom_impl.dart', |
| 329 '<(output_path)/generated/dom_public.dart', | 328 '<(output_path)/generated/dom_public.dart', |
| 329 '<@(additional_derived_sources_aggregate_files)', |
| 330 ], | 330 ], |
| 331 'action': [ | 331 'action': [ |
| 332 'python', | 332 'python', |
| 333 'scripts/build_dart_snapshot.py', | 333 'scripts/build_dart_snapshot.py', |
| 334 '<(idls_list_temp_file)', | 334 '<(idls_list_temp_file)', |
| 335 '<(dart_dir)', | 335 '<(dart_dir)', |
| 336 '<(resources_dir)/DartSnapshot.bytes.template', | 336 '<(resources_dir)/DartSnapshot.bytes.template', |
| 337 '<(output_path)', | 337 '<(output_path)', |
| 338 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)
', | 338 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)
', |
| 339 '<(feature_defines)', | 339 '<(feature_defines)', |
| 340 ], | 340 ], |
| 341 }, | 341 }, |
| 342 ], | 342 ], |
| 343 }, | 343 }, |
| 344 ], | 344 ], |
| 345 } | 345 } |
| OLD | NEW |