| 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 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2038 '../include/libplatform/libplatform.h', | 2038 '../include/libplatform/libplatform.h', |
| 2039 '../include/libplatform/v8-tracing.h', | 2039 '../include/libplatform/v8-tracing.h', |
| 2040 'libplatform/default-platform.cc', | 2040 'libplatform/default-platform.cc', |
| 2041 'libplatform/default-platform.h', | 2041 'libplatform/default-platform.h', |
| 2042 'libplatform/task-queue.cc', | 2042 'libplatform/task-queue.cc', |
| 2043 'libplatform/task-queue.h', | 2043 'libplatform/task-queue.h', |
| 2044 'libplatform/tracing/trace-buffer.cc', | 2044 'libplatform/tracing/trace-buffer.cc', |
| 2045 'libplatform/tracing/trace-buffer.h', | 2045 'libplatform/tracing/trace-buffer.h', |
| 2046 'libplatform/tracing/trace-config.cc', | 2046 'libplatform/tracing/trace-config.cc', |
| 2047 'libplatform/tracing/trace-object.cc', | 2047 'libplatform/tracing/trace-object.cc', |
| 2048 'libplatform/tracing/trace-serializer.cc', |
| 2048 'libplatform/tracing/trace-writer.cc', | 2049 'libplatform/tracing/trace-writer.cc', |
| 2049 'libplatform/tracing/trace-writer.h', | 2050 'libplatform/tracing/trace-writer.h', |
| 2050 'libplatform/tracing/tracing-controller.cc', | 2051 'libplatform/tracing/tracing-controller.cc', |
| 2051 'libplatform/worker-thread.cc', | 2052 'libplatform/worker-thread.cc', |
| 2052 'libplatform/worker-thread.h', | 2053 'libplatform/worker-thread.h', |
| 2053 ], | 2054 ], |
| 2054 'conditions': [ | 2055 'conditions': [ |
| 2055 ['want_separate_host_toolset==1', { | 2056 ['want_separate_host_toolset==1', { |
| 2056 'toolsets': ['host', 'target'], | 2057 'toolsets': ['host', 'target'], |
| 2057 }, { | 2058 }, { |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2415 'conditions': [ | 2416 'conditions': [ |
| 2416 ['want_separate_host_toolset_mkpeephole==1', { | 2417 ['want_separate_host_toolset_mkpeephole==1', { |
| 2417 'toolsets': ['host'], | 2418 'toolsets': ['host'], |
| 2418 }, { | 2419 }, { |
| 2419 'toolsets': ['target'], | 2420 'toolsets': ['target'], |
| 2420 }], | 2421 }], |
| 2421 ], | 2422 ], |
| 2422 }, | 2423 }, |
| 2423 ], | 2424 ], |
| 2424 } | 2425 } |
| OLD | NEW |