Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/v8.gyp

Issue 29747555: Issue 6531 - remove inspector and adapt for Android NDK r16b (Closed) Base URL: https://github.com/abby-sergz/v8-googlesource.git@7fece33157c55b16decdf4cde199ca3dddc17db3
Patch Set: address commnet Created April 11, 2018, 9:32 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/arm/simulator-arm.cc ('k') | no next file » | 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 19 matching lines...) Expand all
30 'v8_code': 1, 30 'v8_code': 1,
31 'v8_random_seed%': 314159265, 31 'v8_random_seed%': 314159265,
32 'v8_vector_stores%': 0, 32 'v8_vector_stores%': 0,
33 'embed_script%': "", 33 'embed_script%': "",
34 'warmup_script%': "", 34 'warmup_script%': "",
35 'v8_extra_library_files%': [], 35 'v8_extra_library_files%': [],
36 'v8_experimental_extra_library_files%': [], 36 'v8_experimental_extra_library_files%': [],
37 'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABL E_SUFFIX)', 37 'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABL E_SUFFIX)',
38 'v8_os_page_size%': 0, 38 'v8_os_page_size%': 0,
39 }, 39 },
40 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi', 'inspe ctor/inspector.gypi'], 40 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'],
41 'targets': [ 41 'targets': [
42 { 42 {
43 'target_name': 'v8', 43 'target_name': 'v8',
44 'dependencies_traverse': 1, 44 'dependencies_traverse': 1,
45 'dependencies': ['v8_maybe_snapshot', 'v8_dump_build_config#target'], 45 'dependencies': ['v8_maybe_snapshot', 'v8_dump_build_config#target'],
46 'conditions': [ 46 'conditions': [
47 ['want_separate_host_toolset==1', { 47 ['want_separate_host_toolset==1', {
48 'toolsets': ['host', 'target'], 48 'toolsets': ['host', 'target'],
49 }, { 49 }, {
50 'toolsets': ['target'], 50 'toolsets': ['target'],
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 ], 519 ],
520 }], 520 }],
521 ], 521 ],
522 }, 522 },
523 { 523 {
524 'target_name': 'v8_base', 524 'target_name': 'v8_base',
525 'type': 'static_library', 525 'type': 'static_library',
526 'dependencies': [ 526 'dependencies': [
527 'v8_libbase', 527 'v8_libbase',
528 'v8_libsampler', 528 'v8_libsampler',
529 'inspector/inspector.gyp:protocol_generated_sources#target',
530 'inspector/inspector.gyp:inspector_injected_script#target',
531 ], 529 ],
532 'objs': ['foo.o'], 530 'objs': ['foo.o'],
533 'variables': { 531 'variables': {
534 'optimize': 'max', 532 'optimize': 'max',
535 }, 533 },
536 'include_dirs+': [ 534 'include_dirs+': [
537 '..', 535 '..',
538 '<(DEPTH)', 536 '<(DEPTH)',
539 '<(SHARED_INTERMEDIATE_DIR)' 537 '<(SHARED_INTERMEDIATE_DIR)'
540 ], 538 ],
541 'sources': [ ### gcmole(all) ### 539 'sources': [ ### gcmole(all) ###
542 '<@(inspector_all_sources)',
543 '../include/v8-debug.h', 540 '../include/v8-debug.h',
544 '../include/v8-platform.h', 541 '../include/v8-platform.h',
545 '../include/v8-profiler.h', 542 '../include/v8-profiler.h',
546 '../include/v8-testing.h', 543 '../include/v8-testing.h',
547 '../include/v8-util.h', 544 '../include/v8-util.h',
548 '../include/v8-value-serializer-version.h', 545 '../include/v8-value-serializer-version.h',
549 '../include/v8-version-string.h', 546 '../include/v8-version-string.h',
550 '../include/v8-version.h', 547 '../include/v8-version.h',
551 '../include/v8.h', 548 '../include/v8.h',
552 '../include/v8config.h', 549 '../include/v8config.h',
(...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 'v8_use_snapshot=<(v8_use_snapshot)', 2617 'v8_use_snapshot=<(v8_use_snapshot)',
2621 'v8_optimized_debug=<(v8_optimized_debug)', 2618 'v8_optimized_debug=<(v8_optimized_debug)',
2622 'v8_enable_disassembler=<(v8_enable_disassembler)', 2619 'v8_enable_disassembler=<(v8_enable_disassembler)',
2623 'v8_postmortem_support=<(v8_postmortem_support)', 2620 'v8_postmortem_support=<(v8_postmortem_support)',
2624 ], 2621 ],
2625 }, 2622 },
2626 ], 2623 ],
2627 }, 2624 },
2628 ], 2625 ],
2629 } 2626 }
OLDNEW
« no previous file with comments | « src/arm/simulator-arm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld