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

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

Issue 21499003: Move helper methods from i18n extension into runtime. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« src/runtime.cc ('K') | « 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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 '../../src/extensions/i18n/break-iterator.cc', 825 '../../src/extensions/i18n/break-iterator.cc',
826 '../../src/extensions/i18n/break-iterator.h', 826 '../../src/extensions/i18n/break-iterator.h',
827 '../../src/extensions/i18n/collator.cc', 827 '../../src/extensions/i18n/collator.cc',
828 '../../src/extensions/i18n/collator.h', 828 '../../src/extensions/i18n/collator.h',
829 '../../src/extensions/i18n/date-format.cc', 829 '../../src/extensions/i18n/date-format.cc',
830 '../../src/extensions/i18n/date-format.h', 830 '../../src/extensions/i18n/date-format.h',
831 '../../src/extensions/i18n/i18n-extension.cc', 831 '../../src/extensions/i18n/i18n-extension.cc',
832 '../../src/extensions/i18n/i18n-extension.h', 832 '../../src/extensions/i18n/i18n-extension.h',
833 '../../src/extensions/i18n/i18n-utils.cc', 833 '../../src/extensions/i18n/i18n-utils.cc',
834 '../../src/extensions/i18n/i18n-utils.h', 834 '../../src/extensions/i18n/i18n-utils.h',
835 '../../src/extensions/i18n/locale.cc',
836 '../../src/extensions/i18n/locale.h',
837 '../../src/extensions/i18n/number-format.cc', 835 '../../src/extensions/i18n/number-format.cc',
838 '../../src/extensions/i18n/number-format.h', 836 '../../src/extensions/i18n/number-format.h',
839 ], 837 ],
840 'dependencies': [ 838 'dependencies': [
841 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 839 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
842 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 840 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
843 ] 841 ]
844 }], 842 }],
845 ['OS=="win" and v8_enable_i18n_support==1', { 843 ['OS=="win" and v8_enable_i18n_support==1', {
846 'dependencies': [ 844 'dependencies': [
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 }], 1034 }],
1037 ['v8_compress_startup_data=="bz2"', { 1035 ['v8_compress_startup_data=="bz2"', {
1038 'libraries': [ 1036 'libraries': [
1039 '-lbz2', 1037 '-lbz2',
1040 ] 1038 ]
1041 }], 1039 }],
1042 ], 1040 ],
1043 }, 1041 },
1044 ], 1042 ],
1045 } 1043 }
OLDNEW
« src/runtime.cc ('K') | « src/runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698