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

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

Issue 22764007: Move i18n break iterator C++ code to runtime (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years, 4 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 | « src/runtime.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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 '../../src/hydrogen-removable-simulates.cc', 373 '../../src/hydrogen-removable-simulates.cc',
374 '../../src/hydrogen-removable-simulates.h', 374 '../../src/hydrogen-removable-simulates.h',
375 '../../src/hydrogen-representation-changes.cc', 375 '../../src/hydrogen-representation-changes.cc',
376 '../../src/hydrogen-representation-changes.h', 376 '../../src/hydrogen-representation-changes.h',
377 '../../src/hydrogen-sce.cc', 377 '../../src/hydrogen-sce.cc',
378 '../../src/hydrogen-sce.h', 378 '../../src/hydrogen-sce.h',
379 '../../src/hydrogen-uint32-analysis.cc', 379 '../../src/hydrogen-uint32-analysis.cc',
380 '../../src/hydrogen-uint32-analysis.h', 380 '../../src/hydrogen-uint32-analysis.h',
381 '../../src/hydrogen-osr.cc', 381 '../../src/hydrogen-osr.cc',
382 '../../src/hydrogen-osr.h', 382 '../../src/hydrogen-osr.h',
383 '../../src/i18n.cc',
384 '../../src/i18n.h',
383 '../../src/icu_util.cc', 385 '../../src/icu_util.cc',
384 '../../src/icu_util.h', 386 '../../src/icu_util.h',
385 '../../src/ic-inl.h', 387 '../../src/ic-inl.h',
386 '../../src/ic.cc', 388 '../../src/ic.cc',
387 '../../src/ic.h', 389 '../../src/ic.h',
388 '../../src/incremental-marking.cc', 390 '../../src/incremental-marking.cc',
389 '../../src/incremental-marking.h', 391 '../../src/incremental-marking.h',
390 '../../src/interface.cc', 392 '../../src/interface.cc',
391 '../../src/interface.h', 393 '../../src/interface.h',
392 '../../src/interpreter-irregexp.cc', 394 '../../src/interpreter-irregexp.cc',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 'V8_SHARED', 818 'V8_SHARED',
817 ], 819 ],
818 }], 820 }],
819 ['v8_postmortem_support=="true"', { 821 ['v8_postmortem_support=="true"', {
820 'sources': [ 822 'sources': [
821 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', 823 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc',
822 ] 824 ]
823 }], 825 }],
824 ['v8_enable_i18n_support==1', { 826 ['v8_enable_i18n_support==1', {
825 'sources': [ 827 'sources': [
826 '../../src/i18n.cc',
827 '../../src/i18n.h',
828 '../../src/extensions/i18n/break-iterator.cc',
829 '../../src/extensions/i18n/break-iterator.h',
830 '../../src/extensions/i18n/i18n-extension.cc', 828 '../../src/extensions/i18n/i18n-extension.cc',
831 '../../src/extensions/i18n/i18n-extension.h', 829 '../../src/extensions/i18n/i18n-extension.h',
832 '../../src/extensions/i18n/i18n-utils.cc',
833 '../../src/extensions/i18n/i18n-utils.h',
834 ], 830 ],
835 'dependencies': [ 831 'dependencies': [
836 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 832 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
837 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 833 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
838 ] 834 ]
835 }, { # v8_enable_i18n_support==0
836 'sources!': [
837 '../../src/i18n.cc',
838 '../../src/i18n.h',
839 ],
839 }], 840 }],
840 ['OS=="win" and v8_enable_i18n_support==1', { 841 ['OS=="win" and v8_enable_i18n_support==1', {
841 'dependencies': [ 842 'dependencies': [
842 '<(DEPTH)/third_party/icu/icu.gyp:icudata', 843 '<(DEPTH)/third_party/icu/icu.gyp:icudata',
843 ], 844 ],
844 }], 845 }],
845 ], 846 ],
846 }, 847 },
847 { 848 {
848 'target_name': 'js2c', 849 'target_name': 'js2c',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 }], 1033 }],
1033 ['v8_compress_startup_data=="bz2"', { 1034 ['v8_compress_startup_data=="bz2"', {
1034 'libraries': [ 1035 'libraries': [
1035 '-lbz2', 1036 '-lbz2',
1036 ] 1037 ]
1037 }], 1038 }],
1038 ], 1039 ],
1039 }, 1040 },
1040 ], 1041 ],
1041 } 1042 }
OLDNEW
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698