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

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

Issue 3083016: Fix GCC 4.4.4 build.... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 4 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/heap-gcchack.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 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '../../src/global-handles.cc', 360 '../../src/global-handles.cc',
361 '../../src/global-handles.h', 361 '../../src/global-handles.h',
362 '../../src/globals.h', 362 '../../src/globals.h',
363 '../../src/handles-inl.h', 363 '../../src/handles-inl.h',
364 '../../src/handles.cc', 364 '../../src/handles.cc',
365 '../../src/handles.h', 365 '../../src/handles.h',
366 '../../src/hashmap.cc', 366 '../../src/hashmap.cc',
367 '../../src/hashmap.h', 367 '../../src/hashmap.h',
368 '../../src/heap-inl.h', 368 '../../src/heap-inl.h',
369 '../../src/heap.cc', 369 '../../src/heap.cc',
370 '../../src/heap-gcchack.cc',
370 '../../src/heap.h', 371 '../../src/heap.h',
371 '../../src/heap-profiler.cc', 372 '../../src/heap-profiler.cc',
372 '../../src/heap-profiler.h', 373 '../../src/heap-profiler.h',
373 '../../src/ic-inl.h', 374 '../../src/ic-inl.h',
374 '../../src/ic.cc', 375 '../../src/ic.cc',
375 '../../src/ic.h', 376 '../../src/ic.h',
376 '../../src/interpreter-irregexp.cc', 377 '../../src/interpreter-irregexp.cc',
377 '../../src/interpreter-irregexp.h', 378 '../../src/interpreter-irregexp.h',
378 '../../src/jump-target-inl.h', 379 '../../src/jump-target-inl.h',
379 '../../src/jump-target.cc', 380 '../../src/jump-target.cc',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 ], 741 ],
741 'conditions': [ 742 'conditions': [
742 ['OS=="win"', { 743 ['OS=="win"', {
743 # This could be gotten by not setting chromium_code, if that's OK. 744 # This could be gotten by not setting chromium_code, if that's OK.
744 'defines': ['_CRT_SECURE_NO_WARNINGS'], 745 'defines': ['_CRT_SECURE_NO_WARNINGS'],
745 }], 746 }],
746 ], 747 ],
747 }, 748 },
748 ], 749 ],
749 } 750 }
OLDNEW
« no previous file with comments | « src/heap-gcchack.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698