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

Side by Side Diff: src/v8.gyp

Issue 2002933002: [json] move json parser and stringifier into own compilation units. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 years, 7 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 | « src/runtime/runtime-object.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 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'interpreter/interpreter.h', 916 'interpreter/interpreter.h',
917 'interpreter/interpreter-assembler.cc', 917 'interpreter/interpreter-assembler.cc',
918 'interpreter/interpreter-assembler.h', 918 'interpreter/interpreter-assembler.h',
919 'interpreter/interpreter-intrinsics.cc', 919 'interpreter/interpreter-intrinsics.cc',
920 'interpreter/interpreter-intrinsics.h', 920 'interpreter/interpreter-intrinsics.h',
921 'interpreter/source-position-table.cc', 921 'interpreter/source-position-table.cc',
922 'interpreter/source-position-table.h', 922 'interpreter/source-position-table.h',
923 'isolate-inl.h', 923 'isolate-inl.h',
924 'isolate.cc', 924 'isolate.cc',
925 'isolate.h', 925 'isolate.h',
926 'json-parser.cc',
926 'json-parser.h', 927 'json-parser.h',
928 'json-stringifier.cc',
927 'json-stringifier.h', 929 'json-stringifier.h',
928 'keys.h', 930 'keys.h',
929 'keys.cc', 931 'keys.cc',
930 'layout-descriptor-inl.h', 932 'layout-descriptor-inl.h',
931 'layout-descriptor.cc', 933 'layout-descriptor.cc',
932 'layout-descriptor.h', 934 'layout-descriptor.h',
933 'list-inl.h', 935 'list-inl.h',
934 'list.h', 936 'list.h',
935 'locked-queue-inl.h', 937 'locked-queue-inl.h',
936 'locked-queue.h', 938 'locked-queue.h',
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 }], 2244 }],
2243 ['want_separate_host_toolset==1', { 2245 ['want_separate_host_toolset==1', {
2244 'toolsets': ['host'], 2246 'toolsets': ['host'],
2245 }, { 2247 }, {
2246 'toolsets': ['target'], 2248 'toolsets': ['target'],
2247 }], 2249 }],
2248 ], 2250 ],
2249 }, 2251 },
2250 ], 2252 ],
2251 } 2253 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698