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

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

Issue 14744002: changes to get Dartium building with MDV (Closed) Base URL: http://src.chromium.org/multivm/trunk/webkit/Source/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698