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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 '../../src/cached-powers.h', | 255 '../../src/cached-powers.h', |
256 '../../src/char-predicates-inl.h', | 256 '../../src/char-predicates-inl.h', |
257 '../../src/char-predicates.h', | 257 '../../src/char-predicates.h', |
258 '../../src/checks.cc', | 258 '../../src/checks.cc', |
259 '../../src/checks.h', | 259 '../../src/checks.h', |
260 '../../src/circular-queue-inl.h', | 260 '../../src/circular-queue-inl.h', |
261 '../../src/circular-queue.cc', | 261 '../../src/circular-queue.cc', |
262 '../../src/circular-queue.h', | 262 '../../src/circular-queue.h', |
263 '../../src/code-stubs.cc', | 263 '../../src/code-stubs.cc', |
264 '../../src/code-stubs.h', | 264 '../../src/code-stubs.h', |
265 '../../src/code-stubs-hydrogen.cc', | |
266 '../../src/code.h', | 265 '../../src/code.h', |
267 '../../src/codegen.cc', | 266 '../../src/codegen.cc', |
268 '../../src/codegen.h', | 267 '../../src/codegen.h', |
269 '../../src/compilation-cache.cc', | 268 '../../src/compilation-cache.cc', |
270 '../../src/compilation-cache.h', | 269 '../../src/compilation-cache.h', |
271 '../../src/compiler.cc', | 270 '../../src/compiler.cc', |
272 '../../src/compiler.h', | 271 '../../src/compiler.h', |
273 '../../src/contexts.cc', | 272 '../../src/contexts.cc', |
274 '../../src/contexts.h', | 273 '../../src/contexts.h', |
275 '../../src/conversions-inl.h', | 274 '../../src/conversions-inl.h', |
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 }], | 1007 }], |
1009 ], | 1008 ], |
1010 'dependencies': [ | 1009 'dependencies': [ |
1011 'v8' | 1010 'v8' |
1012 ], | 1011 ], |
1013 }, | 1012 }, |
1014 ], | 1013 ], |
1015 }], | 1014 }], |
1016 ], | 1015 ], |
1017 } | 1016 } |
OLD | NEW |