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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 '../../src/elements-kind.cc', | 296 '../../src/elements-kind.cc', |
297 '../../src/elements-kind.h', | 297 '../../src/elements-kind.h', |
298 '../../src/elements.cc', | 298 '../../src/elements.cc', |
299 '../../src/elements.h', | 299 '../../src/elements.h', |
300 '../../src/execution.cc', | 300 '../../src/execution.cc', |
301 '../../src/execution.h', | 301 '../../src/execution.h', |
302 '../../src/extensions/externalize-string-extension.cc', | 302 '../../src/extensions/externalize-string-extension.cc', |
303 '../../src/extensions/externalize-string-extension.h', | 303 '../../src/extensions/externalize-string-extension.h', |
304 '../../src/extensions/gc-extension.cc', | 304 '../../src/extensions/gc-extension.cc', |
305 '../../src/extensions/gc-extension.h', | 305 '../../src/extensions/gc-extension.h', |
| 306 '../../src/extensions/counters-extension.cc', |
| 307 '../../src/extensions/counters-extension.h', |
306 '../../src/factory.cc', | 308 '../../src/factory.cc', |
307 '../../src/factory.h', | 309 '../../src/factory.h', |
308 '../../src/fast-dtoa.cc', | 310 '../../src/fast-dtoa.cc', |
309 '../../src/fast-dtoa.h', | 311 '../../src/fast-dtoa.h', |
310 '../../src/fixed-dtoa.cc', | 312 '../../src/fixed-dtoa.cc', |
311 '../../src/fixed-dtoa.h', | 313 '../../src/fixed-dtoa.h', |
312 '../../src/flag-definitions.h', | 314 '../../src/flag-definitions.h', |
313 '../../src/flags.cc', | 315 '../../src/flags.cc', |
314 '../../src/flags.h', | 316 '../../src/flags.h', |
315 '../../src/frames-inl.h', | 317 '../../src/frames-inl.h', |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
991 }], | 993 }], |
992 ], | 994 ], |
993 'dependencies': [ | 995 'dependencies': [ |
994 'v8' | 996 'v8' |
995 ], | 997 ], |
996 }, | 998 }, |
997 ], | 999 ], |
998 }], | 1000 }], |
999 ], | 1001 ], |
1000 } | 1002 } |
OLD | NEW |