| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 '../../src/flag-definitions.h', | 314 '../../src/flag-definitions.h', |
| 315 '../../src/flags.cc', | 315 '../../src/flags.cc', |
| 316 '../../src/flags.h', | 316 '../../src/flags.h', |
| 317 '../../src/frames-inl.h', | 317 '../../src/frames-inl.h', |
| 318 '../../src/frames.cc', | 318 '../../src/frames.cc', |
| 319 '../../src/frames.h', | 319 '../../src/frames.h', |
| 320 '../../src/full-codegen.cc', | 320 '../../src/full-codegen.cc', |
| 321 '../../src/full-codegen.h', | 321 '../../src/full-codegen.h', |
| 322 '../../src/func-name-inferrer.cc', | 322 '../../src/func-name-inferrer.cc', |
| 323 '../../src/func-name-inferrer.h', | 323 '../../src/func-name-inferrer.h', |
| 324 '../../src/gdb-jit.cc', |
| 325 '../../src/gdb-jit.h', |
| 324 '../../src/global-handles.cc', | 326 '../../src/global-handles.cc', |
| 325 '../../src/global-handles.h', | 327 '../../src/global-handles.h', |
| 326 '../../src/globals.h', | 328 '../../src/globals.h', |
| 327 '../../src/handles-inl.h', | 329 '../../src/handles-inl.h', |
| 328 '../../src/handles.cc', | 330 '../../src/handles.cc', |
| 329 '../../src/handles.h', | 331 '../../src/handles.h', |
| 330 '../../src/hashmap.h', | 332 '../../src/hashmap.h', |
| 331 '../../src/heap-inl.h', | 333 '../../src/heap-inl.h', |
| 332 '../../src/heap-profiler.cc', | 334 '../../src/heap-profiler.cc', |
| 333 '../../src/heap-profiler.h', | 335 '../../src/heap-profiler.h', |
| (...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 995 }], | 997 }], |
| 996 ], | 998 ], |
| 997 'dependencies': [ | 999 'dependencies': [ |
| 998 'v8' | 1000 'v8' |
| 999 ], | 1001 ], |
| 1000 }, | 1002 }, |
| 1001 ], | 1003 ], |
| 1002 }], | 1004 }], |
| 1003 ], | 1005 ], |
| 1004 } | 1006 } |
| OLD | NEW |