| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 '../../src/string-stream.h', | 369 '../../src/string-stream.h', |
| 370 '../../src/stub-cache.cc', | 370 '../../src/stub-cache.cc', |
| 371 '../../src/stub-cache.h', | 371 '../../src/stub-cache.h', |
| 372 '../../src/token.cc', | 372 '../../src/token.cc', |
| 373 '../../src/token.h', | 373 '../../src/token.h', |
| 374 '../../src/top.cc', | 374 '../../src/top.cc', |
| 375 '../../src/top.h', | 375 '../../src/top.h', |
| 376 '../../src/unicode-inl.h', | 376 '../../src/unicode-inl.h', |
| 377 '../../src/unicode.cc', | 377 '../../src/unicode.cc', |
| 378 '../../src/unicode.h', | 378 '../../src/unicode.h', |
| 379 '../../src/usage-analyzer.cc', | |
| 380 '../../src/usage-analyzer.h', | |
| 381 '../../src/utils.cc', | 379 '../../src/utils.cc', |
| 382 '../../src/utils.h', | 380 '../../src/utils.h', |
| 383 '../../src/v8-counters.cc', | 381 '../../src/v8-counters.cc', |
| 384 '../../src/v8-counters.h', | 382 '../../src/v8-counters.h', |
| 385 '../../src/v8.cc', | 383 '../../src/v8.cc', |
| 386 '../../src/v8.h', | 384 '../../src/v8.h', |
| 387 '../../src/v8threads.cc', | 385 '../../src/v8threads.cc', |
| 388 '../../src/v8threads.h', | 386 '../../src/v8threads.h', |
| 389 '../../src/variables.cc', | 387 '../../src/variables.cc', |
| 390 '../../src/variables.h', | 388 '../../src/variables.h', |
| 391 '../../src/version.cc', | 389 '../../src/version.cc', |
| 392 '../../src/version.h', | 390 '../../src/version.h', |
| 393 '../../src/virtual-frame-inl.h',» | 391 '../../src/virtual-frame-inl.h', |
| 392 '../../src/virtual-frame.cc', |
| 394 '../../src/virtual-frame.h', | 393 '../../src/virtual-frame.h', |
| 395 '../../src/virtual-frame.cc', | |
| 396 '../../src/zone-inl.h', | 394 '../../src/zone-inl.h', |
| 397 '../../src/zone.cc', | 395 '../../src/zone.cc', |
| 398 '../../src/zone.h', | 396 '../../src/zone.h', |
| 399 ], | 397 ], |
| 400 'conditions': [ | 398 'conditions': [ |
| 401 ['target_arch=="arm"', { | 399 ['target_arch=="arm"', { |
| 402 'include_dirs+': [ | 400 'include_dirs+': [ |
| 403 '../../src/arm', | 401 '../../src/arm', |
| 404 ], | 402 ], |
| 405 'sources': [ | 403 'sources': [ |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 ], | 622 ], |
| 625 'conditions': [ | 623 'conditions': [ |
| 626 [ 'OS=="win"', { | 624 [ 'OS=="win"', { |
| 627 # This could be gotten by not setting chromium_code, if that's OK. | 625 # This could be gotten by not setting chromium_code, if that's OK. |
| 628 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 626 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 629 }], | 627 }], |
| 630 ], | 628 ], |
| 631 }, | 629 }, |
| 632 ], | 630 ], |
| 633 } | 631 } |
| OLD | NEW |