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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 '../../src/bytecodes-irregexp.h', | 245 '../../src/bytecodes-irregexp.h', |
246 '../../src/cached-powers.cc', | 246 '../../src/cached-powers.cc', |
247 '../../src/cached-powers.h', | 247 '../../src/cached-powers.h', |
248 '../../src/char-predicates-inl.h', | 248 '../../src/char-predicates-inl.h', |
249 '../../src/char-predicates.h', | 249 '../../src/char-predicates.h', |
250 '../../src/checks.cc', | 250 '../../src/checks.cc', |
251 '../../src/checks.h', | 251 '../../src/checks.h', |
252 '../../src/circular-queue-inl.h', | 252 '../../src/circular-queue-inl.h', |
253 '../../src/circular-queue.cc', | 253 '../../src/circular-queue.cc', |
254 '../../src/circular-queue.h', | 254 '../../src/circular-queue.h', |
| 255 '../../src/code-events.cc', |
| 256 '../../src/code-events.h', |
255 '../../src/code-stubs.cc', | 257 '../../src/code-stubs.cc', |
256 '../../src/code-stubs.h', | 258 '../../src/code-stubs.h', |
257 '../../src/code.h', | 259 '../../src/code.h', |
258 '../../src/codegen.cc', | 260 '../../src/codegen.cc', |
259 '../../src/codegen.h', | 261 '../../src/codegen.h', |
260 '../../src/compilation-cache.cc', | 262 '../../src/compilation-cache.cc', |
261 '../../src/compilation-cache.h', | 263 '../../src/compilation-cache.h', |
262 '../../src/compiler.cc', | 264 '../../src/compiler.cc', |
263 '../../src/compiler.h', | 265 '../../src/compiler.h', |
264 '../../src/contexts.cc', | 266 '../../src/contexts.cc', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 '../../src/flag-definitions.h', | 316 '../../src/flag-definitions.h', |
315 '../../src/flags.cc', | 317 '../../src/flags.cc', |
316 '../../src/flags.h', | 318 '../../src/flags.h', |
317 '../../src/frames-inl.h', | 319 '../../src/frames-inl.h', |
318 '../../src/frames.cc', | 320 '../../src/frames.cc', |
319 '../../src/frames.h', | 321 '../../src/frames.h', |
320 '../../src/full-codegen.cc', | 322 '../../src/full-codegen.cc', |
321 '../../src/full-codegen.h', | 323 '../../src/full-codegen.h', |
322 '../../src/func-name-inferrer.cc', | 324 '../../src/func-name-inferrer.cc', |
323 '../../src/func-name-inferrer.h', | 325 '../../src/func-name-inferrer.h', |
| 326 '../../src/gdb-jit.cc', |
| 327 '../../src/gdb-jit.h', |
324 '../../src/global-handles.cc', | 328 '../../src/global-handles.cc', |
325 '../../src/global-handles.h', | 329 '../../src/global-handles.h', |
326 '../../src/globals.h', | 330 '../../src/globals.h', |
327 '../../src/handles-inl.h', | 331 '../../src/handles-inl.h', |
328 '../../src/handles.cc', | 332 '../../src/handles.cc', |
329 '../../src/handles.h', | 333 '../../src/handles.h', |
330 '../../src/hashmap.h', | 334 '../../src/hashmap.h', |
331 '../../src/heap-inl.h', | 335 '../../src/heap-inl.h', |
332 '../../src/heap-profiler.cc', | 336 '../../src/heap-profiler.cc', |
333 '../../src/heap-profiler.h', | 337 '../../src/heap-profiler.h', |
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
995 }], | 999 }], |
996 ], | 1000 ], |
997 'dependencies': [ | 1001 'dependencies': [ |
998 'v8' | 1002 'v8' |
999 ], | 1003 ], |
1000 }, | 1004 }, |
1001 ], | 1005 ], |
1002 }], | 1006 }], |
1003 ], | 1007 ], |
1004 } | 1008 } |
OLD | NEW |