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

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

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add trace-event.cc to BUILD.gn Created 5 years 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
« include/v8-platform.h ('K') | « test/cctest/test-trace-event.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 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 '../../src/string-builder.h', 1004 '../../src/string-builder.h',
1005 '../../src/string-search.h', 1005 '../../src/string-search.h',
1006 '../../src/string-stream.cc', 1006 '../../src/string-stream.cc',
1007 '../../src/string-stream.h', 1007 '../../src/string-stream.h',
1008 '../../src/strtod.cc', 1008 '../../src/strtod.cc',
1009 '../../src/strtod.h', 1009 '../../src/strtod.h',
1010 '../../src/ic/stub-cache.cc', 1010 '../../src/ic/stub-cache.cc',
1011 '../../src/ic/stub-cache.h', 1011 '../../src/ic/stub-cache.h',
1012 '../../src/token.cc', 1012 '../../src/token.cc',
1013 '../../src/token.h', 1013 '../../src/token.h',
1014 '../../src/tracing/trace-event.cc',
1015 '../../src/tracing/trace-event.h',
1014 '../../src/transitions-inl.h', 1016 '../../src/transitions-inl.h',
1015 '../../src/transitions.cc', 1017 '../../src/transitions.cc',
1016 '../../src/transitions.h', 1018 '../../src/transitions.h',
1017 '../../src/type-cache.cc', 1019 '../../src/type-cache.cc',
1018 '../../src/type-cache.h', 1020 '../../src/type-cache.h',
1019 '../../src/type-feedback-vector-inl.h', 1021 '../../src/type-feedback-vector-inl.h',
1020 '../../src/type-feedback-vector.cc', 1022 '../../src/type-feedback-vector.cc',
1021 '../../src/type-feedback-vector.h', 1023 '../../src/type-feedback-vector.h',
1022 '../../src/type-info.cc', 1024 '../../src/type-info.cc',
1023 '../../src/type-info.h', 1025 '../../src/type-info.h',
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 }], 2109 }],
2108 ['want_separate_host_toolset==1', { 2110 ['want_separate_host_toolset==1', {
2109 'toolsets': ['host'], 2111 'toolsets': ['host'],
2110 }, { 2112 }, {
2111 'toolsets': ['target'], 2113 'toolsets': ['target'],
2112 }], 2114 }],
2113 ], 2115 ],
2114 }, 2116 },
2115 ], 2117 ],
2116 } 2118 }
OLDNEW
« include/v8-platform.h ('K') | « test/cctest/test-trace-event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698