| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 '../../src/circular-queue.h', | 254 '../../src/circular-queue.h', |
| 255 '../../src/code-stubs.cc', | 255 '../../src/code-stubs.cc', |
| 256 '../../src/code-stubs.h', | 256 '../../src/code-stubs.h', |
| 257 '../../src/code.h', | 257 '../../src/code.h', |
| 258 '../../src/codegen.cc', | 258 '../../src/codegen.cc', |
| 259 '../../src/codegen.h', | 259 '../../src/codegen.h', |
| 260 '../../src/compilation-cache.cc', | 260 '../../src/compilation-cache.cc', |
| 261 '../../src/compilation-cache.h', | 261 '../../src/compilation-cache.h', |
| 262 '../../src/compiler.cc', | 262 '../../src/compiler.cc', |
| 263 '../../src/compiler.h', | 263 '../../src/compiler.h', |
| 264 '../../src/crankshaft-thread.cc', |
| 265 '../../src/crankshaft-thread.h', |
| 264 '../../src/contexts.cc', | 266 '../../src/contexts.cc', |
| 265 '../../src/contexts.h', | 267 '../../src/contexts.h', |
| 266 '../../src/conversions-inl.h', | 268 '../../src/conversions-inl.h', |
| 267 '../../src/conversions.cc', | 269 '../../src/conversions.cc', |
| 268 '../../src/conversions.h', | 270 '../../src/conversions.h', |
| 269 '../../src/counters.cc', | 271 '../../src/counters.cc', |
| 270 '../../src/counters.h', | 272 '../../src/counters.h', |
| 271 '../../src/cpu.h', | 273 '../../src/cpu.h', |
| 272 '../../src/cpu-profiler-inl.h', | 274 '../../src/cpu-profiler-inl.h', |
| 273 '../../src/cpu-profiler.cc', | 275 '../../src/cpu-profiler.cc', |
| (...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 }], | 988 }], |
| 987 ], | 989 ], |
| 988 'dependencies': [ | 990 'dependencies': [ |
| 989 'v8' | 991 'v8' |
| 990 ], | 992 ], |
| 991 }, | 993 }, |
| 992 ], | 994 ], |
| 993 }], | 995 }], |
| 994 ], | 996 ], |
| 995 } | 997 } |
| OLD | NEW |