| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'outputs': ['<(INTERMEDIATE_DIR)/bytecode-peephole-table.cc'], | 385 'outputs': ['<(INTERMEDIATE_DIR)/bytecode-peephole-table.cc'], |
| 386 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole-
table.cc' ], | 386 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole-
table.cc' ], |
| 387 'process_outputs_as_sources': 1, | 387 'process_outputs_as_sources': 1, |
| 388 }], | 388 }], |
| 389 'sources': [ ### gcmole(all) ### | 389 'sources': [ ### gcmole(all) ### |
| 390 '../include/v8-debug.h', | 390 '../include/v8-debug.h', |
| 391 '../include/v8-experimental.h', | 391 '../include/v8-experimental.h', |
| 392 '../include/v8-platform.h', | 392 '../include/v8-platform.h', |
| 393 '../include/v8-profiler.h', | 393 '../include/v8-profiler.h', |
| 394 '../include/v8-testing.h', | 394 '../include/v8-testing.h', |
| 395 '../include/v8-tracing.h', | |
| 396 '../include/v8-util.h', | 395 '../include/v8-util.h', |
| 397 '../include/v8-version.h', | 396 '../include/v8-version.h', |
| 398 '../include/v8.h', | 397 '../include/v8.h', |
| 399 '../include/v8config.h', | 398 '../include/v8config.h', |
| 400 'accessors.cc', | 399 'accessors.cc', |
| 401 'accessors.h', | 400 'accessors.h', |
| 402 'address-map.cc', | 401 'address-map.cc', |
| 403 'address-map.h', | 402 'address-map.h', |
| 404 'allocation.cc', | 403 'allocation.cc', |
| 405 'allocation.h', | 404 'allocation.h', |
| (...skipping 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2470 'conditions': [ | 2469 'conditions': [ |
| 2471 ['want_separate_host_toolset_mkpeephole==1', { | 2470 ['want_separate_host_toolset_mkpeephole==1', { |
| 2472 'toolsets': ['host'], | 2471 'toolsets': ['host'], |
| 2473 }, { | 2472 }, { |
| 2474 'toolsets': ['target'], | 2473 'toolsets': ['target'], |
| 2475 }], | 2474 }], |
| 2476 ], | 2475 ], |
| 2477 }, | 2476 }, |
| 2478 ], | 2477 ], |
| 2479 } | 2478 } |
| OLD | NEW |