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

Side by Side Diff: src/v8.gyp

Issue 2084663004: WIP: prototype ffi support Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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
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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'compiler/control-flow-optimizer.h', 526 'compiler/control-flow-optimizer.h',
527 'compiler/dead-code-elimination.cc', 527 'compiler/dead-code-elimination.cc',
528 'compiler/dead-code-elimination.h', 528 'compiler/dead-code-elimination.h',
529 'compiler/diamond.h', 529 'compiler/diamond.h',
530 'compiler/effect-control-linearizer.cc', 530 'compiler/effect-control-linearizer.cc',
531 'compiler/effect-control-linearizer.h', 531 'compiler/effect-control-linearizer.h',
532 'compiler/escape-analysis.cc', 532 'compiler/escape-analysis.cc',
533 'compiler/escape-analysis.h', 533 'compiler/escape-analysis.h',
534 "compiler/escape-analysis-reducer.cc", 534 "compiler/escape-analysis-reducer.cc",
535 "compiler/escape-analysis-reducer.h", 535 "compiler/escape-analysis-reducer.h",
536 'compiler/ffi-compiler.cc',
537 'compiler/ffi-compiler.h',
536 'compiler/frame.cc', 538 'compiler/frame.cc',
537 'compiler/frame.h', 539 'compiler/frame.h',
538 'compiler/frame-elider.cc', 540 'compiler/frame-elider.cc',
539 'compiler/frame-elider.h', 541 'compiler/frame-elider.h',
540 "compiler/frame-states.cc", 542 "compiler/frame-states.cc",
541 "compiler/frame-states.h", 543 "compiler/frame-states.h",
542 'compiler/gap-resolver.cc', 544 'compiler/gap-resolver.cc',
543 'compiler/gap-resolver.h', 545 'compiler/gap-resolver.h',
544 'compiler/graph-reducer.cc', 546 'compiler/graph-reducer.cc',
545 'compiler/graph-reducer.h', 547 'compiler/graph-reducer.h',
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
2281 }], 2283 }],
2282 ['want_separate_host_toolset==1', { 2284 ['want_separate_host_toolset==1', {
2283 'toolsets': ['host'], 2285 'toolsets': ['host'],
2284 }, { 2286 }, {
2285 'toolsets': ['target'], 2287 'toolsets': ['target'],
2286 }], 2288 }],
2287 ], 2289 ],
2288 }, 2290 },
2289 ], 2291 ],
2290 } 2292 }
OLDNEW
« src/objects.h ('K') | « src/snapshot/code-serializer.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698