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

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

Issue 1268333004: Introduce object visitor to estimate the size of a native context. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix compare Created 5 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
« no previous file with comments | « test/cctest/test-heap.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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 '../../src/compiler/typer.cc', 607 '../../src/compiler/typer.cc',
608 '../../src/compiler/typer.h', 608 '../../src/compiler/typer.h',
609 '../../src/compiler/value-numbering-reducer.cc', 609 '../../src/compiler/value-numbering-reducer.cc',
610 '../../src/compiler/value-numbering-reducer.h', 610 '../../src/compiler/value-numbering-reducer.h',
611 '../../src/compiler/verifier.cc', 611 '../../src/compiler/verifier.cc',
612 '../../src/compiler/verifier.h', 612 '../../src/compiler/verifier.h',
613 '../../src/compiler/zone-pool.cc', 613 '../../src/compiler/zone-pool.cc',
614 '../../src/compiler/zone-pool.h', 614 '../../src/compiler/zone-pool.h',
615 '../../src/compiler.cc', 615 '../../src/compiler.cc',
616 '../../src/compiler.h', 616 '../../src/compiler.h',
617 '../../src/context-measure.cc',
618 '../../src/context-measure.h',
617 '../../src/contexts.cc', 619 '../../src/contexts.cc',
618 '../../src/contexts.h', 620 '../../src/contexts.h',
619 '../../src/conversions-inl.h', 621 '../../src/conversions-inl.h',
620 '../../src/conversions.cc', 622 '../../src/conversions.cc',
621 '../../src/conversions.h', 623 '../../src/conversions.h',
622 '../../src/counters.cc', 624 '../../src/counters.cc',
623 '../../src/counters.h', 625 '../../src/counters.h',
624 '../../src/cpu-profiler-inl.h', 626 '../../src/cpu-profiler-inl.h',
625 '../../src/cpu-profiler.cc', 627 '../../src/cpu-profiler.cc',
626 '../../src/cpu-profiler.h', 628 '../../src/cpu-profiler.h',
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 }], 1989 }],
1988 ['want_separate_host_toolset==1', { 1990 ['want_separate_host_toolset==1', {
1989 'toolsets': ['host'], 1991 'toolsets': ['host'],
1990 }, { 1992 }, {
1991 'toolsets': ['target'], 1993 'toolsets': ['target'],
1992 }], 1994 }],
1993 ], 1995 ],
1994 }, 1996 },
1995 ], 1997 ],
1996 } 1998 }
OLDNEW
« no previous file with comments | « test/cctest/test-heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698