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

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

Issue 460593003: Initial import of ChangeLowering. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Created 6 years, 4 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
« src/compiler/change-lowering.cc ('K') | « testing/gtest-type-names.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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '../../src/code-stubs.cc', 337 '../../src/code-stubs.cc',
338 '../../src/code-stubs.h', 338 '../../src/code-stubs.h',
339 '../../src/code-stubs-hydrogen.cc', 339 '../../src/code-stubs-hydrogen.cc',
340 '../../src/code.h', 340 '../../src/code.h',
341 '../../src/codegen.cc', 341 '../../src/codegen.cc',
342 '../../src/codegen.h', 342 '../../src/codegen.h',
343 '../../src/compilation-cache.cc', 343 '../../src/compilation-cache.cc',
344 '../../src/compilation-cache.h', 344 '../../src/compilation-cache.h',
345 '../../src/compiler/ast-graph-builder.cc', 345 '../../src/compiler/ast-graph-builder.cc',
346 '../../src/compiler/ast-graph-builder.h', 346 '../../src/compiler/ast-graph-builder.h',
347 '../../src/compiler/change-lowering.cc',
348 '../../src/compiler/change-lowering.h',
347 '../../src/compiler/code-generator-impl.h', 349 '../../src/compiler/code-generator-impl.h',
348 '../../src/compiler/code-generator.cc', 350 '../../src/compiler/code-generator.cc',
349 '../../src/compiler/code-generator.h', 351 '../../src/compiler/code-generator.h',
350 '../../src/compiler/common-node-cache.h', 352 '../../src/compiler/common-node-cache.h',
351 '../../src/compiler/common-operator.h', 353 '../../src/compiler/common-operator.h',
352 '../../src/compiler/control-builders.cc', 354 '../../src/compiler/control-builders.cc',
353 '../../src/compiler/control-builders.h', 355 '../../src/compiler/control-builders.h',
354 '../../src/compiler/frame.h', 356 '../../src/compiler/frame.h',
355 '../../src/compiler/gap-resolver.cc', 357 '../../src/compiler/gap-resolver.cc',
356 '../../src/compiler/gap-resolver.h', 358 '../../src/compiler/gap-resolver.h',
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 }], 1528 }],
1527 ['v8_compress_startup_data=="bz2"', { 1529 ['v8_compress_startup_data=="bz2"', {
1528 'libraries': [ 1530 'libraries': [
1529 '-lbz2', 1531 '-lbz2',
1530 ] 1532 ]
1531 }], 1533 }],
1532 ], 1534 ],
1533 }, 1535 },
1534 ], 1536 ],
1535 } 1537 }
OLDNEW
« src/compiler/change-lowering.cc ('K') | « testing/gtest-type-names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698