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

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

Issue 352823003: Added slim versions of output streams. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased. Created 6 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
« no previous file with comments | « test/cctest/test-ostreams.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 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 '../../src/messages.h', 563 '../../src/messages.h',
564 '../../src/msan.h', 564 '../../src/msan.h',
565 '../../src/natives.h', 565 '../../src/natives.h',
566 '../../src/objects-debug.cc', 566 '../../src/objects-debug.cc',
567 '../../src/objects-inl.h', 567 '../../src/objects-inl.h',
568 '../../src/objects-printer.cc', 568 '../../src/objects-printer.cc',
569 '../../src/objects-visiting.cc', 569 '../../src/objects-visiting.cc',
570 '../../src/objects-visiting.h', 570 '../../src/objects-visiting.h',
571 '../../src/objects.cc', 571 '../../src/objects.cc',
572 '../../src/objects.h', 572 '../../src/objects.h',
573 '../../src/optimizing-compiler-thread.cc',
573 '../../src/optimizing-compiler-thread.h', 574 '../../src/optimizing-compiler-thread.h',
574 '../../src/optimizing-compiler-thread.cc', 575 '../../src/ostreams.cc',
576 '../../src/ostreams.h',
575 '../../src/parser.cc', 577 '../../src/parser.cc',
576 '../../src/parser.h', 578 '../../src/parser.h',
577 '../../src/platform/elapsed-timer.h', 579 '../../src/platform/elapsed-timer.h',
578 '../../src/platform/time.cc', 580 '../../src/platform/time.cc',
579 '../../src/platform/time.h', 581 '../../src/platform/time.h',
580 '../../src/platform.h', 582 '../../src/platform.h',
581 '../../src/platform/condition-variable.cc', 583 '../../src/platform/condition-variable.cc',
582 '../../src/platform/condition-variable.h', 584 '../../src/platform/condition-variable.h',
583 '../../src/platform/mutex.cc', 585 '../../src/platform/mutex.cc',
584 '../../src/platform/mutex.h', 586 '../../src/platform/mutex.h',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 }], 1374 }],
1373 ['v8_compress_startup_data=="bz2"', { 1375 ['v8_compress_startup_data=="bz2"', {
1374 'libraries': [ 1376 'libraries': [
1375 '-lbz2', 1377 '-lbz2',
1376 ] 1378 ]
1377 }], 1379 }],
1378 ], 1380 ],
1379 }, 1381 },
1380 ], 1382 ],
1381 } 1383 }
OLDNEW
« no previous file with comments | « test/cctest/test-ostreams.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698