| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 '../../src/scanner.h', | 418 '../../src/scanner.h', |
| 419 '../../src/scanner-character-streams.cc', | 419 '../../src/scanner-character-streams.cc', |
| 420 '../../src/scanner-character-streams.h', | 420 '../../src/scanner-character-streams.h', |
| 421 '../../src/scopeinfo.cc', | 421 '../../src/scopeinfo.cc', |
| 422 '../../src/scopeinfo.h', | 422 '../../src/scopeinfo.h', |
| 423 '../../src/scopes.cc', | 423 '../../src/scopes.cc', |
| 424 '../../src/scopes.h', | 424 '../../src/scopes.h', |
| 425 '../../src/serialize.cc', | 425 '../../src/serialize.cc', |
| 426 '../../src/serialize.h', | 426 '../../src/serialize.h', |
| 427 '../../src/small-pointer-list.h', | 427 '../../src/small-pointer-list.h', |
| 428 '../../src/smart-pointer.h', | 428 '../../src/smart-array-pointer.h', |
| 429 '../../src/snapshot-common.cc', | 429 '../../src/snapshot-common.cc', |
| 430 '../../src/snapshot.h', | 430 '../../src/snapshot.h', |
| 431 '../../src/spaces-inl.h', | 431 '../../src/spaces-inl.h', |
| 432 '../../src/spaces.cc', | 432 '../../src/spaces.cc', |
| 433 '../../src/spaces.h', | 433 '../../src/spaces.h', |
| 434 '../../src/string-search.cc', | 434 '../../src/string-search.cc', |
| 435 '../../src/string-search.h', | 435 '../../src/string-search.h', |
| 436 '../../src/string-stream.cc', | 436 '../../src/string-stream.cc', |
| 437 '../../src/string-stream.h', | 437 '../../src/string-stream.h', |
| 438 '../../src/strtod.cc', | 438 '../../src/strtod.cc', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 }], | 883 }], |
| 884 ], | 884 ], |
| 885 'dependencies': [ | 885 'dependencies': [ |
| 886 'v8' | 886 'v8' |
| 887 ], | 887 ], |
| 888 }, | 888 }, |
| 889 ], | 889 ], |
| 890 }], | 890 }], |
| 891 ], | 891 ], |
| 892 } | 892 } |
| OLD | NEW |