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

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

Issue 39973003: Merge bleeding_edge. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: again Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « tools/gen-postmortem-metadata.py ('k') | tools/run-tests.py » ('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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'optimize': 'max', 202 'optimize': 'max',
203 }, 203 },
204 'include_dirs+': [ 204 'include_dirs+': [
205 '../../src', 205 '../../src',
206 ], 206 ],
207 'sources': [ ### gcmole(all) ### 207 'sources': [ ### gcmole(all) ###
208 '../../src/accessors.cc', 208 '../../src/accessors.cc',
209 '../../src/accessors.h', 209 '../../src/accessors.h',
210 '../../src/allocation.cc', 210 '../../src/allocation.cc',
211 '../../src/allocation.h', 211 '../../src/allocation.h',
212 '../../src/allocation-site-scopes.cc',
213 '../../src/allocation-site-scopes.h',
214 '../../src/allocation-tracker.cc',
215 '../../src/allocation-tracker.h',
212 '../../src/api.cc', 216 '../../src/api.cc',
213 '../../src/api.h', 217 '../../src/api.h',
214 '../../src/apiutils.h', 218 '../../src/apiutils.h',
215 '../../src/arguments.cc', 219 '../../src/arguments.cc',
216 '../../src/arguments.h', 220 '../../src/arguments.h',
217 '../../src/assembler.cc', 221 '../../src/assembler.cc',
218 '../../src/assembler.h', 222 '../../src/assembler.h',
219 '../../src/assert-scope.h', 223 '../../src/assert-scope.h',
220 '../../src/ast.cc', 224 '../../src/ast.cc',
221 '../../src/ast.h', 225 '../../src/ast.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '../../src/hydrogen-check-elimination.cc', 341 '../../src/hydrogen-check-elimination.cc',
338 '../../src/hydrogen-check-elimination.h', 342 '../../src/hydrogen-check-elimination.h',
339 '../../src/hydrogen-dce.cc', 343 '../../src/hydrogen-dce.cc',
340 '../../src/hydrogen-dce.h', 344 '../../src/hydrogen-dce.h',
341 '../../src/hydrogen-dehoist.cc', 345 '../../src/hydrogen-dehoist.cc',
342 '../../src/hydrogen-dehoist.h', 346 '../../src/hydrogen-dehoist.h',
343 '../../src/hydrogen-environment-liveness.cc', 347 '../../src/hydrogen-environment-liveness.cc',
344 '../../src/hydrogen-environment-liveness.h', 348 '../../src/hydrogen-environment-liveness.h',
345 '../../src/hydrogen-escape-analysis.cc', 349 '../../src/hydrogen-escape-analysis.cc',
346 '../../src/hydrogen-escape-analysis.h', 350 '../../src/hydrogen-escape-analysis.h',
351 '../../src/hydrogen-flow-engine.h',
347 '../../src/hydrogen-instructions.cc', 352 '../../src/hydrogen-instructions.cc',
348 '../../src/hydrogen-instructions.h', 353 '../../src/hydrogen-instructions.h',
349 '../../src/hydrogen.cc', 354 '../../src/hydrogen.cc',
350 '../../src/hydrogen.h', 355 '../../src/hydrogen.h',
351 '../../src/hydrogen-gvn.cc', 356 '../../src/hydrogen-gvn.cc',
352 '../../src/hydrogen-gvn.h', 357 '../../src/hydrogen-gvn.h',
353 '../../src/hydrogen-infer-representation.cc', 358 '../../src/hydrogen-infer-representation.cc',
354 '../../src/hydrogen-infer-representation.h', 359 '../../src/hydrogen-infer-representation.h',
355 '../../src/hydrogen-infer-types.cc', 360 '../../src/hydrogen-infer-types.cc',
356 '../../src/hydrogen-infer-types.h', 361 '../../src/hydrogen-infer-types.h',
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'experimental_library_files': [ 931 'experimental_library_files': [
927 '../../src/macros.py', 932 '../../src/macros.py',
928 '../../src/symbol.js', 933 '../../src/symbol.js',
929 '../../src/proxy.js', 934 '../../src/proxy.js',
930 '../../src/collection.js', 935 '../../src/collection.js',
931 '../../src/object-observe.js', 936 '../../src/object-observe.js',
932 '../../src/generator.js', 937 '../../src/generator.js',
933 '../../src/array-iterator.js', 938 '../../src/array-iterator.js',
934 '../../src/harmony-string.js', 939 '../../src/harmony-string.js',
935 '../../src/harmony-array.js', 940 '../../src/harmony-array.js',
941 '../../src/harmony-math.js'
936 ], 942 ],
937 }, 943 },
938 'actions': [ 944 'actions': [
939 { 945 {
940 'action_name': 'js2c', 946 'action_name': 'js2c',
941 'inputs': [ 947 'inputs': [
942 '../../tools/js2c.py', 948 '../../tools/js2c.py',
943 '<@(library_files)', 949 '<@(library_files)',
944 '<@(i18n_library_files)', 950 '<@(i18n_library_files)',
945 ], 951 ],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 }], 1057 }],
1052 ['v8_compress_startup_data=="bz2"', { 1058 ['v8_compress_startup_data=="bz2"', {
1053 'libraries': [ 1059 'libraries': [
1054 '-lbz2', 1060 '-lbz2',
1055 ] 1061 ]
1056 }], 1062 }],
1057 ], 1063 ],
1058 }, 1064 },
1059 ], 1065 ],
1060 } 1066 }
OLDNEW
« no previous file with comments | « tools/gen-postmortem-metadata.py ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698