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

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

Issue 6685088: Merge isolates to bleeding_edge. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 9 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 | « test/mjsunit/testcfg.py ('k') | tools/test.py » ('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 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 '../../src/ic.h', 428 '../../src/ic.h',
429 '../../src/inspector.cc', 429 '../../src/inspector.cc',
430 '../../src/inspector.h', 430 '../../src/inspector.h',
431 '../../src/interpreter-irregexp.cc', 431 '../../src/interpreter-irregexp.cc',
432 '../../src/interpreter-irregexp.h', 432 '../../src/interpreter-irregexp.h',
433 '../../src/jump-target-inl.h', 433 '../../src/jump-target-inl.h',
434 '../../src/jump-target.cc', 434 '../../src/jump-target.cc',
435 '../../src/jump-target.h', 435 '../../src/jump-target.h',
436 '../../src/jsregexp.cc', 436 '../../src/jsregexp.cc',
437 '../../src/jsregexp.h', 437 '../../src/jsregexp.h',
438 '../../src/isolate.cc',
439 '../../src/isolate.h',
438 '../../src/list-inl.h', 440 '../../src/list-inl.h',
439 '../../src/list.h', 441 '../../src/list.h',
440 '../../src/lithium.cc', 442 '../../src/lithium.cc',
441 '../../src/lithium.h', 443 '../../src/lithium.h',
442 '../../src/lithium-allocator.cc', 444 '../../src/lithium-allocator.cc',
443 '../../src/lithium-allocator.h', 445 '../../src/lithium-allocator.h',
444 '../../src/lithium-allocator-inl.h', 446 '../../src/lithium-allocator-inl.h',
445 '../../src/liveedit.cc', 447 '../../src/liveedit.cc',
446 '../../src/liveedit.h', 448 '../../src/liveedit.h',
447 '../../src/liveobjectlist-inl.h', 449 '../../src/liveobjectlist-inl.h',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'target_name': 'v8_shell', 862 'target_name': 'v8_shell',
861 'type': 'none', 863 'type': 'none',
862 'dependencies': [ 864 'dependencies': [
863 'v8' 865 'v8'
864 ], 866 ],
865 }, 867 },
866 ], 868 ],
867 }], 869 }],
868 ], 870 ],
869 } 871 }
OLDNEW
« no previous file with comments | « test/mjsunit/testcfg.py ('k') | tools/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698