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

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

Issue 9023003: Merge revision 10297 to trunk: Enable max optimization for v8 in chromium. (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years 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/version.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'defines': [ 214 'defines': [
215 'BUILDING_V8_SHARED', 215 'BUILDING_V8_SHARED',
216 'V8_SHARED', 216 'V8_SHARED',
217 ], 217 ],
218 }], 218 }],
219 ] 219 ]
220 }, 220 },
221 { 221 {
222 'target_name': 'v8_base', 222 'target_name': 'v8_base',
223 'type': '<(library)', 223 'type': '<(library)',
224 'variables': {
225 'optimize': 'max',
226 },
224 'include_dirs+': [ 227 'include_dirs+': [
225 '../../src', 228 '../../src',
226 ], 229 ],
227 'sources': [ 230 'sources': [
228 '../../src/accessors.cc', 231 '../../src/accessors.cc',
229 '../../src/accessors.h', 232 '../../src/accessors.h',
230 '../../src/allocation.cc', 233 '../../src/allocation.cc',
231 '../../src/allocation.h', 234 '../../src/allocation.h',
232 '../../src/api.cc', 235 '../../src/api.cc',
233 '../../src/api.h', 236 '../../src/api.h',
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 }], 935 }],
933 ], 936 ],
934 'dependencies': [ 937 'dependencies': [
935 'v8' 938 'v8'
936 ], 939 ],
937 }, 940 },
938 ], 941 ],
939 }], 942 }],
940 ], 943 ],
941 } 944 }
OLDNEW
« no previous file with comments | « src/version.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698