| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 '../../../WebKit/chromium/features.gypi', | 3 '../../../WebKit/chromium/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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 ], | 271 ], |
| 272 }, | 272 }, |
| 273 { | 273 { |
| 274 'action_name': 'build_dart_snapshot', | 274 'action_name': 'build_dart_snapshot', |
| 275 'variables': { | 275 'variables': { |
| 276 'output_path': '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart', | 276 'output_path': '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart', |
| 277 'pure_libs': [ | 277 'pure_libs': [ |
| 278 '<(dart_lib_dir)/crypto/crypto.dart', | 278 '<(dart_lib_dir)/crypto/crypto.dart', |
| 279 '<(dart_lib_dir)/html/html_common/html_common.dart', | 279 '<(dart_lib_dir)/html/html_common/html_common.dart', |
| 280 '<(dart_lib_dir)/json/json.dart', | 280 '<(dart_lib_dir)/json/json.dart', |
| 281 '<(dart_lib_dir)/mdv_observe_impl/mdv_observe_impl.dart', |
| 281 '<(dart_lib_dir)/uri/uri.dart', | 282 '<(dart_lib_dir)/uri/uri.dart', |
| 282 '<(dart_lib_dir)/utf/utf.dart', | 283 '<(dart_lib_dir)/utf/utf.dart', |
| 283 ], | 284 ], |
| 284 }, | 285 }, |
| 285 'inputs': [ | 286 'inputs': [ |
| 286 'scripts/build_dart_snapshot.py', | 287 'scripts/build_dart_snapshot.py', |
| 287 '<(resources_dir)/DartSnapshot.bytes.template', | 288 '<(resources_dir)/DartSnapshot.bytes.template', |
| 288 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)
', | 289 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)
', |
| 289 '<(output_path)/html_dartium.dart', | 290 '<(output_path)/html_dartium.dart', |
| 290 '<(output_path)/indexed_db_dartium.dart', | 291 '<(output_path)/indexed_db_dartium.dart', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 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 } |
| OLD | NEW |