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

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

Issue 434673002: Add new files to the GN build after r22709. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Jakob Kummerow. 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
« no previous file with comments | « BUILD.gn ('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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '../../src/codegen.cc', 374 '../../src/codegen.cc',
375 '../../src/codegen.h', 375 '../../src/codegen.h',
376 '../../src/compilation-cache.cc', 376 '../../src/compilation-cache.cc',
377 '../../src/compilation-cache.h', 377 '../../src/compilation-cache.h',
378 '../../src/compiler/ast-graph-builder.cc', 378 '../../src/compiler/ast-graph-builder.cc',
379 '../../src/compiler/ast-graph-builder.h', 379 '../../src/compiler/ast-graph-builder.h',
380 '../../src/compiler/code-generator-impl.h', 380 '../../src/compiler/code-generator-impl.h',
381 '../../src/compiler/code-generator.cc', 381 '../../src/compiler/code-generator.cc',
382 '../../src/compiler/code-generator.h', 382 '../../src/compiler/code-generator.h',
383 '../../src/compiler/common-node-cache.h', 383 '../../src/compiler/common-node-cache.h',
384 '../../src/compiler/common-operator.h',
384 '../../src/compiler/control-builders.cc', 385 '../../src/compiler/control-builders.cc',
385 '../../src/compiler/control-builders.h', 386 '../../src/compiler/control-builders.h',
386 '../../src/compiler/frame.h', 387 '../../src/compiler/frame.h',
387 '../../src/compiler/gap-resolver.cc', 388 '../../src/compiler/gap-resolver.cc',
388 '../../src/compiler/gap-resolver.h', 389 '../../src/compiler/gap-resolver.h',
389 '../../src/compiler/generic-algorithm-inl.h', 390 '../../src/compiler/generic-algorithm-inl.h',
390 '../../src/compiler/generic-algorithm.h', 391 '../../src/compiler/generic-algorithm.h',
391 '../../src/compiler/generic-graph.h', 392 '../../src/compiler/generic-graph.h',
392 '../../src/compiler/generic-node-inl.h', 393 '../../src/compiler/generic-node-inl.h',
393 '../../src/compiler/generic-node.h', 394 '../../src/compiler/generic-node.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 '../../src/compiler/machine-operator.h', 429 '../../src/compiler/machine-operator.h',
429 '../../src/compiler/node-aux-data-inl.h', 430 '../../src/compiler/node-aux-data-inl.h',
430 '../../src/compiler/node-aux-data.h', 431 '../../src/compiler/node-aux-data.h',
431 '../../src/compiler/node-cache.cc', 432 '../../src/compiler/node-cache.cc',
432 '../../src/compiler/node-cache.h', 433 '../../src/compiler/node-cache.h',
433 '../../src/compiler/node-matchers.h', 434 '../../src/compiler/node-matchers.h',
434 '../../src/compiler/node-properties-inl.h', 435 '../../src/compiler/node-properties-inl.h',
435 '../../src/compiler/node-properties.h', 436 '../../src/compiler/node-properties.h',
436 '../../src/compiler/node.cc', 437 '../../src/compiler/node.cc',
437 '../../src/compiler/node.h', 438 '../../src/compiler/node.h',
439 '../../src/compiler/opcodes.h',
438 '../../src/compiler/operator-properties-inl.h', 440 '../../src/compiler/operator-properties-inl.h',
439 '../../src/compiler/operator-properties.h', 441 '../../src/compiler/operator-properties.h',
440 '../../src/compiler/operator.h', 442 '../../src/compiler/operator.h',
441 '../../src/compiler/phi-reducer.h', 443 '../../src/compiler/phi-reducer.h',
442 '../../src/compiler/pipeline.cc', 444 '../../src/compiler/pipeline.cc',
443 '../../src/compiler/pipeline.h', 445 '../../src/compiler/pipeline.h',
444 '../../src/compiler/raw-machine-assembler.cc', 446 '../../src/compiler/raw-machine-assembler.cc',
445 '../../src/compiler/raw-machine-assembler.h', 447 '../../src/compiler/raw-machine-assembler.h',
446 '../../src/compiler/register-allocator.cc', 448 '../../src/compiler/register-allocator.cc',
447 '../../src/compiler/register-allocator.h', 449 '../../src/compiler/register-allocator.h',
448 '../../src/compiler/representation-changer.h', 450 '../../src/compiler/representation-change.h',
449 '../../src/compiler/schedule.cc', 451 '../../src/compiler/schedule.cc',
450 '../../src/compiler/schedule.h', 452 '../../src/compiler/schedule.h',
451 '../../src/compiler/scheduler.cc', 453 '../../src/compiler/scheduler.cc',
452 '../../src/compiler/scheduler.h', 454 '../../src/compiler/scheduler.h',
453 '../../src/compiler/simplified-lowering.cc', 455 '../../src/compiler/simplified-lowering.cc',
454 '../../src/compiler/simplified-lowering.h', 456 '../../src/compiler/simplified-lowering.h',
455 '../../src/compiler/simplified-node-factory.h', 457 '../../src/compiler/simplified-node-factory.h',
456 '../../src/compiler/simplified-operator.h', 458 '../../src/compiler/simplified-operator.h',
457 '../../src/compiler/source-position.cc', 459 '../../src/compiler/source-position.cc',
458 '../../src/compiler/source-position.h', 460 '../../src/compiler/source-position.h',
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 }], 1551 }],
1550 ['v8_compress_startup_data=="bz2"', { 1552 ['v8_compress_startup_data=="bz2"', {
1551 'libraries': [ 1553 'libraries': [
1552 '-lbz2', 1554 '-lbz2',
1553 ] 1555 ]
1554 }], 1556 }],
1555 ], 1557 ],
1556 }, 1558 },
1557 ], 1559 ],
1558 } 1560 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698