Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Side by Side Diff: tools/gyp/v8.gyp

Issue 827993003: Integrate Chrome tracing with V8 (WIP) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Cleanup Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../../src/vector.h', 877 '../../src/vector.h',
878 '../../src/version.cc', 878 '../../src/version.cc',
879 '../../src/version.h', 879 '../../src/version.h',
880 '../../src/vm-state-inl.h', 880 '../../src/vm-state-inl.h',
881 '../../src/vm-state.h', 881 '../../src/vm-state.h',
882 '../../src/zone-inl.h', 882 '../../src/zone-inl.h',
883 '../../src/zone.cc', 883 '../../src/zone.cc',
884 '../../src/zone.h', 884 '../../src/zone.h',
885 '../../src/third_party/fdlibm/fdlibm.cc', 885 '../../src/third_party/fdlibm/fdlibm.cc',
886 '../../src/third_party/fdlibm/fdlibm.h', 886 '../../src/third_party/fdlibm/fdlibm.h',
887 '../../src/tracing/trace-event.h',
888 '../../src/tracing/event-tracer.cc',
887 ], 889 ],
888 'conditions': [ 890 'conditions': [
889 ['want_separate_host_toolset==1', { 891 ['want_separate_host_toolset==1', {
890 'toolsets': ['host', 'target'], 892 'toolsets': ['host', 'target'],
891 }, { 893 }, {
892 'toolsets': ['target'], 894 'toolsets': ['target'],
893 }], 895 }],
894 ['v8_target_arch=="arm"', { 896 ['v8_target_arch=="arm"', {
895 'sources': [ ### gcmole(arch:arm) ### 897 'sources': [ ### gcmole(arch:arm) ###
896 '../../src/arm/assembler-arm-inl.h', 898 '../../src/arm/assembler-arm-inl.h',
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 }], 1754 }],
1753 ['want_separate_host_toolset==1', { 1755 ['want_separate_host_toolset==1', {
1754 'toolsets': ['host'], 1756 'toolsets': ['host'],
1755 }, { 1757 }, {
1756 'toolsets': ['target'], 1758 'toolsets': ['target'],
1757 }], 1759 }],
1758 ], 1760 ],
1759 }, 1761 },
1760 ], 1762 ],
1761 } 1763 }
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698