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

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
« no previous file with comments | « 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 '../../src/code-factory.cc', 415 '../../src/code-factory.cc',
416 '../../src/code-factory.h', 416 '../../src/code-factory.h',
417 '../../src/code-stubs.cc', 417 '../../src/code-stubs.cc',
418 '../../src/code-stubs.h', 418 '../../src/code-stubs.h',
419 '../../src/code-stubs-hydrogen.cc', 419 '../../src/code-stubs-hydrogen.cc',
420 '../../src/code.h', 420 '../../src/code.h',
421 '../../src/codegen.cc', 421 '../../src/codegen.cc',
422 '../../src/codegen.h', 422 '../../src/codegen.h',
423 '../../src/compilation-cache.cc', 423 '../../src/compilation-cache.cc',
424 '../../src/compilation-cache.h', 424 '../../src/compilation-cache.h',
425 '../../src/compilation-dependencies.cc',
426 '../../src/compilation-dependencies.h',
425 '../../src/compilation-statistics.cc', 427 '../../src/compilation-statistics.cc',
426 '../../src/compilation-statistics.h', 428 '../../src/compilation-statistics.h',
427 '../../src/compiler/access-builder.cc', 429 '../../src/compiler/access-builder.cc',
428 '../../src/compiler/access-builder.h', 430 '../../src/compiler/access-builder.h',
429 '../../src/compiler/all-nodes.cc', 431 '../../src/compiler/all-nodes.cc',
430 '../../src/compiler/all-nodes.h', 432 '../../src/compiler/all-nodes.h',
431 '../../src/compiler/ast-graph-builder.cc', 433 '../../src/compiler/ast-graph-builder.cc',
432 '../../src/compiler/ast-graph-builder.h', 434 '../../src/compiler/ast-graph-builder.h',
433 '../../src/compiler/ast-loop-assignment-analyzer.cc', 435 '../../src/compiler/ast-loop-assignment-analyzer.cc',
434 '../../src/compiler/ast-loop-assignment-analyzer.h', 436 '../../src/compiler/ast-loop-assignment-analyzer.h',
(...skipping 1398 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
« no previous file with comments | « test/cctest/test-migrations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698