Chromium Code Reviews| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 332 '../../src/gdb-jit.cc', | 332 '../../src/gdb-jit.cc', |
| 333 '../../src/gdb-jit.h', | 333 '../../src/gdb-jit.h', |
| 334 '../../src/global-handles.cc', | 334 '../../src/global-handles.cc', |
| 335 '../../src/global-handles.h', | 335 '../../src/global-handles.h', |
| 336 '../../src/globals.h', | 336 '../../src/globals.h', |
| 337 '../../src/handles-inl.h', | 337 '../../src/handles-inl.h', |
| 338 '../../src/handles.cc', | 338 '../../src/handles.cc', |
| 339 '../../src/handles.h', | 339 '../../src/handles.h', |
| 340 '../../src/hashmap.h', | 340 '../../src/hashmap.h', |
| 341 '../../src/heap-inl.h', | 341 '../../src/heap-inl.h', |
| 342 '../../src/heap.cc', | |
| 343 '../../src/heap.h', | |
| 342 '../../src/heap-profiler.cc', | 344 '../../src/heap-profiler.cc', |
| 343 '../../src/heap-profiler.h', | 345 '../../src/heap-profiler.h', |
| 344 '../../src/heap.cc', | 346 '../../src/hydrogen.cc', |
| 345 '../../src/heap.h', | 347 '../../src/hydrogen.h', |
| 346 '../../src/hydrogen-instructions.cc', | 348 '../../src/hydrogen-instructions.cc', |
| 347 '../../src/hydrogen-instructions.h', | 349 '../../src/hydrogen-instructions.h', |
| 348 '../../src/hydrogen.cc', | 350 '../../src/hydrogen.cc', |
|
Jakob Kummerow
2012/11/19 12:36:00
might wanna remove this.
danno
2012/11/26 17:16:18
Done.
| |
| 349 '../../src/hydrogen.h', | 351 '../../src/hydrogen.h', |
| 350 '../../src/ic-inl.h', | 352 '../../src/ic-inl.h', |
| 351 '../../src/ic.cc', | 353 '../../src/ic.cc', |
| 352 '../../src/ic.h', | 354 '../../src/ic.h', |
| 353 '../../src/incremental-marking.cc', | 355 '../../src/incremental-marking.cc', |
| 354 '../../src/incremental-marking.h', | 356 '../../src/incremental-marking.h', |
| 355 '../../src/inspector.cc', | 357 '../../src/inspector.cc', |
| 356 '../../src/inspector.h', | 358 '../../src/inspector.h', |
| 357 '../../src/interface.cc', | 359 '../../src/interface.cc', |
| 358 '../../src/interface.h', | 360 '../../src/interface.h', |
| (...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1007 }], | 1009 }], |
| 1008 ], | 1010 ], |
| 1009 'dependencies': [ | 1011 'dependencies': [ |
| 1010 'v8' | 1012 'v8' |
| 1011 ], | 1013 ], |
| 1012 }, | 1014 }, |
| 1013 ], | 1015 ], |
| 1014 }], | 1016 }], |
| 1015 ], | 1017 ], |
| 1016 } | 1018 } |
| OLD | NEW |