OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 }, | 367 }, |
368 'include_dirs+': [ | 368 'include_dirs+': [ |
369 '../..', | 369 '../..', |
370 ], | 370 ], |
371 'defines': [ | 371 'defines': [ |
372 # TODO(jochen): Remove again after this is globally turned on. | 372 # TODO(jochen): Remove again after this is globally turned on. |
373 'V8_IMMINENT_DEPRECATION_WARNINGS', | 373 'V8_IMMINENT_DEPRECATION_WARNINGS', |
374 ], | 374 ], |
375 'sources': [ ### gcmole(all) ### | 375 'sources': [ ### gcmole(all) ### |
376 '../../include/v8-debug.h', | 376 '../../include/v8-debug.h', |
377 '../../include/v8-experimental.h', | |
378 '../../include/v8-platform.h', | 377 '../../include/v8-platform.h', |
379 '../../include/v8-profiler.h', | 378 '../../include/v8-profiler.h', |
380 '../../include/v8-testing.h', | 379 '../../include/v8-testing.h', |
381 '../../include/v8-util.h', | 380 '../../include/v8-util.h', |
382 '../../include/v8-version.h', | 381 '../../include/v8-version.h', |
383 '../../include/v8.h', | 382 '../../include/v8.h', |
384 '../../include/v8config.h', | 383 '../../include/v8config.h', |
385 '../../src/accessors.cc', | 384 '../../src/accessors.cc', |
386 '../../src/accessors.h', | 385 '../../src/accessors.h', |
387 '../../src/address-map.cc', | 386 '../../src/address-map.cc', |
388 '../../src/address-map.h', | 387 '../../src/address-map.h', |
389 '../../src/allocation.cc', | 388 '../../src/allocation.cc', |
390 '../../src/allocation.h', | 389 '../../src/allocation.h', |
391 '../../src/allocation-site-scopes.cc', | 390 '../../src/allocation-site-scopes.cc', |
392 '../../src/allocation-site-scopes.h', | 391 '../../src/allocation-site-scopes.h', |
393 '../../src/api-experimental.cc', | |
394 '../../src/api-experimental.h', | |
395 '../../src/api.cc', | 392 '../../src/api.cc', |
396 '../../src/api.h', | 393 '../../src/api.h', |
397 '../../src/api-natives.cc', | 394 '../../src/api-natives.cc', |
398 '../../src/api-natives.h', | 395 '../../src/api-natives.h', |
399 '../../src/arguments.cc', | 396 '../../src/arguments.cc', |
400 '../../src/arguments.h', | 397 '../../src/arguments.h', |
401 '../../src/assembler.cc', | 398 '../../src/assembler.cc', |
402 '../../src/assembler.h', | 399 '../../src/assembler.h', |
403 '../../src/assert-scope.h', | 400 '../../src/assert-scope.h', |
404 '../../src/assert-scope.cc', | 401 '../../src/assert-scope.cc', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 '../../src/compiler/control-equivalence.h', | 495 '../../src/compiler/control-equivalence.h', |
499 '../../src/compiler/control-flow-optimizer.cc', | 496 '../../src/compiler/control-flow-optimizer.cc', |
500 '../../src/compiler/control-flow-optimizer.h', | 497 '../../src/compiler/control-flow-optimizer.h', |
501 '../../src/compiler/dead-code-elimination.cc', | 498 '../../src/compiler/dead-code-elimination.cc', |
502 '../../src/compiler/dead-code-elimination.h', | 499 '../../src/compiler/dead-code-elimination.h', |
503 '../../src/compiler/diamond.h', | 500 '../../src/compiler/diamond.h', |
504 '../../src/compiler/escape-analysis.cc', | 501 '../../src/compiler/escape-analysis.cc', |
505 '../../src/compiler/escape-analysis.h', | 502 '../../src/compiler/escape-analysis.h', |
506 "../../src/compiler/escape-analysis-reducer.cc", | 503 "../../src/compiler/escape-analysis-reducer.cc", |
507 "../../src/compiler/escape-analysis-reducer.h", | 504 "../../src/compiler/escape-analysis-reducer.h", |
508 '../../src/compiler/fast-accessor-assembler.cc', | |
509 '../../src/compiler/fast-accessor-assembler.h', | |
510 '../../src/compiler/frame.cc', | 505 '../../src/compiler/frame.cc', |
511 '../../src/compiler/frame.h', | 506 '../../src/compiler/frame.h', |
512 '../../src/compiler/frame-elider.cc', | 507 '../../src/compiler/frame-elider.cc', |
513 '../../src/compiler/frame-elider.h', | 508 '../../src/compiler/frame-elider.h', |
514 "../../src/compiler/frame-states.cc", | 509 "../../src/compiler/frame-states.cc", |
515 "../../src/compiler/frame-states.h", | 510 "../../src/compiler/frame-states.h", |
516 '../../src/compiler/gap-resolver.cc', | 511 '../../src/compiler/gap-resolver.cc', |
517 '../../src/compiler/gap-resolver.h', | 512 '../../src/compiler/gap-resolver.h', |
518 '../../src/compiler/graph-reducer.cc', | 513 '../../src/compiler/graph-reducer.cc', |
519 '../../src/compiler/graph-reducer.h', | 514 '../../src/compiler/graph-reducer.h', |
(...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2080 }], | 2075 }], |
2081 ['want_separate_host_toolset==1', { | 2076 ['want_separate_host_toolset==1', { |
2082 'toolsets': ['host'], | 2077 'toolsets': ['host'], |
2083 }, { | 2078 }, { |
2084 'toolsets': ['target'], | 2079 'toolsets': ['target'], |
2085 }], | 2080 }], |
2086 ], | 2081 ], |
2087 }, | 2082 }, |
2088 ], | 2083 ], |
2089 } | 2084 } |
OLD | NEW |