| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 'builtins/builtins-global.cc', | 496 'builtins/builtins-global.cc', |
| 497 'builtins/builtins-handler.cc', | 497 'builtins/builtins-handler.cc', |
| 498 'builtins/builtins-internal.cc', | 498 'builtins/builtins-internal.cc', |
| 499 'builtins/builtins-interpreter.cc', | 499 'builtins/builtins-interpreter.cc', |
| 500 'builtins/builtins-json.cc', | 500 'builtins/builtins-json.cc', |
| 501 'builtins/builtins-math.cc', | 501 'builtins/builtins-math.cc', |
| 502 'builtins/builtins-number.cc', | 502 'builtins/builtins-number.cc', |
| 503 'builtins/builtins-object.cc', | 503 'builtins/builtins-object.cc', |
| 504 'builtins/builtins-proxy.cc', | 504 'builtins/builtins-proxy.cc', |
| 505 'builtins/builtins-reflect.cc', | 505 'builtins/builtins-reflect.cc', |
| 506 'builtins/builtins-regexp.cc', |
| 506 'builtins/builtins-sharedarraybuffer.cc', | 507 'builtins/builtins-sharedarraybuffer.cc', |
| 507 'builtins/builtins-string.cc', | 508 'builtins/builtins-string.cc', |
| 508 'builtins/builtins-symbol.cc', | 509 'builtins/builtins-symbol.cc', |
| 509 'builtins/builtins-typedarray.cc', | 510 'builtins/builtins-typedarray.cc', |
| 510 'builtins/builtins-utils.h', | 511 'builtins/builtins-utils.h', |
| 511 'builtins/builtins.cc', | 512 'builtins/builtins.cc', |
| 512 'builtins/builtins.h', | 513 'builtins/builtins.h', |
| 513 'cached-powers.cc', | 514 'cached-powers.cc', |
| 514 'cached-powers.h', | 515 'cached-powers.h', |
| 515 'cancelable-task.cc', | 516 'cancelable-task.cc', |
| (...skipping 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2414 'conditions': [ | 2415 'conditions': [ |
| 2415 ['want_separate_host_toolset_mkpeephole==1', { | 2416 ['want_separate_host_toolset_mkpeephole==1', { |
| 2416 'toolsets': ['host'], | 2417 'toolsets': ['host'], |
| 2417 }, { | 2418 }, { |
| 2418 'toolsets': ['target'], | 2419 'toolsets': ['target'], |
| 2419 }], | 2420 }], |
| 2420 ], | 2421 ], |
| 2421 }, | 2422 }, |
| 2422 ], | 2423 ], |
| 2423 } | 2424 } |
| OLD | NEW |