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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 '../../src/conversions.cc', | 275 '../../src/conversions.cc', |
276 '../../src/conversions.h', | 276 '../../src/conversions.h', |
277 '../../src/counters.cc', | 277 '../../src/counters.cc', |
278 '../../src/counters.h', | 278 '../../src/counters.h', |
279 '../../src/cpu.h', | 279 '../../src/cpu.h', |
280 '../../src/cpu-profiler-inl.h', | 280 '../../src/cpu-profiler-inl.h', |
281 '../../src/cpu-profiler.cc', | 281 '../../src/cpu-profiler.cc', |
282 '../../src/cpu-profiler.h', | 282 '../../src/cpu-profiler.h', |
283 '../../src/data-flow.cc', | 283 '../../src/data-flow.cc', |
284 '../../src/data-flow.h', | 284 '../../src/data-flow.h', |
| 285 '../../src/date.cc', |
| 286 '../../src/date.h', |
285 '../../src/dateparser.cc', | 287 '../../src/dateparser.cc', |
286 '../../src/dateparser.h', | 288 '../../src/dateparser.h', |
287 '../../src/dateparser-inl.h', | 289 '../../src/dateparser-inl.h', |
288 '../../src/debug.cc', | 290 '../../src/debug.cc', |
289 '../../src/debug.h', | 291 '../../src/debug.h', |
290 '../../src/debug-agent.cc', | 292 '../../src/debug-agent.cc', |
291 '../../src/debug-agent.h', | 293 '../../src/debug-agent.h', |
292 '../../src/deoptimizer.cc', | 294 '../../src/deoptimizer.cc', |
293 '../../src/deoptimizer.h', | 295 '../../src/deoptimizer.h', |
294 '../../src/disasm.h', | 296 '../../src/disasm.h', |
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 }], | 986 }], |
985 ], | 987 ], |
986 'dependencies': [ | 988 'dependencies': [ |
987 'v8' | 989 'v8' |
988 ], | 990 ], |
989 }, | 991 }, |
990 ], | 992 ], |
991 }], | 993 }], |
992 ], | 994 ], |
993 } | 995 } |
OLD | NEW |