OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 '../../include/v8-debug.h', | 378 '../../include/v8-debug.h', |
379 '../../include/v8-platform.h', | 379 '../../include/v8-platform.h', |
380 '../../include/v8-profiler.h', | 380 '../../include/v8-profiler.h', |
381 '../../include/v8-testing.h', | 381 '../../include/v8-testing.h', |
382 '../../include/v8-util.h', | 382 '../../include/v8-util.h', |
383 '../../include/v8-version.h', | 383 '../../include/v8-version.h', |
384 '../../include/v8.h', | 384 '../../include/v8.h', |
385 '../../include/v8config.h', | 385 '../../include/v8config.h', |
386 '../../src/accessors.cc', | 386 '../../src/accessors.cc', |
387 '../../src/accessors.h', | 387 '../../src/accessors.h', |
| 388 '../../src/address-map.cc', |
| 389 '../../src/address-map.h', |
388 '../../src/allocation.cc', | 390 '../../src/allocation.cc', |
389 '../../src/allocation.h', | 391 '../../src/allocation.h', |
390 '../../src/allocation-site-scopes.cc', | 392 '../../src/allocation-site-scopes.cc', |
391 '../../src/allocation-site-scopes.h', | 393 '../../src/allocation-site-scopes.h', |
392 '../../src/api.cc', | 394 '../../src/api.cc', |
393 '../../src/api.h', | 395 '../../src/api.h', |
394 '../../src/api-natives.cc', | 396 '../../src/api-natives.cc', |
395 '../../src/api-natives.h', | 397 '../../src/api-natives.h', |
396 '../../src/arguments.cc', | 398 '../../src/arguments.cc', |
397 '../../src/arguments.h', | 399 '../../src/arguments.h', |
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2094 }], | 2096 }], |
2095 ['want_separate_host_toolset==1', { | 2097 ['want_separate_host_toolset==1', { |
2096 'toolsets': ['host'], | 2098 'toolsets': ['host'], |
2097 }, { | 2099 }, { |
2098 'toolsets': ['target'], | 2100 'toolsets': ['target'], |
2099 }], | 2101 }], |
2100 ], | 2102 ], |
2101 }, | 2103 }, |
2102 ], | 2104 ], |
2103 } | 2105 } |
OLD | NEW |