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

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

Issue 1498833002: Move machine-type.h from src/compiler to src/. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « test/unittests/compiler/node-test-utils.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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 '../../src/compiler/load-elimination.cc', 569 '../../src/compiler/load-elimination.cc',
570 '../../src/compiler/load-elimination.h', 570 '../../src/compiler/load-elimination.h',
571 '../../src/compiler/loop-analysis.cc', 571 '../../src/compiler/loop-analysis.cc',
572 '../../src/compiler/loop-analysis.h', 572 '../../src/compiler/loop-analysis.h',
573 '../../src/compiler/loop-peeling.cc', 573 '../../src/compiler/loop-peeling.cc',
574 '../../src/compiler/loop-peeling.h', 574 '../../src/compiler/loop-peeling.h',
575 '../../src/compiler/machine-operator-reducer.cc', 575 '../../src/compiler/machine-operator-reducer.cc',
576 '../../src/compiler/machine-operator-reducer.h', 576 '../../src/compiler/machine-operator-reducer.h',
577 '../../src/compiler/machine-operator.cc', 577 '../../src/compiler/machine-operator.cc',
578 '../../src/compiler/machine-operator.h', 578 '../../src/compiler/machine-operator.h',
579 '../../src/compiler/machine-type.cc',
580 '../../src/compiler/machine-type.h',
581 '../../src/compiler/move-optimizer.cc', 579 '../../src/compiler/move-optimizer.cc',
582 '../../src/compiler/move-optimizer.h', 580 '../../src/compiler/move-optimizer.h',
583 '../../src/compiler/node-aux-data.h', 581 '../../src/compiler/node-aux-data.h',
584 '../../src/compiler/node-cache.cc', 582 '../../src/compiler/node-cache.cc',
585 '../../src/compiler/node-cache.h', 583 '../../src/compiler/node-cache.h',
586 '../../src/compiler/node-marker.cc', 584 '../../src/compiler/node-marker.cc',
587 '../../src/compiler/node-marker.h', 585 '../../src/compiler/node-marker.h',
588 '../../src/compiler/node-matchers.cc', 586 '../../src/compiler/node-matchers.cc',
589 '../../src/compiler/node-matchers.h', 587 '../../src/compiler/node-matchers.h',
590 '../../src/compiler/node-properties.cc', 588 '../../src/compiler/node-properties.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 '../../src/locked-queue-inl.h', 868 '../../src/locked-queue-inl.h',
871 '../../src/locked-queue.h', 869 '../../src/locked-queue.h',
872 '../../src/log-inl.h', 870 '../../src/log-inl.h',
873 '../../src/log-utils.cc', 871 '../../src/log-utils.cc',
874 '../../src/log-utils.h', 872 '../../src/log-utils.h',
875 '../../src/log.cc', 873 '../../src/log.cc',
876 '../../src/log.h', 874 '../../src/log.h',
877 '../../src/lookup.cc', 875 '../../src/lookup.cc',
878 '../../src/lookup.h', 876 '../../src/lookup.h',
879 '../../src/macro-assembler.h', 877 '../../src/macro-assembler.h',
878 '../../src/machine-type.cc',
879 '../../src/machine-type.h',
880 '../../src/messages.cc', 880 '../../src/messages.cc',
881 '../../src/messages.h', 881 '../../src/messages.h',
882 '../../src/msan.h', 882 '../../src/msan.h',
883 '../../src/objects-body-descriptors-inl.h', 883 '../../src/objects-body-descriptors-inl.h',
884 '../../src/objects-body-descriptors.h', 884 '../../src/objects-body-descriptors.h',
885 '../../src/objects-debug.cc', 885 '../../src/objects-debug.cc',
886 '../../src/objects-inl.h', 886 '../../src/objects-inl.h',
887 '../../src/objects-printer.cc', 887 '../../src/objects-printer.cc',
888 '../../src/objects.cc', 888 '../../src/objects.cc',
889 '../../src/objects.h', 889 '../../src/objects.h',
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 }], 2075 }],
2076 ['want_separate_host_toolset==1', { 2076 ['want_separate_host_toolset==1', {
2077 'toolsets': ['host'], 2077 'toolsets': ['host'],
2078 }, { 2078 }, {
2079 'toolsets': ['target'], 2079 'toolsets': ['target'],
2080 }], 2080 }],
2081 ], 2081 ],
2082 }, 2082 },
2083 ], 2083 ],
2084 } 2084 }
OLDNEW
« no previous file with comments | « test/unittests/compiler/node-test-utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698