| 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 'builtins/builtins-handler.cc', | 495 'builtins/builtins-handler.cc', |
| 496 'builtins/builtins-internal.cc', | 496 'builtins/builtins-internal.cc', |
| 497 'builtins/builtins-interpreter.cc', | 497 'builtins/builtins-interpreter.cc', |
| 498 'builtins/builtins-iterator.cc', | 498 'builtins/builtins-iterator.cc', |
| 499 'builtins/builtins-json.cc', | 499 'builtins/builtins-json.cc', |
| 500 'builtins/builtins-math.cc', | 500 'builtins/builtins-math.cc', |
| 501 'builtins/builtins-number.cc', | 501 'builtins/builtins-number.cc', |
| 502 'builtins/builtins-object.cc', | 502 'builtins/builtins-object.cc', |
| 503 'builtins/builtins-proxy.cc', | 503 'builtins/builtins-proxy.cc', |
| 504 'builtins/builtins-reflect.cc', | 504 'builtins/builtins-reflect.cc', |
| 505 'builtins/builtins-regexp.cc', |
| 505 'builtins/builtins-sharedarraybuffer.cc', | 506 'builtins/builtins-sharedarraybuffer.cc', |
| 506 'builtins/builtins-string.cc', | 507 'builtins/builtins-string.cc', |
| 507 'builtins/builtins-symbol.cc', | 508 'builtins/builtins-symbol.cc', |
| 508 'builtins/builtins-typedarray.cc', | 509 'builtins/builtins-typedarray.cc', |
| 509 'builtins/builtins-utils.h', | 510 'builtins/builtins-utils.h', |
| 510 'builtins/builtins.cc', | 511 'builtins/builtins.cc', |
| 511 'builtins/builtins.h', | 512 'builtins/builtins.h', |
| 512 'cached-powers.cc', | 513 'cached-powers.cc', |
| 513 'cached-powers.h', | 514 'cached-powers.h', |
| 514 'cancelable-task.cc', | 515 'cancelable-task.cc', |
| (...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2436 'conditions': [ | 2437 'conditions': [ |
| 2437 ['want_separate_host_toolset_mkpeephole==1', { | 2438 ['want_separate_host_toolset_mkpeephole==1', { |
| 2438 'toolsets': ['host'], | 2439 'toolsets': ['host'], |
| 2439 }, { | 2440 }, { |
| 2440 'toolsets': ['target'], | 2441 'toolsets': ['target'], |
| 2441 }], | 2442 }], |
| 2442 ], | 2443 ], |
| 2443 }, | 2444 }, |
| 2444 ], | 2445 ], |
| 2445 } | 2446 } |
| OLD | NEW |