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

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

Issue 155679: Patch by Mark Mentovai. Don't put static variables inline.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 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 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '../../src/execution.cc', 247 '../../src/execution.cc',
248 '../../src/execution.h', 248 '../../src/execution.h',
249 '../../src/factory.cc', 249 '../../src/factory.cc',
250 '../../src/factory.h', 250 '../../src/factory.h',
251 '../../src/flag-definitions.h', 251 '../../src/flag-definitions.h',
252 '../../src/flags.cc', 252 '../../src/flags.cc',
253 '../../src/flags.h', 253 '../../src/flags.h',
254 '../../src/frames-inl.h', 254 '../../src/frames-inl.h',
255 '../../src/frames.cc', 255 '../../src/frames.cc',
256 '../../src/frames.h', 256 '../../src/frames.h',
257 '../../src/frame-element.cc',
257 '../../src/frame-element.h', 258 '../../src/frame-element.h',
258 '../../src/func-name-inferrer.cc', 259 '../../src/func-name-inferrer.cc',
259 '../../src/func-name-inferrer.h', 260 '../../src/func-name-inferrer.h',
260 '../../src/global-handles.cc', 261 '../../src/global-handles.cc',
261 '../../src/global-handles.h', 262 '../../src/global-handles.h',
262 '../../src/globals.h', 263 '../../src/globals.h',
263 '../../src/handles-inl.h', 264 '../../src/handles-inl.h',
264 '../../src/handles.cc', 265 '../../src/handles.cc',
265 '../../src/handles.h', 266 '../../src/handles.h',
266 '../../src/hashmap.cc', 267 '../../src/hashmap.cc',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 528 ],
528 'conditions': [ 529 'conditions': [
529 [ 'OS=="win"', { 530 [ 'OS=="win"', {
530 # This could be gotten by not setting chromium_code, if that's OK. 531 # This could be gotten by not setting chromium_code, if that's OK.
531 'defines': ['_CRT_SECURE_NO_WARNINGS'], 532 'defines': ['_CRT_SECURE_NO_WARNINGS'],
532 }], 533 }],
533 ], 534 ],
534 }, 535 },
535 ], 536 ],
536 } 537 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698