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

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

Issue 1769043003: Revert of [key-accumulator] Starting to reimplement the key-accumulator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/mjsunit/for-in.js ('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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 '../../src/interpreter/interpreter-assembler.h', 950 '../../src/interpreter/interpreter-assembler.h',
951 '../../src/interpreter/register-translator.cc', 951 '../../src/interpreter/register-translator.cc',
952 '../../src/interpreter/register-translator.h', 952 '../../src/interpreter/register-translator.h',
953 '../../src/interpreter/source-position-table.cc', 953 '../../src/interpreter/source-position-table.cc',
954 '../../src/interpreter/source-position-table.h', 954 '../../src/interpreter/source-position-table.h',
955 '../../src/isolate-inl.h', 955 '../../src/isolate-inl.h',
956 '../../src/isolate.cc', 956 '../../src/isolate.cc',
957 '../../src/isolate.h', 957 '../../src/isolate.h',
958 '../../src/json-parser.h', 958 '../../src/json-parser.h',
959 '../../src/json-stringifier.h', 959 '../../src/json-stringifier.h',
960 '../../src/keys.h', 960 '../../src/key-accumulator.h',
961 '../../src/keys.cc', 961 '../../src/key-accumulator.cc',
962 '../../src/layout-descriptor-inl.h', 962 '../../src/layout-descriptor-inl.h',
963 '../../src/layout-descriptor.cc', 963 '../../src/layout-descriptor.cc',
964 '../../src/layout-descriptor.h', 964 '../../src/layout-descriptor.h',
965 '../../src/list-inl.h', 965 '../../src/list-inl.h',
966 '../../src/list.h', 966 '../../src/list.h',
967 '../../src/locked-queue-inl.h', 967 '../../src/locked-queue-inl.h',
968 '../../src/locked-queue.h', 968 '../../src/locked-queue.h',
969 '../../src/log-inl.h', 969 '../../src/log-inl.h',
970 '../../src/log-utils.cc', 970 '../../src/log-utils.cc',
971 '../../src/log-utils.h', 971 '../../src/log-utils.h',
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
2252 }], 2252 }],
2253 ['want_separate_host_toolset==1', { 2253 ['want_separate_host_toolset==1', {
2254 'toolsets': ['host'], 2254 'toolsets': ['host'],
2255 }, { 2255 }, {
2256 'toolsets': ['target'], 2256 'toolsets': ['target'],
2257 }], 2257 }],
2258 ], 2258 ],
2259 }, 2259 },
2260 ], 2260 ],
2261 } 2261 }
OLDNEW
« no previous file with comments | « test/mjsunit/for-in.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698