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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole-
table.cc' ], | 390 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole-
table.cc' ], |
391 'process_outputs_as_sources': 1, | 391 'process_outputs_as_sources': 1, |
392 }], | 392 }], |
393 'sources': [ ### gcmole(all) ### | 393 'sources': [ ### gcmole(all) ### |
394 '../include/v8-debug.h', | 394 '../include/v8-debug.h', |
395 '../include/v8-experimental.h', | 395 '../include/v8-experimental.h', |
396 '../include/v8-platform.h', | 396 '../include/v8-platform.h', |
397 '../include/v8-profiler.h', | 397 '../include/v8-profiler.h', |
398 '../include/v8-testing.h', | 398 '../include/v8-testing.h', |
399 '../include/v8-util.h', | 399 '../include/v8-util.h', |
| 400 '../include/v8-version-string.h', |
400 '../include/v8-version.h', | 401 '../include/v8-version.h', |
401 '../include/v8.h', | 402 '../include/v8.h', |
402 '../include/v8config.h', | 403 '../include/v8config.h', |
403 'accessors.cc', | 404 'accessors.cc', |
404 'accessors.h', | 405 'accessors.h', |
405 'address-map.cc', | 406 'address-map.cc', |
406 'address-map.h', | 407 'address-map.h', |
407 'allocation.cc', | 408 'allocation.cc', |
408 'allocation.h', | 409 'allocation.h', |
409 'allocation-site-scopes.cc', | 410 'allocation-site-scopes.cc', |
(...skipping 2086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2496 'conditions': [ | 2497 'conditions': [ |
2497 ['want_separate_host_toolset_mkpeephole==1', { | 2498 ['want_separate_host_toolset_mkpeephole==1', { |
2498 'toolsets': ['host'], | 2499 'toolsets': ['host'], |
2499 }, { | 2500 }, { |
2500 'toolsets': ['target'], | 2501 'toolsets': ['target'], |
2501 }], | 2502 }], |
2502 ], | 2503 ], |
2503 }, | 2504 }, |
2504 ], | 2505 ], |
2505 } | 2506 } |
OLD | NEW |