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

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

Issue 220193007: Make it possible to use HeapType inside objects-inl.h. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 6 years, 8 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/v8globals.h ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 '../../src/stub-cache.h', 562 '../../src/stub-cache.h',
563 '../../src/sweeper-thread.h', 563 '../../src/sweeper-thread.h',
564 '../../src/sweeper-thread.cc', 564 '../../src/sweeper-thread.cc',
565 '../../src/token.cc', 565 '../../src/token.cc',
566 '../../src/token.h', 566 '../../src/token.h',
567 '../../src/transitions-inl.h', 567 '../../src/transitions-inl.h',
568 '../../src/transitions.cc', 568 '../../src/transitions.cc',
569 '../../src/transitions.h', 569 '../../src/transitions.h',
570 '../../src/type-info.cc', 570 '../../src/type-info.cc',
571 '../../src/type-info.h', 571 '../../src/type-info.h',
572 '../../src/types-inl.h',
572 '../../src/types.cc', 573 '../../src/types.cc',
573 '../../src/types.h', 574 '../../src/types.h',
574 '../../src/typing.cc', 575 '../../src/typing.cc',
575 '../../src/typing.h', 576 '../../src/typing.h',
576 '../../src/unbound-queue-inl.h', 577 '../../src/unbound-queue-inl.h',
577 '../../src/unbound-queue.h', 578 '../../src/unbound-queue.h',
578 '../../src/unicode-inl.h', 579 '../../src/unicode-inl.h',
579 '../../src/unicode.cc', 580 '../../src/unicode.cc',
580 '../../src/unicode.h', 581 '../../src/unicode.h',
581 '../../src/unique.h', 582 '../../src/unique.h',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 }], 1181 }],
1181 ['v8_compress_startup_data=="bz2"', { 1182 ['v8_compress_startup_data=="bz2"', {
1182 'libraries': [ 1183 'libraries': [
1183 '-lbz2', 1184 '-lbz2',
1184 ] 1185 ]
1185 }], 1186 }],
1186 ], 1187 ],
1187 }, 1188 },
1188 ], 1189 ],
1189 } 1190 }
OLDNEW
« no previous file with comments | « src/v8globals.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698