| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 '../../src/spaces.cc', | 381 '../../src/spaces.cc', |
| 382 '../../src/spaces.h', | 382 '../../src/spaces.h', |
| 383 '../../src/string-stream.cc', | 383 '../../src/string-stream.cc', |
| 384 '../../src/string-stream.h', | 384 '../../src/string-stream.h', |
| 385 '../../src/stub-cache.cc', | 385 '../../src/stub-cache.cc', |
| 386 '../../src/stub-cache.h', | 386 '../../src/stub-cache.h', |
| 387 '../../src/token.cc', | 387 '../../src/token.cc', |
| 388 '../../src/token.h', | 388 '../../src/token.h', |
| 389 '../../src/top.cc', | 389 '../../src/top.cc', |
| 390 '../../src/top.h', | 390 '../../src/top.h', |
| 391 » '../../src/type-info-inl.h', | 391 » '../../src/type-info.cc', |
| 392 '../../src/type-info.h', | 392 '../../src/type-info.h', |
| 393 '../../src/unicode-inl.h', | 393 '../../src/unicode-inl.h', |
| 394 '../../src/unicode.cc', | 394 '../../src/unicode.cc', |
| 395 '../../src/unicode.h', | 395 '../../src/unicode.h', |
| 396 '../../src/utils.cc', | 396 '../../src/utils.cc', |
| 397 '../../src/utils.h', | 397 '../../src/utils.h', |
| 398 '../../src/v8-counters.cc', | 398 '../../src/v8-counters.cc', |
| 399 '../../src/v8-counters.h', | 399 '../../src/v8-counters.h', |
| 400 '../../src/v8.cc', | 400 '../../src/v8.cc', |
| 401 '../../src/v8.h', | 401 '../../src/v8.h', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 ], | 651 ], |
| 652 'conditions': [ | 652 'conditions': [ |
| 653 [ 'OS=="win"', { | 653 [ 'OS=="win"', { |
| 654 # This could be gotten by not setting chromium_code, if that's OK. | 654 # This could be gotten by not setting chromium_code, if that's OK. |
| 655 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 655 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 656 }], | 656 }], |
| 657 ], | 657 ], |
| 658 }, | 658 }, |
| 659 ], | 659 ], |
| 660 } | 660 } |
| OLD | NEW |