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

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

Issue 115350: Revert revision 1949. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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
« no previous file with comments | « src/zone.h ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '../../src/execution.cc', 128 '../../src/execution.cc',
129 '../../src/execution.h', 129 '../../src/execution.h',
130 '../../src/factory.cc', 130 '../../src/factory.cc',
131 '../../src/factory.h', 131 '../../src/factory.h',
132 '../../src/flag-definitions.h', 132 '../../src/flag-definitions.h',
133 '../../src/flags.cc', 133 '../../src/flags.cc',
134 '../../src/flags.h', 134 '../../src/flags.h',
135 '../../src/frames-inl.h', 135 '../../src/frames-inl.h',
136 '../../src/frames.cc', 136 '../../src/frames.cc',
137 '../../src/frames.h', 137 '../../src/frames.h',
138 '../../src/frame-element.h',
139 '../../src/func-name-inferrer.cc', 138 '../../src/func-name-inferrer.cc',
140 '../../src/func-name-inferrer.h', 139 '../../src/func-name-inferrer.h',
141 '../../src/global-handles.cc', 140 '../../src/global-handles.cc',
142 '../../src/global-handles.h', 141 '../../src/global-handles.h',
143 '../../src/globals.h', 142 '../../src/globals.h',
144 '../../src/handles-inl.h', 143 '../../src/handles-inl.h',
145 '../../src/handles.cc', 144 '../../src/handles.cc',
146 '../../src/handles.h', 145 '../../src/handles.h',
147 '../../src/hashmap.cc', 146 '../../src/hashmap.cc',
148 '../../src/hashmap.h', 147 '../../src/hashmap.h',
149 '../../src/heap-inl.h', 148 '../../src/heap-inl.h',
150 '../../src/heap.cc', 149 '../../src/heap.cc',
151 '../../src/heap.h', 150 '../../src/heap.h',
152 '../../src/ic-inl.h', 151 '../../src/ic-inl.h',
153 '../../src/ic.cc', 152 '../../src/ic.cc',
154 '../../src/ic.h', 153 '../../src/ic.h',
155 '../../src/interpreter-irregexp.cc', 154 '../../src/interpreter-irregexp.cc',
156 '../../src/interpreter-irregexp.h', 155 '../../src/interpreter-irregexp.h',
157 '../../src/jump-target.cc', 156 '../../src/jump-target.cc',
158 '../../src/jump-target.h', 157 '../../src/jump-target.h',
159 '../../src/jump-target-inl.h',
160 '../../src/jsregexp-inl.h', 158 '../../src/jsregexp-inl.h',
161 '../../src/jsregexp.cc', 159 '../../src/jsregexp.cc',
162 '../../src/jsregexp.h', 160 '../../src/jsregexp.h',
163 '../../src/list-inl.h', 161 '../../src/list-inl.h',
164 '../../src/list.h', 162 '../../src/list.h',
165 '../../src/log.cc', 163 '../../src/log.cc',
166 '../../src/log.h', 164 '../../src/log.h',
167 '../../src/macro-assembler.h', 165 '../../src/macro-assembler.h',
168 '../../src/mark-compact.cc', 166 '../../src/mark-compact.cc',
169 '../../src/mark-compact.h', 167 '../../src/mark-compact.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 ], 717 ],
720 'msvs_settings': { 718 'msvs_settings': {
721 'VCLinkerTool': { 719 'VCLinkerTool': {
722 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', 720 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT',
723 }, 721 },
724 }, 722 },
725 }, 723 },
726 }], 724 }],
727 ], 725 ],
728 } 726 }
OLDNEW
« no previous file with comments | « src/zone.h ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698