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

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

Issue 1356223004: Move heap and CPU profilers into a dedicated directory. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebaseline Created 5 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
« no previous file with comments | « test/cctest/trace-extension.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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 '../../include/v8-util.h', 382 '../../include/v8-util.h',
383 '../../include/v8-version.h', 383 '../../include/v8-version.h',
384 '../../include/v8.h', 384 '../../include/v8.h',
385 '../../include/v8config.h', 385 '../../include/v8config.h',
386 '../../src/accessors.cc', 386 '../../src/accessors.cc',
387 '../../src/accessors.h', 387 '../../src/accessors.h',
388 '../../src/allocation.cc', 388 '../../src/allocation.cc',
389 '../../src/allocation.h', 389 '../../src/allocation.h',
390 '../../src/allocation-site-scopes.cc', 390 '../../src/allocation-site-scopes.cc',
391 '../../src/allocation-site-scopes.h', 391 '../../src/allocation-site-scopes.h',
392 '../../src/allocation-tracker.cc',
393 '../../src/allocation-tracker.h',
394 '../../src/api.cc', 392 '../../src/api.cc',
395 '../../src/api.h', 393 '../../src/api.h',
396 '../../src/api-natives.cc', 394 '../../src/api-natives.cc',
397 '../../src/api-natives.h', 395 '../../src/api-natives.h',
398 '../../src/arguments.cc', 396 '../../src/arguments.cc',
399 '../../src/arguments.h', 397 '../../src/arguments.h',
400 '../../src/assembler.cc', 398 '../../src/assembler.cc',
401 '../../src/assembler.h', 399 '../../src/assembler.h',
402 '../../src/assert-scope.h', 400 '../../src/assert-scope.h',
403 '../../src/assert-scope.cc', 401 '../../src/assert-scope.cc',
(...skipping 25 matching lines...) Expand all
429 '../../src/builtins.cc', 427 '../../src/builtins.cc',
430 '../../src/builtins.h', 428 '../../src/builtins.h',
431 '../../src/cached-powers.cc', 429 '../../src/cached-powers.cc',
432 '../../src/cached-powers.h', 430 '../../src/cached-powers.h',
433 '../../src/cancelable-task.cc', 431 '../../src/cancelable-task.cc',
434 '../../src/cancelable-task.h', 432 '../../src/cancelable-task.h',
435 '../../src/char-predicates.cc', 433 '../../src/char-predicates.cc',
436 '../../src/char-predicates-inl.h', 434 '../../src/char-predicates-inl.h',
437 '../../src/char-predicates.h', 435 '../../src/char-predicates.h',
438 '../../src/checks.h', 436 '../../src/checks.h',
439 '../../src/circular-queue-inl.h',
440 '../../src/circular-queue.h',
441 '../../src/code-factory.cc', 437 '../../src/code-factory.cc',
442 '../../src/code-factory.h', 438 '../../src/code-factory.h',
443 '../../src/code-stubs.cc', 439 '../../src/code-stubs.cc',
444 '../../src/code-stubs.h', 440 '../../src/code-stubs.h',
445 '../../src/code-stubs-hydrogen.cc', 441 '../../src/code-stubs-hydrogen.cc',
446 '../../src/codegen.cc', 442 '../../src/codegen.cc',
447 '../../src/codegen.h', 443 '../../src/codegen.h',
448 '../../src/compilation-cache.cc', 444 '../../src/compilation-cache.cc',
449 '../../src/compilation-cache.h', 445 '../../src/compilation-cache.h',
450 '../../src/compilation-dependencies.cc', 446 '../../src/compilation-dependencies.cc',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 '../../src/context-measure.cc', 619 '../../src/context-measure.cc',
624 '../../src/context-measure.h', 620 '../../src/context-measure.h',
625 '../../src/contexts-inl.h', 621 '../../src/contexts-inl.h',
626 '../../src/contexts.cc', 622 '../../src/contexts.cc',
627 '../../src/contexts.h', 623 '../../src/contexts.h',
628 '../../src/conversions-inl.h', 624 '../../src/conversions-inl.h',
629 '../../src/conversions.cc', 625 '../../src/conversions.cc',
630 '../../src/conversions.h', 626 '../../src/conversions.h',
631 '../../src/counters.cc', 627 '../../src/counters.cc',
632 '../../src/counters.h', 628 '../../src/counters.h',
633 '../../src/cpu-profiler-inl.h',
634 '../../src/cpu-profiler.cc',
635 '../../src/cpu-profiler.h',
636 '../../src/date.cc', 629 '../../src/date.cc',
637 '../../src/date.h', 630 '../../src/date.h',
638 '../../src/dateparser-inl.h', 631 '../../src/dateparser-inl.h',
639 '../../src/dateparser.cc', 632 '../../src/dateparser.cc',
640 '../../src/dateparser.h', 633 '../../src/dateparser.h',
641 '../../src/debug/debug-evaluate.cc', 634 '../../src/debug/debug-evaluate.cc',
642 '../../src/debug/debug-evaluate.h', 635 '../../src/debug/debug-evaluate.h',
643 '../../src/debug/debug-frames.cc', 636 '../../src/debug/debug-frames.cc',
644 '../../src/debug/debug-frames.h', 637 '../../src/debug/debug-frames.h',
645 '../../src/debug/debug-scopes.cc', 638 '../../src/debug/debug-scopes.cc',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 '../../src/futex-emulation.h', 691 '../../src/futex-emulation.h',
699 '../../src/gdb-jit.cc', 692 '../../src/gdb-jit.cc',
700 '../../src/gdb-jit.h', 693 '../../src/gdb-jit.h',
701 '../../src/global-handles.cc', 694 '../../src/global-handles.cc',
702 '../../src/global-handles.h', 695 '../../src/global-handles.h',
703 '../../src/globals.h', 696 '../../src/globals.h',
704 '../../src/handles-inl.h', 697 '../../src/handles-inl.h',
705 '../../src/handles.cc', 698 '../../src/handles.cc',
706 '../../src/handles.h', 699 '../../src/handles.h',
707 '../../src/hashmap.h', 700 '../../src/hashmap.h',
708 '../../src/heap-profiler.cc',
709 '../../src/heap-profiler.h',
710 '../../src/heap-snapshot-generator-inl.h',
711 '../../src/heap-snapshot-generator.cc',
712 '../../src/heap-snapshot-generator.h',
713 '../../src/heap/array-buffer-tracker.cc', 701 '../../src/heap/array-buffer-tracker.cc',
714 '../../src/heap/array-buffer-tracker.h', 702 '../../src/heap/array-buffer-tracker.h',
715 '../../src/heap/memory-reducer.cc', 703 '../../src/heap/memory-reducer.cc',
716 '../../src/heap/memory-reducer.h', 704 '../../src/heap/memory-reducer.h',
717 '../../src/heap/gc-idle-time-handler.cc', 705 '../../src/heap/gc-idle-time-handler.cc',
718 '../../src/heap/gc-idle-time-handler.h', 706 '../../src/heap/gc-idle-time-handler.h',
719 '../../src/heap/gc-tracer.cc', 707 '../../src/heap/gc-tracer.cc',
720 '../../src/heap/gc-tracer.h', 708 '../../src/heap/gc-tracer.h',
721 '../../src/heap/heap-inl.h', 709 '../../src/heap/heap-inl.h',
722 '../../src/heap/heap.cc', 710 '../../src/heap/heap.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 '../../src/parser.h', 864 '../../src/parser.h',
877 '../../src/pending-compilation-error-handler.cc', 865 '../../src/pending-compilation-error-handler.cc',
878 '../../src/pending-compilation-error-handler.h', 866 '../../src/pending-compilation-error-handler.h',
879 '../../src/preparse-data-format.h', 867 '../../src/preparse-data-format.h',
880 '../../src/preparse-data.cc', 868 '../../src/preparse-data.cc',
881 '../../src/preparse-data.h', 869 '../../src/preparse-data.h',
882 '../../src/preparser.cc', 870 '../../src/preparser.cc',
883 '../../src/preparser.h', 871 '../../src/preparser.h',
884 '../../src/prettyprinter.cc', 872 '../../src/prettyprinter.cc',
885 '../../src/prettyprinter.h', 873 '../../src/prettyprinter.h',
886 '../../src/profile-generator-inl.h', 874 '../../src/profiler/allocation-tracker.cc',
887 '../../src/profile-generator.cc', 875 '../../src/profiler/allocation-tracker.h',
888 '../../src/profile-generator.h', 876 '../../src/profiler/circular-queue-inl.h',
877 '../../src/profiler/circular-queue.h',
878 '../../src/profiler/cpu-profiler-inl.h',
879 '../../src/profiler/cpu-profiler.cc',
880 '../../src/profiler/cpu-profiler.h',
881 '../../src/profiler/heap-profiler.cc',
882 '../../src/profiler/heap-profiler.h',
883 '../../src/profiler/heap-snapshot-generator-inl.h',
884 '../../src/profiler/heap-snapshot-generator.cc',
885 '../../src/profiler/heap-snapshot-generator.h',
886 '../../src/profiler/profile-generator-inl.h',
887 '../../src/profiler/profile-generator.cc',
888 '../../src/profiler/profile-generator.h',
889 '../../src/profiler/sampler.cc',
890 '../../src/profiler/sampler.h',
891 '../../src/profiler/unbound-queue-inl.h',
892 '../../src/profiler/unbound-queue.h',
889 '../../src/property-details.h', 893 '../../src/property-details.h',
890 '../../src/property.cc', 894 '../../src/property.cc',
891 '../../src/property.h', 895 '../../src/property.h',
892 '../../src/prototype.h', 896 '../../src/prototype.h',
893 '../../src/regexp/bytecodes-irregexp.h', 897 '../../src/regexp/bytecodes-irregexp.h',
894 '../../src/regexp/interpreter-irregexp.cc', 898 '../../src/regexp/interpreter-irregexp.cc',
895 '../../src/regexp/interpreter-irregexp.h', 899 '../../src/regexp/interpreter-irregexp.h',
896 '../../src/regexp/jsregexp-inl.h', 900 '../../src/regexp/jsregexp-inl.h',
897 '../../src/regexp/jsregexp.cc', 901 '../../src/regexp/jsregexp.cc',
898 '../../src/regexp/jsregexp.h', 902 '../../src/regexp/jsregexp.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 '../../src/runtime/runtime-strings.cc', 941 '../../src/runtime/runtime-strings.cc',
938 '../../src/runtime/runtime-symbol.cc', 942 '../../src/runtime/runtime-symbol.cc',
939 '../../src/runtime/runtime-test.cc', 943 '../../src/runtime/runtime-test.cc',
940 '../../src/runtime/runtime-typedarray.cc', 944 '../../src/runtime/runtime-typedarray.cc',
941 '../../src/runtime/runtime-uri.cc', 945 '../../src/runtime/runtime-uri.cc',
942 '../../src/runtime/runtime-utils.h', 946 '../../src/runtime/runtime-utils.h',
943 '../../src/runtime/runtime.cc', 947 '../../src/runtime/runtime.cc',
944 '../../src/runtime/runtime.h', 948 '../../src/runtime/runtime.h',
945 '../../src/safepoint-table.cc', 949 '../../src/safepoint-table.cc',
946 '../../src/safepoint-table.h', 950 '../../src/safepoint-table.h',
947 '../../src/sampler.cc',
948 '../../src/sampler.h',
949 '../../src/scanner-character-streams.cc', 951 '../../src/scanner-character-streams.cc',
950 '../../src/scanner-character-streams.h', 952 '../../src/scanner-character-streams.h',
951 '../../src/scanner.cc', 953 '../../src/scanner.cc',
952 '../../src/scanner.h', 954 '../../src/scanner.h',
953 '../../src/scopeinfo.cc', 955 '../../src/scopeinfo.cc',
954 '../../src/scopeinfo.h', 956 '../../src/scopeinfo.h',
955 '../../src/scopes.cc', 957 '../../src/scopes.cc',
956 '../../src/scopes.h', 958 '../../src/scopes.h',
957 '../../src/signature.h', 959 '../../src/signature.h',
958 '../../src/simulator.h', 960 '../../src/simulator.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 '../../src/type-info.h', 994 '../../src/type-info.h',
993 '../../src/types-inl.h', 995 '../../src/types-inl.h',
994 '../../src/types.cc', 996 '../../src/types.cc',
995 '../../src/types.h', 997 '../../src/types.h',
996 '../../src/typing-asm.cc', 998 '../../src/typing-asm.cc',
997 '../../src/typing-asm.h', 999 '../../src/typing-asm.h',
998 '../../src/typing-reset.cc', 1000 '../../src/typing-reset.cc',
999 '../../src/typing-reset.h', 1001 '../../src/typing-reset.h',
1000 '../../src/typing.cc', 1002 '../../src/typing.cc',
1001 '../../src/typing.h', 1003 '../../src/typing.h',
1002 '../../src/unbound-queue-inl.h',
1003 '../../src/unbound-queue.h',
1004 '../../src/unicode-inl.h', 1004 '../../src/unicode-inl.h',
1005 '../../src/unicode.cc', 1005 '../../src/unicode.cc',
1006 '../../src/unicode.h', 1006 '../../src/unicode.h',
1007 '../../src/unicode-cache-inl.h', 1007 '../../src/unicode-cache-inl.h',
1008 '../../src/unicode-cache.h', 1008 '../../src/unicode-cache.h',
1009 '../../src/unicode-decoder.cc', 1009 '../../src/unicode-decoder.cc',
1010 '../../src/unicode-decoder.h', 1010 '../../src/unicode-decoder.h',
1011 '../../src/unique.h', 1011 '../../src/unique.h',
1012 '../../src/utils.cc', 1012 '../../src/utils.cc',
1013 '../../src/utils.h', 1013 '../../src/utils.h',
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 }], 2085 }],
2086 ['want_separate_host_toolset==1', { 2086 ['want_separate_host_toolset==1', {
2087 'toolsets': ['host'], 2087 'toolsets': ['host'],
2088 }, { 2088 }, {
2089 'toolsets': ['target'], 2089 'toolsets': ['target'],
2090 }], 2090 }],
2091 ], 2091 ],
2092 }, 2092 },
2093 ], 2093 ],
2094 } 2094 }
OLDNEW
« no previous file with comments | « test/cctest/trace-extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698