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

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

Issue 694063005: Introduce Diamond, a helper for building diamond-shaped control patterns. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: newline Created 6 years, 1 month 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/unittests/unittests.gyp ('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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 '../../src/compiler/code-generator-impl.h', 404 '../../src/compiler/code-generator-impl.h',
405 '../../src/compiler/code-generator.cc', 405 '../../src/compiler/code-generator.cc',
406 '../../src/compiler/code-generator.h', 406 '../../src/compiler/code-generator.h',
407 '../../src/compiler/common-node-cache.h', 407 '../../src/compiler/common-node-cache.h',
408 '../../src/compiler/common-operator.cc', 408 '../../src/compiler/common-operator.cc',
409 '../../src/compiler/common-operator.h', 409 '../../src/compiler/common-operator.h',
410 '../../src/compiler/control-builders.cc', 410 '../../src/compiler/control-builders.cc',
411 '../../src/compiler/control-builders.h', 411 '../../src/compiler/control-builders.h',
412 '../../src/compiler/control-reducer.cc', 412 '../../src/compiler/control-reducer.cc',
413 '../../src/compiler/control-reducer.h', 413 '../../src/compiler/control-reducer.h',
414 '../../src/compiler/diamond.h',
414 '../../src/compiler/frame.h', 415 '../../src/compiler/frame.h',
415 '../../src/compiler/gap-resolver.cc', 416 '../../src/compiler/gap-resolver.cc',
416 '../../src/compiler/gap-resolver.h', 417 '../../src/compiler/gap-resolver.h',
417 '../../src/compiler/generic-algorithm-inl.h', 418 '../../src/compiler/generic-algorithm-inl.h',
418 '../../src/compiler/generic-algorithm.h', 419 '../../src/compiler/generic-algorithm.h',
419 '../../src/compiler/generic-graph.h', 420 '../../src/compiler/generic-graph.h',
420 '../../src/compiler/generic-node-inl.h', 421 '../../src/compiler/generic-node-inl.h',
421 '../../src/compiler/generic-node.h', 422 '../../src/compiler/generic-node.h',
422 '../../src/compiler/graph-builder.cc', 423 '../../src/compiler/graph-builder.cc',
423 '../../src/compiler/graph-builder.h', 424 '../../src/compiler/graph-builder.h',
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 }], 1732 }],
1732 ['v8_compress_startup_data=="bz2"', { 1733 ['v8_compress_startup_data=="bz2"', {
1733 'libraries': [ 1734 'libraries': [
1734 '-lbz2', 1735 '-lbz2',
1735 ] 1736 ]
1736 }], 1737 }],
1737 ], 1738 ],
1738 }, 1739 },
1739 ], 1740 ],
1740 } 1741 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698