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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 '../../src/contexts.cc', | 250 '../../src/contexts.cc', |
251 '../../src/contexts.h', | 251 '../../src/contexts.h', |
252 '../../src/conversions-inl.h', | 252 '../../src/conversions-inl.h', |
253 '../../src/conversions.cc', | 253 '../../src/conversions.cc', |
254 '../../src/conversions.h', | 254 '../../src/conversions.h', |
255 '../../src/counters.cc', | 255 '../../src/counters.cc', |
256 '../../src/counters.h', | 256 '../../src/counters.h', |
257 '../../src/cpu-profiler-inl.h', | 257 '../../src/cpu-profiler-inl.h', |
258 '../../src/cpu-profiler.cc', | 258 '../../src/cpu-profiler.cc', |
259 '../../src/cpu-profiler.h', | 259 '../../src/cpu-profiler.h', |
| 260 '../../src/cpu.cc', |
260 '../../src/cpu.h', | 261 '../../src/cpu.h', |
261 '../../src/data-flow.cc', | 262 '../../src/data-flow.cc', |
262 '../../src/data-flow.h', | 263 '../../src/data-flow.h', |
263 '../../src/date.cc', | 264 '../../src/date.cc', |
264 '../../src/date.h', | 265 '../../src/date.h', |
265 '../../src/dateparser-inl.h', | 266 '../../src/dateparser-inl.h', |
266 '../../src/dateparser.cc', | 267 '../../src/dateparser.cc', |
267 '../../src/dateparser.h', | 268 '../../src/dateparser.h', |
268 '../../src/debug-agent.cc', | 269 '../../src/debug-agent.cc', |
269 '../../src/debug-agent.h', | 270 '../../src/debug-agent.h', |
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 }], | 1000 }], |
1000 ['v8_compress_startup_data=="bz2"', { | 1001 ['v8_compress_startup_data=="bz2"', { |
1001 'libraries': [ | 1002 'libraries': [ |
1002 '-lbz2', | 1003 '-lbz2', |
1003 ] | 1004 ] |
1004 }], | 1005 }], |
1005 ], | 1006 ], |
1006 }, | 1007 }, |
1007 ], | 1008 ], |
1008 } | 1009 } |
OLD | NEW |