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

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

Issue 1681513002: [json parser] add position to error message. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix BUILD.gn Created 4 years, 10 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/messages.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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 '../../src/interpreter/handler-table-builder.h', 922 '../../src/interpreter/handler-table-builder.h',
923 '../../src/interpreter/interpreter.cc', 923 '../../src/interpreter/interpreter.cc',
924 '../../src/interpreter/interpreter.h', 924 '../../src/interpreter/interpreter.h',
925 '../../src/interpreter/register-translator.cc', 925 '../../src/interpreter/register-translator.cc',
926 '../../src/interpreter/register-translator.h', 926 '../../src/interpreter/register-translator.h',
927 '../../src/interpreter/source-position-table.cc', 927 '../../src/interpreter/source-position-table.cc',
928 '../../src/interpreter/source-position-table.h', 928 '../../src/interpreter/source-position-table.h',
929 '../../src/isolate-inl.h', 929 '../../src/isolate-inl.h',
930 '../../src/isolate.cc', 930 '../../src/isolate.cc',
931 '../../src/isolate.h', 931 '../../src/isolate.h',
932 '../../src/json-parser.h',
932 '../../src/json-stringifier.h', 933 '../../src/json-stringifier.h',
933 '../../src/key-accumulator.h', 934 '../../src/key-accumulator.h',
934 '../../src/key-accumulator.cc', 935 '../../src/key-accumulator.cc',
935 '../../src/layout-descriptor-inl.h', 936 '../../src/layout-descriptor-inl.h',
936 '../../src/layout-descriptor.cc', 937 '../../src/layout-descriptor.cc',
937 '../../src/layout-descriptor.h', 938 '../../src/layout-descriptor.h',
938 '../../src/list-inl.h', 939 '../../src/list-inl.h',
939 '../../src/list.h', 940 '../../src/list.h',
940 '../../src/locked-queue-inl.h', 941 '../../src/locked-queue-inl.h',
941 '../../src/locked-queue.h', 942 '../../src/locked-queue.h',
(...skipping 17 matching lines...) Expand all
959 '../../src/objects-printer.cc', 960 '../../src/objects-printer.cc',
960 '../../src/objects.cc', 961 '../../src/objects.cc',
961 '../../src/objects.h', 962 '../../src/objects.h',
962 '../../src/optimizing-compile-dispatcher.cc', 963 '../../src/optimizing-compile-dispatcher.cc',
963 '../../src/optimizing-compile-dispatcher.h', 964 '../../src/optimizing-compile-dispatcher.h',
964 '../../src/ostreams.cc', 965 '../../src/ostreams.cc',
965 '../../src/ostreams.h', 966 '../../src/ostreams.h',
966 '../../src/parsing/expression-classifier.h', 967 '../../src/parsing/expression-classifier.h',
967 '../../src/parsing/func-name-inferrer.cc', 968 '../../src/parsing/func-name-inferrer.cc',
968 '../../src/parsing/func-name-inferrer.h', 969 '../../src/parsing/func-name-inferrer.h',
969 '../../src/parsing/json-parser.h',
970 '../../src/parsing/parameter-initializer-rewriter.cc', 970 '../../src/parsing/parameter-initializer-rewriter.cc',
971 '../../src/parsing/parameter-initializer-rewriter.h', 971 '../../src/parsing/parameter-initializer-rewriter.h',
972 '../../src/parsing/parser-base.h', 972 '../../src/parsing/parser-base.h',
973 '../../src/parsing/parser.cc', 973 '../../src/parsing/parser.cc',
974 '../../src/parsing/parser.h', 974 '../../src/parsing/parser.h',
975 '../../src/parsing/pattern-rewriter.cc', 975 '../../src/parsing/pattern-rewriter.cc',
976 '../../src/parsing/preparse-data-format.h', 976 '../../src/parsing/preparse-data-format.h',
977 '../../src/parsing/preparse-data.cc', 977 '../../src/parsing/preparse-data.cc',
978 '../../src/parsing/preparse-data.h', 978 '../../src/parsing/preparse-data.h',
979 '../../src/parsing/preparser.cc', 979 '../../src/parsing/preparser.cc',
(...skipping 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after
2182 }], 2182 }],
2183 ['want_separate_host_toolset==1', { 2183 ['want_separate_host_toolset==1', {
2184 'toolsets': ['host'], 2184 'toolsets': ['host'],
2185 }, { 2185 }, {
2186 'toolsets': ['target'], 2186 'toolsets': ['target'],
2187 }], 2187 }],
2188 ], 2188 ],
2189 }, 2189 },
2190 ], 2190 ],
2191 } 2191 }
OLDNEW
« no previous file with comments | « test/mjsunit/messages.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698