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

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

Issue 212483004: Add msan.h to v8.gyp. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 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 | « no previous file | 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 '../../src/log-inl.h', 467 '../../src/log-inl.h',
468 '../../src/log-utils.cc', 468 '../../src/log-utils.cc',
469 '../../src/log-utils.h', 469 '../../src/log-utils.h',
470 '../../src/log.cc', 470 '../../src/log.cc',
471 '../../src/log.h', 471 '../../src/log.h',
472 '../../src/macro-assembler.h', 472 '../../src/macro-assembler.h',
473 '../../src/mark-compact.cc', 473 '../../src/mark-compact.cc',
474 '../../src/mark-compact.h', 474 '../../src/mark-compact.h',
475 '../../src/messages.cc', 475 '../../src/messages.cc',
476 '../../src/messages.h', 476 '../../src/messages.h',
477 '../../src/msan.h',
477 '../../src/natives.h', 478 '../../src/natives.h',
478 '../../src/objects-debug.cc', 479 '../../src/objects-debug.cc',
479 '../../src/objects-inl.h', 480 '../../src/objects-inl.h',
480 '../../src/objects-printer.cc', 481 '../../src/objects-printer.cc',
481 '../../src/objects-visiting.cc', 482 '../../src/objects-visiting.cc',
482 '../../src/objects-visiting.h', 483 '../../src/objects-visiting.h',
483 '../../src/objects.cc', 484 '../../src/objects.cc',
484 '../../src/objects.h', 485 '../../src/objects.h',
485 '../../src/once.cc', 486 '../../src/once.cc',
486 '../../src/once.h', 487 '../../src/once.h',
(...skipping 693 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698