| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 '../../src/circular-queue-inl.h', | 280 '../../src/circular-queue-inl.h', |
| 281 '../../src/circular-queue.h', | 281 '../../src/circular-queue.h', |
| 282 '../../src/code-stubs.cc', | 282 '../../src/code-stubs.cc', |
| 283 '../../src/code-stubs.h', | 283 '../../src/code-stubs.h', |
| 284 '../../src/code-stubs-hydrogen.cc', | 284 '../../src/code-stubs-hydrogen.cc', |
| 285 '../../src/code.h', | 285 '../../src/code.h', |
| 286 '../../src/codegen.cc', | 286 '../../src/codegen.cc', |
| 287 '../../src/codegen.h', | 287 '../../src/codegen.h', |
| 288 '../../src/compilation-cache.cc', | 288 '../../src/compilation-cache.cc', |
| 289 '../../src/compilation-cache.h', | 289 '../../src/compilation-cache.h', |
| 290 '../../src/compiler-intrinsics.cc', |
| 291 '../../src/compiler-intrinsics.h', |
| 290 '../../src/compiler.cc', | 292 '../../src/compiler.cc', |
| 291 '../../src/compiler.h', | 293 '../../src/compiler.h', |
| 292 '../../src/contexts.cc', | 294 '../../src/contexts.cc', |
| 293 '../../src/contexts.h', | 295 '../../src/contexts.h', |
| 294 '../../src/conversions-inl.h', | 296 '../../src/conversions-inl.h', |
| 295 '../../src/conversions.cc', | 297 '../../src/conversions.cc', |
| 296 '../../src/conversions.h', | 298 '../../src/conversions.h', |
| 297 '../../src/counters.cc', | 299 '../../src/counters.cc', |
| 298 '../../src/counters.h', | 300 '../../src/counters.h', |
| 299 '../../src/cpu-profiler-inl.h', | 301 '../../src/cpu-profiler-inl.h', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 '../../src/a64/lithium-gap-resolver-a64.cc', | 684 '../../src/a64/lithium-gap-resolver-a64.cc', |
| 683 '../../src/a64/lithium-gap-resolver-a64.h', | 685 '../../src/a64/lithium-gap-resolver-a64.h', |
| 684 '../../src/a64/macro-assembler-a64.cc', | 686 '../../src/a64/macro-assembler-a64.cc', |
| 685 '../../src/a64/macro-assembler-a64.h', | 687 '../../src/a64/macro-assembler-a64.h', |
| 686 '../../src/a64/macro-assembler-a64-inl.h', | 688 '../../src/a64/macro-assembler-a64-inl.h', |
| 687 '../../src/a64/regexp-macro-assembler-a64.cc', | 689 '../../src/a64/regexp-macro-assembler-a64.cc', |
| 688 '../../src/a64/regexp-macro-assembler-a64.h', | 690 '../../src/a64/regexp-macro-assembler-a64.h', |
| 689 '../../src/a64/simulator-a64.cc', | 691 '../../src/a64/simulator-a64.cc', |
| 690 '../../src/a64/simulator-a64.h', | 692 '../../src/a64/simulator-a64.h', |
| 691 '../../src/a64/stub-cache-a64.cc', | 693 '../../src/a64/stub-cache-a64.cc', |
| 692 '../../src/a64/utils-a64.cc', | |
| 693 '../../src/a64/utils-a64.h', | 694 '../../src/a64/utils-a64.h', |
| 694 ], | 695 ], |
| 695 }], | 696 }], |
| 696 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { | 697 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { |
| 697 'sources': [ ### gcmole(arch:ia32) ### | 698 'sources': [ ### gcmole(arch:ia32) ### |
| 698 '../../src/ia32/assembler-ia32-inl.h', | 699 '../../src/ia32/assembler-ia32-inl.h', |
| 699 '../../src/ia32/assembler-ia32.cc', | 700 '../../src/ia32/assembler-ia32.cc', |
| 700 '../../src/ia32/assembler-ia32.h', | 701 '../../src/ia32/assembler-ia32.h', |
| 701 '../../src/ia32/builtins-ia32.cc', | 702 '../../src/ia32/builtins-ia32.cc', |
| 702 '../../src/ia32/code-stubs-ia32.cc', | 703 '../../src/ia32/code-stubs-ia32.cc', |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1167 }], | 1168 }], |
| 1168 ['v8_compress_startup_data=="bz2"', { | 1169 ['v8_compress_startup_data=="bz2"', { |
| 1169 'libraries': [ | 1170 'libraries': [ |
| 1170 '-lbz2', | 1171 '-lbz2', |
| 1171 ] | 1172 ] |
| 1172 }], | 1173 }], |
| 1173 ], | 1174 ], |
| 1174 }, | 1175 }, |
| 1175 ], | 1176 ], |
| 1176 } | 1177 } |
| OLD | NEW |