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

Side by Side Diff: src/v8.gyp

Issue 2436273002: [Tracing] Implement TracingCategoryObserver. (Closed)
Patch Set: fix compilation error Created 4 years, 2 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
« src/flag-definitions.h ('K') | « src/tracing/tracing-flag.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 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 'string-stream.cc', 1209 'string-stream.cc',
1210 'string-stream.h', 1210 'string-stream.h',
1211 'strtod.cc', 1211 'strtod.cc',
1212 'strtod.h', 1212 'strtod.h',
1213 'ic/stub-cache.cc', 1213 'ic/stub-cache.cc',
1214 'ic/stub-cache.h', 1214 'ic/stub-cache.h',
1215 'tracing/trace-event.cc', 1215 'tracing/trace-event.cc',
1216 'tracing/trace-event.h', 1216 'tracing/trace-event.h',
1217 'tracing/traced-value.cc', 1217 'tracing/traced-value.cc',
1218 'tracing/traced-value.h', 1218 'tracing/traced-value.h',
1219 'tracing/tracing-flag.cc',
1220 'tracing/tracing-flag.h',
1219 'transitions-inl.h', 1221 'transitions-inl.h',
1220 'transitions.cc', 1222 'transitions.cc',
1221 'transitions.h', 1223 'transitions.h',
1222 'type-feedback-vector-inl.h', 1224 'type-feedback-vector-inl.h',
1223 'type-feedback-vector.cc', 1225 'type-feedback-vector.cc',
1224 'type-feedback-vector.h', 1226 'type-feedback-vector.h',
1225 'type-hints.cc', 1227 'type-hints.cc',
1226 'type-hints.h', 1228 'type-hints.h',
1227 'type-info.cc', 1229 'type-info.cc',
1228 'type-info.h', 1230 'type-info.h',
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2480 'conditions': [ 2482 'conditions': [
2481 ['want_separate_host_toolset_mkpeephole==1', { 2483 ['want_separate_host_toolset_mkpeephole==1', {
2482 'toolsets': ['host'], 2484 'toolsets': ['host'],
2483 }, { 2485 }, {
2484 'toolsets': ['target'], 2486 'toolsets': ['target'],
2485 }], 2487 }],
2486 ], 2488 ],
2487 }, 2489 },
2488 ], 2490 ],
2489 } 2491 }
OLDNEW
« src/flag-definitions.h ('K') | « src/tracing/tracing-flag.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698