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

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

Issue 149413010: A64: Synchronize with r16024. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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/v8heapconst.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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 '../../src/hydrogen-instructions.cc', 354 '../../src/hydrogen-instructions.cc',
355 '../../src/hydrogen-instructions.h', 355 '../../src/hydrogen-instructions.h',
356 '../../src/hydrogen.cc', 356 '../../src/hydrogen.cc',
357 '../../src/hydrogen.h', 357 '../../src/hydrogen.h',
358 '../../src/hydrogen-gvn.cc', 358 '../../src/hydrogen-gvn.cc',
359 '../../src/hydrogen-gvn.h', 359 '../../src/hydrogen-gvn.h',
360 '../../src/hydrogen-infer-representation.cc', 360 '../../src/hydrogen-infer-representation.cc',
361 '../../src/hydrogen-infer-representation.h', 361 '../../src/hydrogen-infer-representation.h',
362 '../../src/hydrogen-infer-types.cc', 362 '../../src/hydrogen-infer-types.cc',
363 '../../src/hydrogen-infer-types.h', 363 '../../src/hydrogen-infer-types.h',
364 '../../src/hydrogen-mark-deoptimize.cc',
365 '../../src/hydrogen-mark-deoptimize.h',
364 '../../src/hydrogen-minus-zero.cc', 366 '../../src/hydrogen-minus-zero.cc',
365 '../../src/hydrogen-minus-zero.h', 367 '../../src/hydrogen-minus-zero.h',
366 '../../src/hydrogen-range-analysis.cc', 368 '../../src/hydrogen-range-analysis.cc',
367 '../../src/hydrogen-range-analysis.h', 369 '../../src/hydrogen-range-analysis.h',
368 '../../src/hydrogen-redundant-phi.cc', 370 '../../src/hydrogen-redundant-phi.cc',
369 '../../src/hydrogen-redundant-phi.h', 371 '../../src/hydrogen-redundant-phi.h',
370 '../../src/hydrogen-removable-simulates.cc', 372 '../../src/hydrogen-removable-simulates.cc',
371 '../../src/hydrogen-removable-simulates.h', 373 '../../src/hydrogen-removable-simulates.h',
372 '../../src/hydrogen-representation-changes.cc', 374 '../../src/hydrogen-representation-changes.cc',
373 '../../src/hydrogen-representation-changes.h', 375 '../../src/hydrogen-representation-changes.h',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 '../../src/extensions/i18n/break-iterator.cc', 872 '../../src/extensions/i18n/break-iterator.cc',
871 '../../src/extensions/i18n/break-iterator.h', 873 '../../src/extensions/i18n/break-iterator.h',
872 '../../src/extensions/i18n/collator.cc', 874 '../../src/extensions/i18n/collator.cc',
873 '../../src/extensions/i18n/collator.h', 875 '../../src/extensions/i18n/collator.h',
874 '../../src/extensions/i18n/date-format.cc', 876 '../../src/extensions/i18n/date-format.cc',
875 '../../src/extensions/i18n/date-format.h', 877 '../../src/extensions/i18n/date-format.h',
876 '../../src/extensions/i18n/i18n-extension.cc', 878 '../../src/extensions/i18n/i18n-extension.cc',
877 '../../src/extensions/i18n/i18n-extension.h', 879 '../../src/extensions/i18n/i18n-extension.h',
878 '../../src/extensions/i18n/i18n-utils.cc', 880 '../../src/extensions/i18n/i18n-utils.cc',
879 '../../src/extensions/i18n/i18n-utils.h', 881 '../../src/extensions/i18n/i18n-utils.h',
880 '../../src/extensions/i18n/locale.cc',
881 '../../src/extensions/i18n/locale.h',
882 '../../src/extensions/i18n/number-format.cc', 882 '../../src/extensions/i18n/number-format.cc',
883 '../../src/extensions/i18n/number-format.h', 883 '../../src/extensions/i18n/number-format.h',
884 ], 884 ],
885 'dependencies': [ 885 'dependencies': [
886 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 886 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
887 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 887 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
888 ] 888 ]
889 }], 889 }],
890 ['OS=="win" and v8_enable_i18n_support==1', { 890 ['OS=="win" and v8_enable_i18n_support==1', {
891 'dependencies': [ 891 'dependencies': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 ], 944 ],
945 'experimental_library_files': [ 945 'experimental_library_files': [
946 '../../src/macros.py', 946 '../../src/macros.py',
947 '../../src/symbol.js', 947 '../../src/symbol.js',
948 '../../src/proxy.js', 948 '../../src/proxy.js',
949 '../../src/collection.js', 949 '../../src/collection.js',
950 '../../src/object-observe.js', 950 '../../src/object-observe.js',
951 '../../src/arraybuffer.js', 951 '../../src/arraybuffer.js',
952 '../../src/typedarray.js', 952 '../../src/typedarray.js',
953 '../../src/generator.js', 953 '../../src/generator.js',
954 '../../src/array-iterator.js' 954 '../../src/array-iterator.js',
955 '../../src/harmony-string.js'
955 ], 956 ],
956 'i18n_library_files': [ 957 'i18n_library_files': [
957 '../../src/extensions/i18n/header.js', 958 '../../src/extensions/i18n/header.js',
958 '../../src/extensions/i18n/globals.js', 959 '../../src/extensions/i18n/globals.js',
959 '../../src/extensions/i18n/locale.js', 960 '../../src/extensions/i18n/locale.js',
960 '../../src/extensions/i18n/collator.js', 961 '../../src/extensions/i18n/collator.js',
961 '../../src/extensions/i18n/number-format.js', 962 '../../src/extensions/i18n/number-format.js',
962 '../../src/extensions/i18n/date-format.js', 963 '../../src/extensions/i18n/date-format.js',
963 '../../src/extensions/i18n/break-iterator.js', 964 '../../src/extensions/i18n/break-iterator.js',
964 '../../src/extensions/i18n/i18n-utils.js', 965 '../../src/extensions/i18n/i18n-utils.js',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 }], 1081 }],
1081 ['v8_compress_startup_data=="bz2"', { 1082 ['v8_compress_startup_data=="bz2"', {
1082 'libraries': [ 1083 'libraries': [
1083 '-lbz2', 1084 '-lbz2',
1084 ] 1085 ]
1085 }], 1086 }],
1086 ], 1087 ],
1087 }, 1088 },
1088 ], 1089 ],
1089 } 1090 }
OLDNEW
« no previous file with comments | « tools/grokdump.py ('k') | tools/v8heapconst.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698