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

Side by Side Diff: src/v8.gyp

Issue 2650703003: [parser]: Skipping inner funcs / initial implemetation of storing scope analysis data from preparse… (Closed)
Patch Set: rebased - argh, forced to format build.gn Created 3 years, 11 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/parsing/preparsed-scope-data.cc ('k') | test/cctest/test-parsing.cc » ('j') | 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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'parsing/parse-info.h', 1099 'parsing/parse-info.h',
1100 'parsing/parser-base.h', 1100 'parsing/parser-base.h',
1101 'parsing/parser.cc', 1101 'parsing/parser.cc',
1102 'parsing/parser.h', 1102 'parsing/parser.h',
1103 'parsing/parsing.cc', 1103 'parsing/parsing.cc',
1104 'parsing/parsing.h', 1104 'parsing/parsing.h',
1105 'parsing/pattern-rewriter.cc', 1105 'parsing/pattern-rewriter.cc',
1106 'parsing/preparse-data-format.h', 1106 'parsing/preparse-data-format.h',
1107 'parsing/preparse-data.cc', 1107 'parsing/preparse-data.cc',
1108 'parsing/preparse-data.h', 1108 'parsing/preparse-data.h',
1109 'parsing/preparsed-scope-data.cc',
1110 'parsing/preparsed-scope-data.h',
1109 'parsing/preparser.cc', 1111 'parsing/preparser.cc',
1110 'parsing/preparser.h', 1112 'parsing/preparser.h',
1111 'parsing/rewriter.cc', 1113 'parsing/rewriter.cc',
1112 'parsing/rewriter.h', 1114 'parsing/rewriter.h',
1113 'parsing/scanner-character-streams.cc', 1115 'parsing/scanner-character-streams.cc',
1114 'parsing/scanner-character-streams.h', 1116 'parsing/scanner-character-streams.h',
1115 'parsing/scanner.cc', 1117 'parsing/scanner.cc',
1116 'parsing/scanner.h', 1118 'parsing/scanner.h',
1117 'parsing/token.cc', 1119 'parsing/token.cc',
1118 'parsing/token.h', 1120 'parsing/token.h',
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 'conditions': [ 2502 'conditions': [
2501 ['want_separate_host_toolset_mkpeephole==1', { 2503 ['want_separate_host_toolset_mkpeephole==1', {
2502 'toolsets': ['host'], 2504 'toolsets': ['host'],
2503 }, { 2505 }, {
2504 'toolsets': ['target'], 2506 'toolsets': ['target'],
2505 }], 2507 }],
2506 ], 2508 ],
2507 }, 2509 },
2508 ], 2510 ],
2509 } 2511 }
OLDNEW
« no previous file with comments | « src/parsing/preparsed-scope-data.cc ('k') | test/cctest/test-parsing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698