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

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

Issue 1095433002: Refactor compilation dependency handling. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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
« src/dependencies.h ('K') | « test/cctest/test-migrations.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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 '../../src/cpu-profiler.h', 581 '../../src/cpu-profiler.h',
582 '../../src/date.cc', 582 '../../src/date.cc',
583 '../../src/date.h', 583 '../../src/date.h',
584 '../../src/dateparser-inl.h', 584 '../../src/dateparser-inl.h',
585 '../../src/dateparser.cc', 585 '../../src/dateparser.cc',
586 '../../src/dateparser.h', 586 '../../src/dateparser.h',
587 '../../src/debug.cc', 587 '../../src/debug.cc',
588 '../../src/debug.h', 588 '../../src/debug.h',
589 '../../src/deoptimizer.cc', 589 '../../src/deoptimizer.cc',
590 '../../src/deoptimizer.h', 590 '../../src/deoptimizer.h',
591 '../../src/dependencies.cc',
592 '../../src/dependencies.h',
591 '../../src/disasm.h', 593 '../../src/disasm.h',
592 '../../src/disassembler.cc', 594 '../../src/disassembler.cc',
593 '../../src/disassembler.h', 595 '../../src/disassembler.h',
594 '../../src/diy-fp.cc', 596 '../../src/diy-fp.cc',
595 '../../src/diy-fp.h', 597 '../../src/diy-fp.h',
596 '../../src/double.h', 598 '../../src/double.h',
597 '../../src/dtoa.cc', 599 '../../src/dtoa.cc',
598 '../../src/dtoa.h', 600 '../../src/dtoa.h',
599 '../../src/effects.h', 601 '../../src/effects.h',
600 '../../src/elements-kind.cc', 602 '../../src/elements-kind.cc',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 }], 1835 }],
1834 ['want_separate_host_toolset==1', { 1836 ['want_separate_host_toolset==1', {
1835 'toolsets': ['host'], 1837 'toolsets': ['host'],
1836 }, { 1838 }, {
1837 'toolsets': ['target'], 1839 'toolsets': ['target'],
1838 }], 1840 }],
1839 ], 1841 ],
1840 }, 1842 },
1841 ], 1843 ],
1842 } 1844 }
OLDNEW
« src/dependencies.h ('K') | « test/cctest/test-migrations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698