| 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 '../../src/v8.h', | 409 '../../src/v8.h', |
| 410 '../../src/v8threads.cc', | 410 '../../src/v8threads.cc', |
| 411 '../../src/v8threads.h', | 411 '../../src/v8threads.h', |
| 412 '../../src/variables.cc', | 412 '../../src/variables.cc', |
| 413 '../../src/variables.h', | 413 '../../src/variables.h', |
| 414 '../../src/version.cc', | 414 '../../src/version.cc', |
| 415 '../../src/version.h', | 415 '../../src/version.h', |
| 416 '../../src/virtual-frame-inl.h', | 416 '../../src/virtual-frame-inl.h', |
| 417 '../../src/virtual-frame.cc', | 417 '../../src/virtual-frame.cc', |
| 418 '../../src/virtual-frame.h', | 418 '../../src/virtual-frame.h', |
| 419 '../../src/vm-state-inl.h', |
| 420 '../../src/vm-state.cc', |
| 421 '../../src/vm-state.h', |
| 419 '../../src/zone-inl.h', | 422 '../../src/zone-inl.h', |
| 420 '../../src/zone.cc', | 423 '../../src/zone.cc', |
| 421 '../../src/zone.h', | 424 '../../src/zone.h', |
| 422 ], | 425 ], |
| 423 'conditions': [ | 426 'conditions': [ |
| 424 ['target_arch=="arm"', { | 427 ['target_arch=="arm"', { |
| 425 'include_dirs+': [ | 428 'include_dirs+': [ |
| 426 '../../src/arm', | 429 '../../src/arm', |
| 427 ], | 430 ], |
| 428 'sources': [ | 431 'sources': [ |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 ], | 673 ], |
| 671 'conditions': [ | 674 'conditions': [ |
| 672 [ 'OS=="win"', { | 675 [ 'OS=="win"', { |
| 673 # This could be gotten by not setting chromium_code, if that's OK. | 676 # This could be gotten by not setting chromium_code, if that's OK. |
| 674 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 677 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 675 }], | 678 }], |
| 676 ], | 679 ], |
| 677 }, | 680 }, |
| 678 ], | 681 ], |
| 679 } | 682 } |
| OLD | NEW |