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

Side by Side Diff: src/v8.gyp

Issue 2358423002: Version 5.5.251.1 (cherry-pick) (Closed)
Patch Set: Created 4 years, 3 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 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'interpreter/bytecode-dead-code-optimizer.cc', 976 'interpreter/bytecode-dead-code-optimizer.cc',
977 'interpreter/bytecode-dead-code-optimizer.h', 977 'interpreter/bytecode-dead-code-optimizer.h',
978 'interpreter/bytecode-decoder.cc', 978 'interpreter/bytecode-decoder.cc',
979 'interpreter/bytecode-decoder.h', 979 'interpreter/bytecode-decoder.h',
980 'interpreter/bytecode-flags.cc', 980 'interpreter/bytecode-flags.cc',
981 'interpreter/bytecode-flags.h', 981 'interpreter/bytecode-flags.h',
982 'interpreter/bytecode-generator.cc', 982 'interpreter/bytecode-generator.cc',
983 'interpreter/bytecode-generator.h', 983 'interpreter/bytecode-generator.h',
984 'interpreter/bytecode-label.cc', 984 'interpreter/bytecode-label.cc',
985 'interpreter/bytecode-label.h', 985 'interpreter/bytecode-label.h',
986 'interpreter/bytecode-operands.cc',
987 'interpreter/bytecode-operands.h',
988 'interpreter/bytecode-peephole-optimizer.cc', 986 'interpreter/bytecode-peephole-optimizer.cc',
989 'interpreter/bytecode-peephole-optimizer.h', 987 'interpreter/bytecode-peephole-optimizer.h',
990 'interpreter/bytecode-peephole-table.h', 988 'interpreter/bytecode-peephole-table.h',
991 'interpreter/bytecode-pipeline.cc', 989 'interpreter/bytecode-pipeline.cc',
992 'interpreter/bytecode-pipeline.h', 990 'interpreter/bytecode-pipeline.h',
993 'interpreter/bytecode-register.cc', 991 'interpreter/bytecode-register.cc',
994 'interpreter/bytecode-register.h', 992 'interpreter/bytecode-register.h',
995 'interpreter/bytecode-register-allocator.cc', 993 'interpreter/bytecode-register-allocator.cc',
996 'interpreter/bytecode-register-allocator.h', 994 'interpreter/bytecode-register-allocator.h',
997 'interpreter/bytecode-register-optimizer.cc', 995 'interpreter/bytecode-register-optimizer.cc',
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 ], 2427 ],
2430 }, 2428 },
2431 { 2429 {
2432 'target_name': 'mkpeephole', 2430 'target_name': 'mkpeephole',
2433 'type': 'executable', 2431 'type': 'executable',
2434 'dependencies': [ 'v8_libbase' ], 2432 'dependencies': [ 'v8_libbase' ],
2435 'include_dirs+': [ 2433 'include_dirs+': [
2436 '..', 2434 '..',
2437 ], 2435 ],
2438 'sources': [ 2436 'sources': [
2439 'interpreter/bytecode-operands.h',
2440 'interpreter/bytecode-operands.cc',
2441 'interpreter/bytecode-peephole-table.h', 2437 'interpreter/bytecode-peephole-table.h',
2442 'interpreter/bytecode-traits.h',
2443 'interpreter/bytecodes.h', 2438 'interpreter/bytecodes.h',
2444 'interpreter/bytecodes.cc', 2439 'interpreter/bytecodes.cc',
2445 'interpreter/mkpeephole.cc' 2440 'interpreter/mkpeephole.cc'
2446 ], 2441 ],
2447 'conditions': [ 2442 'conditions': [
2448 ['want_separate_host_toolset_mkpeephole==1', { 2443 ['want_separate_host_toolset_mkpeephole==1', {
2449 'toolsets': ['host'], 2444 'toolsets': ['host'],
2450 }, { 2445 }, {
2451 'toolsets': ['target'], 2446 'toolsets': ['target'],
2452 }], 2447 }],
2453 ], 2448 ],
2454 }, 2449 },
2455 ], 2450 ],
2456 } 2451 }
OLDNEW
« no previous file with comments | « src/interpreter/bytecodes.cc ('k') | test/unittests/interpreter/bytecode-array-writer-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698