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

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

Issue 1288773007: Adding visitors to regurgitate expression types or reset them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: back to macros Created 5 years, 3 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-typing-reset.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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 '../../src/api.cc', 393 '../../src/api.cc',
394 '../../src/api.h', 394 '../../src/api.h',
395 '../../src/api-natives.cc', 395 '../../src/api-natives.cc',
396 '../../src/api-natives.h', 396 '../../src/api-natives.h',
397 '../../src/arguments.cc', 397 '../../src/arguments.cc',
398 '../../src/arguments.h', 398 '../../src/arguments.h',
399 '../../src/assembler.cc', 399 '../../src/assembler.cc',
400 '../../src/assembler.h', 400 '../../src/assembler.h',
401 '../../src/assert-scope.h', 401 '../../src/assert-scope.h',
402 '../../src/assert-scope.cc', 402 '../../src/assert-scope.cc',
403 '../../src/ast-value-factory.cc', 403 '../../src/ast-expression-visitor.cc',
404 '../../src/ast-value-factory.h', 404 '../../src/ast-expression-visitor.h',
405 '../../src/ast-literal-reindexer.cc', 405 '../../src/ast-literal-reindexer.cc',
406 '../../src/ast-literal-reindexer.h', 406 '../../src/ast-literal-reindexer.h',
407 '../../src/ast-numbering.cc', 407 '../../src/ast-numbering.cc',
408 '../../src/ast-numbering.h', 408 '../../src/ast-numbering.h',
409 '../../src/ast-value-factory.cc',
410 '../../src/ast-value-factory.h',
409 '../../src/ast.cc', 411 '../../src/ast.cc',
410 '../../src/ast.h', 412 '../../src/ast.h',
411 '../../src/background-parsing-task.cc', 413 '../../src/background-parsing-task.cc',
412 '../../src/background-parsing-task.h', 414 '../../src/background-parsing-task.h',
413 '../../src/bailout-reason.cc', 415 '../../src/bailout-reason.cc',
414 '../../src/bailout-reason.h', 416 '../../src/bailout-reason.h',
415 '../../src/basic-block-profiler.cc', 417 '../../src/basic-block-profiler.cc',
416 '../../src/basic-block-profiler.h', 418 '../../src/basic-block-profiler.h',
417 '../../src/bignum-dtoa.cc', 419 '../../src/bignum-dtoa.cc',
418 '../../src/bignum-dtoa.h', 420 '../../src/bignum-dtoa.h',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 '../../src/transitions.cc', 964 '../../src/transitions.cc',
963 '../../src/transitions.h', 965 '../../src/transitions.h',
964 '../../src/type-feedback-vector-inl.h', 966 '../../src/type-feedback-vector-inl.h',
965 '../../src/type-feedback-vector.cc', 967 '../../src/type-feedback-vector.cc',
966 '../../src/type-feedback-vector.h', 968 '../../src/type-feedback-vector.h',
967 '../../src/type-info.cc', 969 '../../src/type-info.cc',
968 '../../src/type-info.h', 970 '../../src/type-info.h',
969 '../../src/types-inl.h', 971 '../../src/types-inl.h',
970 '../../src/types.cc', 972 '../../src/types.cc',
971 '../../src/types.h', 973 '../../src/types.h',
974 '../../src/typing-reset.cc',
975 '../../src/typing-reset.h',
972 '../../src/typing.cc', 976 '../../src/typing.cc',
973 '../../src/typing.h', 977 '../../src/typing.h',
974 '../../src/unbound-queue-inl.h', 978 '../../src/unbound-queue-inl.h',
975 '../../src/unbound-queue.h', 979 '../../src/unbound-queue.h',
976 '../../src/unicode-inl.h', 980 '../../src/unicode-inl.h',
977 '../../src/unicode.cc', 981 '../../src/unicode.cc',
978 '../../src/unicode.h', 982 '../../src/unicode.h',
979 '../../src/unicode-cache-inl.h', 983 '../../src/unicode-cache-inl.h',
980 '../../src/unicode-cache.h', 984 '../../src/unicode-cache.h',
981 '../../src/unicode-decoder.cc', 985 '../../src/unicode-decoder.cc',
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 }], 2022 }],
2019 ['want_separate_host_toolset==1', { 2023 ['want_separate_host_toolset==1', {
2020 'toolsets': ['host'], 2024 'toolsets': ['host'],
2021 }, { 2025 }, {
2022 'toolsets': ['target'], 2026 'toolsets': ['target'],
2023 }], 2027 }],
2024 ], 2028 ],
2025 }, 2029 },
2026 ], 2030 ],
2027 } 2031 }
OLDNEW
« no previous file with comments | « test/cctest/test-typing-reset.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698