| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 '../../src/log-utils.h', | 323 '../../src/log-utils.h', |
| 324 '../../src/log.cc', | 324 '../../src/log.cc', |
| 325 '../../src/log.h', | 325 '../../src/log.h', |
| 326 '../../src/macro-assembler.h', | 326 '../../src/macro-assembler.h', |
| 327 '../../src/mark-compact.cc', | 327 '../../src/mark-compact.cc', |
| 328 '../../src/mark-compact.h', | 328 '../../src/mark-compact.h', |
| 329 '../../src/memory.h', | 329 '../../src/memory.h', |
| 330 '../../src/messages.cc', | 330 '../../src/messages.cc', |
| 331 '../../src/messages.h', | 331 '../../src/messages.h', |
| 332 '../../src/natives.h', | 332 '../../src/natives.h', |
| 333 '../../src/number-info-inl.h', | |
| 334 '../../src/number-info.h', | |
| 335 '../../src/objects-debug.cc', | 333 '../../src/objects-debug.cc', |
| 336 '../../src/objects-inl.h', | 334 '../../src/objects-inl.h', |
| 337 '../../src/objects.cc', | 335 '../../src/objects.cc', |
| 338 '../../src/objects.h', | 336 '../../src/objects.h', |
| 339 '../../src/oprofile-agent.h', | 337 '../../src/oprofile-agent.h', |
| 340 '../../src/oprofile-agent.cc', | 338 '../../src/oprofile-agent.cc', |
| 341 '../../src/parser.cc', | 339 '../../src/parser.cc', |
| 342 '../../src/parser.h', | 340 '../../src/parser.h', |
| 343 '../../src/platform.h', | 341 '../../src/platform.h', |
| 344 '../../src/powers-ten.h', | 342 '../../src/powers-ten.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 '../../src/spaces.cc', | 379 '../../src/spaces.cc', |
| 382 '../../src/spaces.h', | 380 '../../src/spaces.h', |
| 383 '../../src/string-stream.cc', | 381 '../../src/string-stream.cc', |
| 384 '../../src/string-stream.h', | 382 '../../src/string-stream.h', |
| 385 '../../src/stub-cache.cc', | 383 '../../src/stub-cache.cc', |
| 386 '../../src/stub-cache.h', | 384 '../../src/stub-cache.h', |
| 387 '../../src/token.cc', | 385 '../../src/token.cc', |
| 388 '../../src/token.h', | 386 '../../src/token.h', |
| 389 '../../src/top.cc', | 387 '../../src/top.cc', |
| 390 '../../src/top.h', | 388 '../../src/top.h', |
| 389 '../../src/type-info-inl.h', |
| 390 '../../src/type-info.h', |
| 391 '../../src/unicode-inl.h', | 391 '../../src/unicode-inl.h', |
| 392 '../../src/unicode.cc', | 392 '../../src/unicode.cc', |
| 393 '../../src/unicode.h', | 393 '../../src/unicode.h', |
| 394 '../../src/utils.cc', | 394 '../../src/utils.cc', |
| 395 '../../src/utils.h', | 395 '../../src/utils.h', |
| 396 '../../src/v8-counters.cc', | 396 '../../src/v8-counters.cc', |
| 397 '../../src/v8-counters.h', | 397 '../../src/v8-counters.h', |
| 398 '../../src/v8.cc', | 398 '../../src/v8.cc', |
| 399 '../../src/v8.h', | 399 '../../src/v8.h', |
| 400 '../../src/v8threads.cc', | 400 '../../src/v8threads.cc', |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 ], | 637 ], |
| 638 'conditions': [ | 638 'conditions': [ |
| 639 [ 'OS=="win"', { | 639 [ 'OS=="win"', { |
| 640 # This could be gotten by not setting chromium_code, if that's OK. | 640 # This could be gotten by not setting chromium_code, if that's OK. |
| 641 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 641 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 642 }], | 642 }], |
| 643 ], | 643 ], |
| 644 }, | 644 }, |
| 645 ], | 645 ], |
| 646 } | 646 } |
| OLD | NEW |