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

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

Issue 11574031: Intel VTune integration for V8/D8 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 'defines': [ 749 'defines': [
750 'BUILDING_V8_SHARED', 750 'BUILDING_V8_SHARED',
751 'V8_SHARED', 751 'V8_SHARED',
752 ], 752 ],
753 }], 753 }],
754 ['v8_postmortem_support=="true"', { 754 ['v8_postmortem_support=="true"', {
755 'sources': [ 755 'sources': [
756 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', 756 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc',
757 ] 757 ]
758 }], 758 }],
759 ['v8_enable_vtunejit==1', {
760 'sources' : [
Jakob Kummerow 2013/02/26 09:10:25 nit: no space before ':'
761 '../../src/third_party/vtune/vtune-jit.cc',
762 '../../src/third_party/vtune/vtune-jit.h',
763 '../../src/third_party/vtune/jitprofiling.cc',
Jakob Kummerow 2013/02/26 09:10:25 Please sort the list of files alphabetically. Also
764 ],
765 }],
759 ], 766 ],
760 }, 767 },
761 { 768 {
762 'target_name': 'js2c', 769 'target_name': 'js2c',
763 'type': 'none', 770 'type': 'none',
764 'conditions': [ 771 'conditions': [
765 ['want_separate_host_toolset==1', { 772 ['want_separate_host_toolset==1', {
766 'toolsets': ['host'], 773 'toolsets': ['host'],
767 }, { 774 }, {
768 'toolsets': ['target'], 775 'toolsets': ['target'],
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 }], 1057 }],
1051 ], 1058 ],
1052 'dependencies': [ 1059 'dependencies': [
1053 'v8' 1060 'v8'
1054 ], 1061 ],
1055 }, 1062 },
1056 ], 1063 ],
1057 }], 1064 }],
1058 ], 1065 ],
1059 } 1066 }
OLDNEW
« src/third_party/vtune/vtune-jit.h ('K') | « src/third_party/vtune/vtune-jit.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698