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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
315 | 315 |
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', | |
antonm
2012/03/01 14:15:25
why resolver has gone?
podivilov
2012/03/01 14:20:03
oops
| |
326 '<(output_path)/generated/DartDerivedSourcesAll.cpp', | |
327 '<(output_path)/generated/DartResolver.cpp', | 325 '<(output_path)/generated/DartResolver.cpp', |
328 '<(output_path)/generated/dom_impl.dart', | 326 '<(output_path)/generated/dom_impl.dart', |
329 '<(output_path)/generated/dom_public.dart', | 327 '<(output_path)/generated/dom_public.dart', |
328 '<@(additional_derived_sources_aggregate_files)', | |
330 ], | 329 ], |
331 'action': [ | 330 'action': [ |
332 'python', | 331 'python', |
333 'scripts/build_dart_snapshot.py', | 332 'scripts/build_dart_snapshot.py', |
334 '<(idls_list_temp_file)', | 333 '<(idls_list_temp_file)', |
335 '<(dart_dir)', | 334 '<(dart_dir)', |
336 '<(resources_dir)/DartSnapshot.bytes.template', | 335 '<(resources_dir)/DartSnapshot.bytes.template', |
337 '<(output_path)', | 336 '<(output_path)', |
338 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX) ', | 337 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX) ', |
339 '<(feature_defines)', | 338 '<(feature_defines)', |
340 ], | 339 ], |
341 }, | 340 }, |
342 ], | 341 ], |
343 }, | 342 }, |
344 ], | 343 ], |
345 } | 344 } |
OLD | NEW |