| OLD | NEW |
| 1 # Copyright 2009 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 |
| 11 # with the distribution. | 11 # with the distribution. |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 '../../src/ic.h', | 419 '../../src/ic.h', |
| 420 '../../src/interpreter-irregexp.cc', | 420 '../../src/interpreter-irregexp.cc', |
| 421 '../../src/interpreter-irregexp.h', | 421 '../../src/interpreter-irregexp.h', |
| 422 '../../src/jump-target-inl.h', | 422 '../../src/jump-target-inl.h', |
| 423 '../../src/jump-target.cc', | 423 '../../src/jump-target.cc', |
| 424 '../../src/jump-target.h', | 424 '../../src/jump-target.h', |
| 425 '../../src/jsregexp.cc', | 425 '../../src/jsregexp.cc', |
| 426 '../../src/jsregexp.h', | 426 '../../src/jsregexp.h', |
| 427 '../../src/list-inl.h', | 427 '../../src/list-inl.h', |
| 428 '../../src/list.h', | 428 '../../src/list.h', |
| 429 '../../src/lithium.cc', |
| 430 '../../src/lithium.h', |
| 429 '../../src/lithium-allocator.cc', | 431 '../../src/lithium-allocator.cc', |
| 430 '../../src/lithium-allocator.h', | 432 '../../src/lithium-allocator.h', |
| 431 '../../src/liveedit.cc', | 433 '../../src/liveedit.cc', |
| 432 '../../src/liveedit.h', | 434 '../../src/liveedit.h', |
| 433 '../../src/log-inl.h', | 435 '../../src/log-inl.h', |
| 434 '../../src/log-utils.cc', | 436 '../../src/log-utils.cc', |
| 435 '../../src/log-utils.h', | 437 '../../src/log-utils.h', |
| 436 '../../src/log.cc', | 438 '../../src/log.cc', |
| 437 '../../src/log.h', | 439 '../../src/log.h', |
| 438 '../../src/macro-assembler.h', | 440 '../../src/macro-assembler.h', |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 'target_name': 'v8_shell', | 841 'target_name': 'v8_shell', |
| 840 'type': 'none', | 842 'type': 'none', |
| 841 'dependencies': [ | 843 'dependencies': [ |
| 842 'v8' | 844 'v8' |
| 843 ], | 845 ], |
| 844 }, | 846 }, |
| 845 ], | 847 ], |
| 846 }], | 848 }], |
| 847 ], | 849 ], |
| 848 } | 850 } |
| OLD | NEW |