| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 '../../src/ic.h', | 301 '../../src/ic.h', |
| 302 '../../src/interpreter-irregexp.cc', | 302 '../../src/interpreter-irregexp.cc', |
| 303 '../../src/interpreter-irregexp.h', | 303 '../../src/interpreter-irregexp.h', |
| 304 '../../src/jump-target.cc', | 304 '../../src/jump-target.cc', |
| 305 '../../src/jump-target.h', | 305 '../../src/jump-target.h', |
| 306 '../../src/jump-target-inl.h', | 306 '../../src/jump-target-inl.h', |
| 307 '../../src/jsregexp.cc', | 307 '../../src/jsregexp.cc', |
| 308 '../../src/jsregexp.h', | 308 '../../src/jsregexp.h', |
| 309 '../../src/list-inl.h', | 309 '../../src/list-inl.h', |
| 310 '../../src/list.h', | 310 '../../src/list.h', |
| 311 '../../src/liveedit.cc', |
| 312 '../../src/liveedit.h', |
| 311 '../../src/log-inl.h', | 313 '../../src/log-inl.h', |
| 312 '../../src/log-utils.cc', | 314 '../../src/log-utils.cc', |
| 313 '../../src/log-utils.h', | 315 '../../src/log-utils.h', |
| 314 '../../src/log.cc', | 316 '../../src/log.cc', |
| 315 '../../src/log.h', | 317 '../../src/log.h', |
| 316 '../../src/macro-assembler.h', | 318 '../../src/macro-assembler.h', |
| 317 '../../src/mark-compact.cc', | 319 '../../src/mark-compact.cc', |
| 318 '../../src/mark-compact.h', | 320 '../../src/mark-compact.h', |
| 319 '../../src/memory.h', | 321 '../../src/memory.h', |
| 320 '../../src/messages.cc', | 322 '../../src/messages.cc', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 ], | 621 ], |
| 620 'conditions': [ | 622 'conditions': [ |
| 621 [ 'OS=="win"', { | 623 [ 'OS=="win"', { |
| 622 # This could be gotten by not setting chromium_code, if that's OK. | 624 # This could be gotten by not setting chromium_code, if that's OK. |
| 623 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 625 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 624 }], | 626 }], |
| 625 ], | 627 ], |
| 626 }, | 628 }, |
| 627 ], | 629 ], |
| 628 } | 630 } |
| OLD | NEW |