| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 '../../src/incremental-marking.h', | 343 '../../src/incremental-marking.h', |
| 344 '../../src/inspector.cc', | 344 '../../src/inspector.cc', |
| 345 '../../src/inspector.h', | 345 '../../src/inspector.h', |
| 346 '../../src/interpreter-irregexp.cc', | 346 '../../src/interpreter-irregexp.cc', |
| 347 '../../src/interpreter-irregexp.h', | 347 '../../src/interpreter-irregexp.h', |
| 348 '../../src/json-parser.h', | 348 '../../src/json-parser.h', |
| 349 '../../src/jsregexp.cc', | 349 '../../src/jsregexp.cc', |
| 350 '../../src/jsregexp.h', | 350 '../../src/jsregexp.h', |
| 351 '../../src/isolate.cc', | 351 '../../src/isolate.cc', |
| 352 '../../src/isolate.h', | 352 '../../src/isolate.h', |
| 353 '../../src/lazy-instance.h' |
| 353 '../../src/list-inl.h', | 354 '../../src/list-inl.h', |
| 354 '../../src/list.h', | 355 '../../src/list.h', |
| 355 '../../src/lithium.cc', | 356 '../../src/lithium.cc', |
| 356 '../../src/lithium.h', | 357 '../../src/lithium.h', |
| 357 '../../src/lithium-allocator.cc', | 358 '../../src/lithium-allocator.cc', |
| 358 '../../src/lithium-allocator.h', | 359 '../../src/lithium-allocator.h', |
| 359 '../../src/lithium-allocator-inl.h', | 360 '../../src/lithium-allocator-inl.h', |
| 360 '../../src/liveedit.cc', | 361 '../../src/liveedit.cc', |
| 361 '../../src/liveedit.h', | 362 '../../src/liveedit.h', |
| 362 '../../src/liveobjectlist-inl.h', | 363 '../../src/liveobjectlist-inl.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 373 '../../src/messages.cc', | 374 '../../src/messages.cc', |
| 374 '../../src/messages.h', | 375 '../../src/messages.h', |
| 375 '../../src/natives.h', | 376 '../../src/natives.h', |
| 376 '../../src/objects-debug.cc', | 377 '../../src/objects-debug.cc', |
| 377 '../../src/objects-printer.cc', | 378 '../../src/objects-printer.cc', |
| 378 '../../src/objects-inl.h', | 379 '../../src/objects-inl.h', |
| 379 '../../src/objects-visiting.cc', | 380 '../../src/objects-visiting.cc', |
| 380 '../../src/objects-visiting.h', | 381 '../../src/objects-visiting.h', |
| 381 '../../src/objects.cc', | 382 '../../src/objects.cc', |
| 382 '../../src/objects.h', | 383 '../../src/objects.h', |
| 384 '../../src/once.cc', |
| 385 '../../src/once.h', |
| 383 '../../src/parser.cc', | 386 '../../src/parser.cc', |
| 384 '../../src/parser.h', | 387 '../../src/parser.h', |
| 385 '../../src/platform-tls-mac.h', | 388 '../../src/platform-tls-mac.h', |
| 386 '../../src/platform-tls-win32.h', | 389 '../../src/platform-tls-win32.h', |
| 387 '../../src/platform-tls.h', | 390 '../../src/platform-tls.h', |
| 388 '../../src/platform.h', | 391 '../../src/platform.h', |
| 389 '../../src/preparse-data-format.h', | 392 '../../src/preparse-data-format.h', |
| 390 '../../src/preparse-data.cc', | 393 '../../src/preparse-data.cc', |
| 391 '../../src/preparse-data.h', | 394 '../../src/preparse-data.h', |
| 392 '../../src/preparser.cc', | 395 '../../src/preparser.cc', |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 }], | 987 }], |
| 985 ], | 988 ], |
| 986 'dependencies': [ | 989 'dependencies': [ |
| 987 'v8' | 990 'v8' |
| 988 ], | 991 ], |
| 989 }, | 992 }, |
| 990 ], | 993 ], |
| 991 }], | 994 }], |
| 992 ], | 995 ], |
| 993 } | 996 } |
| OLD | NEW |