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

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.cc ('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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 '../../src/cpu-profiler.h', 580 '../../src/cpu-profiler.h',
581 '../../src/date.cc', 581 '../../src/date.cc',
582 '../../src/date.h', 582 '../../src/date.h',
583 '../../src/dateparser-inl.h', 583 '../../src/dateparser-inl.h',
584 '../../src/dateparser.cc', 584 '../../src/dateparser.cc',
585 '../../src/dateparser.h', 585 '../../src/dateparser.h',
586 '../../src/debug.cc', 586 '../../src/debug.cc',
587 '../../src/debug.h', 587 '../../src/debug.h',
588 '../../src/deoptimizer.cc', 588 '../../src/deoptimizer.cc',
589 '../../src/deoptimizer.h', 589 '../../src/deoptimizer.h',
590 '../../src/dependencies.cc',
591 '../../src/dependencies.h',
590 '../../src/disasm.h', 592 '../../src/disasm.h',
591 '../../src/disassembler.cc', 593 '../../src/disassembler.cc',
592 '../../src/disassembler.h', 594 '../../src/disassembler.h',
593 '../../src/diy-fp.cc', 595 '../../src/diy-fp.cc',
594 '../../src/diy-fp.h', 596 '../../src/diy-fp.h',
595 '../../src/double.h', 597 '../../src/double.h',
596 '../../src/dtoa.cc', 598 '../../src/dtoa.cc',
597 '../../src/dtoa.h', 599 '../../src/dtoa.h',
598 '../../src/effects.h', 600 '../../src/effects.h',
599 '../../src/elements-kind.cc', 601 '../../src/elements-kind.cc',
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1830 }], 1832 }],
1831 ['want_separate_host_toolset==1', { 1833 ['want_separate_host_toolset==1', {
1832 'toolsets': ['host'], 1834 'toolsets': ['host'],
1833 }, { 1835 }, {
1834 'toolsets': ['target'], 1836 'toolsets': ['target'],
1835 }], 1837 }],
1836 ], 1838 ],
1837 }, 1839 },
1838 ], 1840 ],
1839 } 1841 }
OLDNEW
« src/dependencies.cc ('K') | « test/cctest/test-migrations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698