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

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

Issue 185653004: Experimental parser: merge to r19637 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « tools/grokdump.py ('k') | tools/lexer_generator/code_generator.jinja » ('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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 '../../src/extensions/gc-extension.cc', 423 '../../src/extensions/gc-extension.cc',
424 '../../src/extensions/gc-extension.h', 424 '../../src/extensions/gc-extension.h',
425 '../../src/extensions/statistics-extension.cc', 425 '../../src/extensions/statistics-extension.cc',
426 '../../src/extensions/statistics-extension.h', 426 '../../src/extensions/statistics-extension.h',
427 '../../src/extensions/trigger-failure-extension.cc', 427 '../../src/extensions/trigger-failure-extension.cc',
428 '../../src/extensions/trigger-failure-extension.h', 428 '../../src/extensions/trigger-failure-extension.h',
429 '../../src/factory.cc', 429 '../../src/factory.cc',
430 '../../src/factory.h', 430 '../../src/factory.h',
431 '../../src/fast-dtoa.cc', 431 '../../src/fast-dtoa.cc',
432 '../../src/fast-dtoa.h', 432 '../../src/fast-dtoa.h',
433 '../../src/feedback-slots.h',
433 '../../src/fixed-dtoa.cc', 434 '../../src/fixed-dtoa.cc',
434 '../../src/fixed-dtoa.h', 435 '../../src/fixed-dtoa.h',
435 '../../src/flag-definitions.h', 436 '../../src/flag-definitions.h',
436 '../../src/flags.cc', 437 '../../src/flags.cc',
437 '../../src/flags.h', 438 '../../src/flags.h',
438 '../../src/frames-inl.h', 439 '../../src/frames-inl.h',
439 '../../src/frames.cc', 440 '../../src/frames.cc',
440 '../../src/frames.h', 441 '../../src/frames.h',
441 '../../src/full-codegen.cc', 442 '../../src/full-codegen.cc',
442 '../../src/full-codegen.h', 443 '../../src/full-codegen.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '../../src/interpreter-irregexp.cc', 524 '../../src/interpreter-irregexp.cc',
524 '../../src/interpreter-irregexp.h', 525 '../../src/interpreter-irregexp.h',
525 '../../src/isolate.cc', 526 '../../src/isolate.cc',
526 '../../src/isolate.h', 527 '../../src/isolate.h',
527 '../../src/json-parser.h', 528 '../../src/json-parser.h',
528 '../../src/json-stringifier.h', 529 '../../src/json-stringifier.h',
529 '../../src/jsregexp-inl.h', 530 '../../src/jsregexp-inl.h',
530 '../../src/jsregexp.cc', 531 '../../src/jsregexp.cc',
531 '../../src/jsregexp.h', 532 '../../src/jsregexp.h',
532 '../../src/lazy-instance.h', 533 '../../src/lazy-instance.h',
533 '../../src/lexer/experimental-scanner.cc', 534 '../../src/lexer/lexer.cc',
534 '../../src/lexer/experimental-scanner.h', 535 '../../src/lexer/lexer.h',
535 # TODO(jochen): move libplatform/ files to their own target. 536 # TODO(jochen): move libplatform/ files to their own target.
536 '../../src/libplatform/default-platform.cc', 537 '../../src/libplatform/default-platform.cc',
537 '../../src/libplatform/default-platform.h', 538 '../../src/libplatform/default-platform.h',
538 '../../src/libplatform/task-queue.cc', 539 '../../src/libplatform/task-queue.cc',
539 '../../src/libplatform/task-queue.h', 540 '../../src/libplatform/task-queue.h',
540 '../../src/libplatform/worker-thread.cc', 541 '../../src/libplatform/worker-thread.cc',
541 '../../src/libplatform/worker-thread.h', 542 '../../src/libplatform/worker-thread.h',
542 '../../src/list-inl.h', 543 '../../src/list-inl.h',
543 '../../src/list.h', 544 '../../src/list.h',
544 '../../src/lithium-allocator-inl.h', 545 '../../src/lithium-allocator-inl.h',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 '../../src/arm/lithium-gap-resolver-arm.cc', 731 '../../src/arm/lithium-gap-resolver-arm.cc',
731 '../../src/arm/lithium-gap-resolver-arm.h', 732 '../../src/arm/lithium-gap-resolver-arm.h',
732 '../../src/arm/macro-assembler-arm.cc', 733 '../../src/arm/macro-assembler-arm.cc',
733 '../../src/arm/macro-assembler-arm.h', 734 '../../src/arm/macro-assembler-arm.h',
734 '../../src/arm/regexp-macro-assembler-arm.cc', 735 '../../src/arm/regexp-macro-assembler-arm.cc',
735 '../../src/arm/regexp-macro-assembler-arm.h', 736 '../../src/arm/regexp-macro-assembler-arm.h',
736 '../../src/arm/simulator-arm.cc', 737 '../../src/arm/simulator-arm.cc',
737 '../../src/arm/stub-cache-arm.cc', 738 '../../src/arm/stub-cache-arm.cc',
738 ], 739 ],
739 }], 740 }],
741 ['v8_target_arch=="a64"', {
742 'sources': [ ### gcmole(arch:a64) ###
743 '../../src/a64/assembler-a64.cc',
744 '../../src/a64/assembler-a64.h',
745 '../../src/a64/assembler-a64-inl.h',
746 '../../src/a64/builtins-a64.cc',
747 '../../src/a64/codegen-a64.cc',
748 '../../src/a64/codegen-a64.h',
749 '../../src/a64/code-stubs-a64.cc',
750 '../../src/a64/code-stubs-a64.h',
751 '../../src/a64/constants-a64.h',
752 '../../src/a64/cpu-a64.cc',
753 '../../src/a64/cpu-a64.h',
754 '../../src/a64/debug-a64.cc',
755 '../../src/a64/debugger-a64.cc',
756 '../../src/a64/debugger-a64.h',
757 '../../src/a64/decoder-a64.cc',
758 '../../src/a64/decoder-a64.h',
759 '../../src/a64/decoder-a64-inl.h',
760 '../../src/a64/deoptimizer-a64.cc',
761 '../../src/a64/disasm-a64.cc',
762 '../../src/a64/disasm-a64.h',
763 '../../src/a64/frames-a64.cc',
764 '../../src/a64/frames-a64.h',
765 '../../src/a64/full-codegen-a64.cc',
766 '../../src/a64/ic-a64.cc',
767 '../../src/a64/instructions-a64.cc',
768 '../../src/a64/instructions-a64.h',
769 '../../src/a64/instrument-a64.cc',
770 '../../src/a64/instrument-a64.h',
771 '../../src/a64/lithium-a64.cc',
772 '../../src/a64/lithium-a64.h',
773 '../../src/a64/lithium-codegen-a64.cc',
774 '../../src/a64/lithium-codegen-a64.h',
775 '../../src/a64/lithium-gap-resolver-a64.cc',
776 '../../src/a64/lithium-gap-resolver-a64.h',
777 '../../src/a64/macro-assembler-a64.cc',
778 '../../src/a64/macro-assembler-a64.h',
779 '../../src/a64/macro-assembler-a64-inl.h',
780 '../../src/a64/regexp-macro-assembler-a64.cc',
781 '../../src/a64/regexp-macro-assembler-a64.h',
782 '../../src/a64/simulator-a64.cc',
783 '../../src/a64/simulator-a64.h',
784 '../../src/a64/stub-cache-a64.cc',
785 '../../src/a64/utils-a64.cc',
786 '../../src/a64/utils-a64.h',
787 ],
788 }],
740 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { 789 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', {
741 'sources': [ ### gcmole(arch:ia32) ### 790 'sources': [ ### gcmole(arch:ia32) ###
742 '../../src/ia32/assembler-ia32-inl.h', 791 '../../src/ia32/assembler-ia32-inl.h',
743 '../../src/ia32/assembler-ia32.cc', 792 '../../src/ia32/assembler-ia32.cc',
744 '../../src/ia32/assembler-ia32.h', 793 '../../src/ia32/assembler-ia32.h',
745 '../../src/ia32/builtins-ia32.cc', 794 '../../src/ia32/builtins-ia32.cc',
746 '../../src/ia32/code-stubs-ia32.cc', 795 '../../src/ia32/code-stubs-ia32.cc',
747 '../../src/ia32/code-stubs-ia32.h', 796 '../../src/ia32/code-stubs-ia32.h',
748 '../../src/ia32/codegen-ia32.cc', 797 '../../src/ia32/codegen-ia32.cc',
749 '../../src/ia32/codegen-ia32.h', 798 '../../src/ia32/codegen-ia32.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 }, { 1258 }, {
1210 'toolsets': ['target'], 1259 'toolsets': ['target'],
1211 }], 1260 }],
1212 ['v8_compress_startup_data=="bz2"', { 1261 ['v8_compress_startup_data=="bz2"', {
1213 'libraries': [ 1262 'libraries': [
1214 '-lbz2', 1263 '-lbz2',
1215 ] 1264 ]
1216 }], 1265 }],
1217 ], 1266 ],
1218 }, 1267 },
1219 {
1220 'target_name': 'v8_shell',
1221 'type': 'executable',
1222 'dependencies': [
1223 'v8'
1224 ],
1225 'sources': [
1226 '../../samples/shell.cc',
1227 ],
1228 'conditions': [
1229 ['want_separate_host_toolset==1', {
1230 'toolsets': ['host'],
1231 }, {
1232 'toolsets': ['target'],
1233 }],
1234 ['OS=="win"', {
1235 # This could be gotten by not setting chromium_code, if that's OK.
1236 'defines': ['_CRT_SECURE_NO_WARNINGS'],
1237 }],
1238 ['v8_compress_startup_data=="bz2"', {
1239 'libraries': [
1240 '-lbz2',
1241 ]
1242 }],
1243 ],
1244 },
1245 ], 1268 ],
1246 } 1269 }
OLDNEW
« no previous file with comments | « tools/grokdump.py ('k') | tools/lexer_generator/code_generator.jinja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698