| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 '../../src/builtins.cc', | 239 '../../src/builtins.cc', |
| 240 '../../src/builtins.h', | 240 '../../src/builtins.h', |
| 241 '../../src/bytecodes-irregexp.h', | 241 '../../src/bytecodes-irregexp.h', |
| 242 '../../src/cached-powers.cc', | 242 '../../src/cached-powers.cc', |
| 243 '../../src/cached-powers.h', | 243 '../../src/cached-powers.h', |
| 244 '../../src/char-predicates-inl.h', | 244 '../../src/char-predicates-inl.h', |
| 245 '../../src/char-predicates.h', | 245 '../../src/char-predicates.h', |
| 246 '../../src/checks.cc', | 246 '../../src/checks.cc', |
| 247 '../../src/checks.h', | 247 '../../src/checks.h', |
| 248 '../../src/circular-queue-inl.h', | 248 '../../src/circular-queue-inl.h', |
| 249 '../../src/circular-queue.cc', | |
| 250 '../../src/circular-queue.h', | 249 '../../src/circular-queue.h', |
| 251 '../../src/code-stubs.cc', | 250 '../../src/code-stubs.cc', |
| 252 '../../src/code-stubs.h', | 251 '../../src/code-stubs.h', |
| 253 '../../src/code-stubs-hydrogen.cc', | 252 '../../src/code-stubs-hydrogen.cc', |
| 254 '../../src/code.h', | 253 '../../src/code.h', |
| 255 '../../src/codegen.cc', | 254 '../../src/codegen.cc', |
| 256 '../../src/codegen.h', | 255 '../../src/codegen.h', |
| 257 '../../src/compilation-cache.cc', | 256 '../../src/compilation-cache.cc', |
| 258 '../../src/compilation-cache.h', | 257 '../../src/compilation-cache.h', |
| 259 '../../src/compiler.cc', | 258 '../../src/compiler.cc', |
| (...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 }], | 1031 }], |
| 1033 ['v8_compress_startup_data=="bz2"', { | 1032 ['v8_compress_startup_data=="bz2"', { |
| 1034 'libraries': [ | 1033 'libraries': [ |
| 1035 '-lbz2', | 1034 '-lbz2', |
| 1036 ] | 1035 ] |
| 1037 }], | 1036 }], |
| 1038 ], | 1037 ], |
| 1039 }, | 1038 }, |
| 1040 ], | 1039 ], |
| 1041 } | 1040 } |
| OLD | NEW |