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

Side by Side Diff: src/v8.gyp

Issue 2471583004: [Tracing] Make TracingCategoryObserver v8 internal. (Closed)
Patch Set: use unique_ptr Created 4 years, 1 month 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/d8.cc ('K') | « src/v8.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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'outputs': ['<(INTERMEDIATE_DIR)/bytecode-peephole-table.cc'], 385 'outputs': ['<(INTERMEDIATE_DIR)/bytecode-peephole-table.cc'],
386 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole- table.cc' ], 386 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole- table.cc' ],
387 'process_outputs_as_sources': 1, 387 'process_outputs_as_sources': 1,
388 }], 388 }],
389 'sources': [ ### gcmole(all) ### 389 'sources': [ ### gcmole(all) ###
390 '../include/v8-debug.h', 390 '../include/v8-debug.h',
391 '../include/v8-experimental.h', 391 '../include/v8-experimental.h',
392 '../include/v8-platform.h', 392 '../include/v8-platform.h',
393 '../include/v8-profiler.h', 393 '../include/v8-profiler.h',
394 '../include/v8-testing.h', 394 '../include/v8-testing.h',
395 '../include/v8-tracing.h',
396 '../include/v8-util.h', 395 '../include/v8-util.h',
397 '../include/v8-version.h', 396 '../include/v8-version.h',
398 '../include/v8.h', 397 '../include/v8.h',
399 '../include/v8config.h', 398 '../include/v8config.h',
400 'accessors.cc', 399 'accessors.cc',
401 'accessors.h', 400 'accessors.h',
402 'address-map.cc', 401 'address-map.cc',
403 'address-map.h', 402 'address-map.h',
404 'allocation.cc', 403 'allocation.cc',
405 'allocation.h', 404 'allocation.h',
(...skipping 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after
2470 'conditions': [ 2469 'conditions': [
2471 ['want_separate_host_toolset_mkpeephole==1', { 2470 ['want_separate_host_toolset_mkpeephole==1', {
2472 'toolsets': ['host'], 2471 'toolsets': ['host'],
2473 }, { 2472 }, {
2474 'toolsets': ['target'], 2473 'toolsets': ['target'],
2475 }], 2474 }],
2476 ], 2475 ],
2477 }, 2476 },
2478 ], 2477 ],
2479 } 2478 }
OLDNEW
« src/d8.cc ('K') | « src/v8.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698