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

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

Issue 148153010: Synchronize with r15701. (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/blink_tests/TestExpectations ('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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 '../../src/heap-inl.h', 330 '../../src/heap-inl.h',
331 '../../src/heap-profiler.cc', 331 '../../src/heap-profiler.cc',
332 '../../src/heap-profiler.h', 332 '../../src/heap-profiler.h',
333 '../../src/heap-snapshot-generator-inl.h', 333 '../../src/heap-snapshot-generator-inl.h',
334 '../../src/heap-snapshot-generator.cc', 334 '../../src/heap-snapshot-generator.cc',
335 '../../src/heap-snapshot-generator.h', 335 '../../src/heap-snapshot-generator.h',
336 '../../src/heap.cc', 336 '../../src/heap.cc',
337 '../../src/heap.h', 337 '../../src/heap.h',
338 '../../src/hydrogen-bce.cc', 338 '../../src/hydrogen-bce.cc',
339 '../../src/hydrogen-bce.h', 339 '../../src/hydrogen-bce.h',
340 '../../src/hydrogen-canonicalize.cc',
341 '../../src/hydrogen-canonicalize.h',
340 '../../src/hydrogen-dce.cc', 342 '../../src/hydrogen-dce.cc',
341 '../../src/hydrogen-dce.h', 343 '../../src/hydrogen-dce.h',
344 '../../src/hydrogen-dehoist.cc',
345 '../../src/hydrogen-dehoist.h',
346 '../../src/hydrogen-deoptimizing-mark.cc',
347 '../../src/hydrogen-deoptimizing-mark.h',
342 '../../src/hydrogen-environment-liveness.cc', 348 '../../src/hydrogen-environment-liveness.cc',
343 '../../src/hydrogen-environment-liveness.h', 349 '../../src/hydrogen-environment-liveness.h',
344 '../../src/hydrogen-escape-analysis.cc', 350 '../../src/hydrogen-escape-analysis.cc',
345 '../../src/hydrogen-escape-analysis.h', 351 '../../src/hydrogen-escape-analysis.h',
346 '../../src/hydrogen-instructions.cc', 352 '../../src/hydrogen-instructions.cc',
347 '../../src/hydrogen-instructions.h', 353 '../../src/hydrogen-instructions.h',
348 '../../src/hydrogen.cc', 354 '../../src/hydrogen.cc',
349 '../../src/hydrogen.h', 355 '../../src/hydrogen.h',
350 '../../src/hydrogen-gvn.cc', 356 '../../src/hydrogen-gvn.cc',
351 '../../src/hydrogen-gvn.h', 357 '../../src/hydrogen-gvn.h',
352 '../../src/hydrogen-infer-representation.cc', 358 '../../src/hydrogen-infer-representation.cc',
353 '../../src/hydrogen-infer-representation.h', 359 '../../src/hydrogen-infer-representation.h',
354 '../../src/hydrogen-infer-types.cc', 360 '../../src/hydrogen-infer-types.cc',
355 '../../src/hydrogen-infer-types.h', 361 '../../src/hydrogen-infer-types.h',
362 '../../src/hydrogen-minus-zero.cc',
363 '../../src/hydrogen-minus-zero.h',
356 '../../src/hydrogen-range-analysis.cc', 364 '../../src/hydrogen-range-analysis.cc',
357 '../../src/hydrogen-range-analysis.h', 365 '../../src/hydrogen-range-analysis.h',
358 '../../src/hydrogen-redundant-phi.cc', 366 '../../src/hydrogen-redundant-phi.cc',
359 '../../src/hydrogen-redundant-phi.h', 367 '../../src/hydrogen-redundant-phi.h',
368 '../../src/hydrogen-removable-simulates.cc',
369 '../../src/hydrogen-removable-simulates.h',
360 '../../src/hydrogen-representation-changes.cc', 370 '../../src/hydrogen-representation-changes.cc',
361 '../../src/hydrogen-representation-changes.h', 371 '../../src/hydrogen-representation-changes.h',
362 '../../src/hydrogen-sce.cc', 372 '../../src/hydrogen-sce.cc',
363 '../../src/hydrogen-sce.h', 373 '../../src/hydrogen-sce.h',
364 '../../src/hydrogen-uint32-analysis.cc', 374 '../../src/hydrogen-uint32-analysis.cc',
365 '../../src/hydrogen-uint32-analysis.h', 375 '../../src/hydrogen-uint32-analysis.h',
366 '../../src/hydrogen-osr.cc', 376 '../../src/hydrogen-osr.cc',
367 '../../src/hydrogen-osr.h', 377 '../../src/hydrogen-osr.h',
378 '../../src/icu_util.cc',
379 '../../src/icu_util.h',
368 '../../src/ic-inl.h', 380 '../../src/ic-inl.h',
369 '../../src/ic.cc', 381 '../../src/ic.cc',
370 '../../src/ic.h', 382 '../../src/ic.h',
371 '../../src/incremental-marking.cc', 383 '../../src/incremental-marking.cc',
372 '../../src/incremental-marking.h', 384 '../../src/incremental-marking.h',
373 '../../src/interface.cc', 385 '../../src/interface.cc',
374 '../../src/interface.h', 386 '../../src/interface.h',
375 '../../src/interpreter-irregexp.cc', 387 '../../src/interpreter-irregexp.cc',
376 '../../src/interpreter-irregexp.h', 388 '../../src/interpreter-irregexp.h',
377 '../../src/isolate.cc', 389 '../../src/isolate.cc',
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 '../../src/extensions/i18n/i18n-extension.cc', 877 '../../src/extensions/i18n/i18n-extension.cc',
866 '../../src/extensions/i18n/i18n-extension.h', 878 '../../src/extensions/i18n/i18n-extension.h',
867 '../../src/extensions/i18n/i18n-utils.cc', 879 '../../src/extensions/i18n/i18n-utils.cc',
868 '../../src/extensions/i18n/i18n-utils.h', 880 '../../src/extensions/i18n/i18n-utils.h',
869 '../../src/extensions/i18n/locale.cc', 881 '../../src/extensions/i18n/locale.cc',
870 '../../src/extensions/i18n/locale.h', 882 '../../src/extensions/i18n/locale.h',
871 '../../src/extensions/i18n/number-format.cc', 883 '../../src/extensions/i18n/number-format.cc',
872 '../../src/extensions/i18n/number-format.h', 884 '../../src/extensions/i18n/number-format.h',
873 ], 885 ],
874 'dependencies': [ 886 'dependencies': [
875 '<(DEPTH)/third_party/icu/icu.gyp:*', 887 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
888 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
876 ] 889 ]
877 }], 890 }],
891 ['OS=="win" and v8_enable_i18n_support==1', {
892 'dependencies': [
893 '<(DEPTH)/third_party/icu/icu.gyp:icudata',
894 ],
895 }],
878 ], 896 ],
879 }, 897 },
880 { 898 {
881 'target_name': 'js2c', 899 'target_name': 'js2c',
882 'type': 'none', 900 'type': 'none',
883 'conditions': [ 901 'conditions': [
884 ['want_separate_host_toolset==1', { 902 ['want_separate_host_toolset==1', {
885 'toolsets': ['host'], 903 'toolsets': ['host'],
886 }, { 904 }, {
887 'toolsets': ['target'], 905 'toolsets': ['target'],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 '../../src/macros.py', 944 '../../src/macros.py',
927 ], 945 ],
928 'experimental_library_files': [ 946 'experimental_library_files': [
929 '../../src/macros.py', 947 '../../src/macros.py',
930 '../../src/symbol.js', 948 '../../src/symbol.js',
931 '../../src/proxy.js', 949 '../../src/proxy.js',
932 '../../src/collection.js', 950 '../../src/collection.js',
933 '../../src/object-observe.js', 951 '../../src/object-observe.js',
934 '../../src/arraybuffer.js', 952 '../../src/arraybuffer.js',
935 '../../src/typedarray.js', 953 '../../src/typedarray.js',
936 '../../src/generator.js' 954 '../../src/generator.js',
955 '../../src/array-iterator.js'
937 ], 956 ],
938 'i18n_library_files': [ 957 'i18n_library_files': [
939 '../../src/extensions/i18n/header.js', 958 '../../src/extensions/i18n/header.js',
940 '../../src/extensions/i18n/globals.js', 959 '../../src/extensions/i18n/globals.js',
941 '../../src/extensions/i18n/locale.js', 960 '../../src/extensions/i18n/locale.js',
942 '../../src/extensions/i18n/collator.js', 961 '../../src/extensions/i18n/collator.js',
943 '../../src/extensions/i18n/number-format.js', 962 '../../src/extensions/i18n/number-format.js',
944 '../../src/extensions/i18n/date-format.js', 963 '../../src/extensions/i18n/date-format.js',
945 '../../src/extensions/i18n/break-iterator.js', 964 '../../src/extensions/i18n/break-iterator.js',
946 '../../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
1062 }], 1081 }],
1063 ['v8_compress_startup_data=="bz2"', { 1082 ['v8_compress_startup_data=="bz2"', {
1064 'libraries': [ 1083 'libraries': [
1065 '-lbz2', 1084 '-lbz2',
1066 ] 1085 ]
1067 }], 1086 }],
1068 ], 1087 ],
1069 }, 1088 },
1070 ], 1089 ],
1071 } 1090 }
OLDNEW
« no previous file with comments | « tools/blink_tests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698