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

Side by Side Diff: src/extensions/experimental/experimental.gyp

Issue 6596100: Remove break iterator support from the i18n api extension. It breaks (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 9 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
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 # TODO(cira): Find out how to pass this value for arbitrary embedder. 30 # TODO(cira): Find out how to pass this value for arbitrary embedder.
31 # Chromium sets it in common.gypi and does force include of that file for 31 # Chromium sets it in common.gypi and does force include of that file for
32 # all sub projects. 32 # all sub projects.
33 'icu_src_dir%': '../../../../third_party/icu', 33 'icu_src_dir%': '../../../../third_party/icu',
34 }, 34 },
35 'targets': [ 35 'targets': [
36 { 36 {
37 'target_name': 'i18n_api', 37 'target_name': 'i18n_api',
38 'type': 'static_library', 38 'type': 'static_library',
39 'sources': [ 39 'sources': [
40 'break-iterator.cc',
41 'break-iterator.h',
42 'i18n-extension.cc', 40 'i18n-extension.cc',
43 'i18n-extension.h', 41 'i18n-extension.h',
44 ], 42 ],
45 'include_dirs': [ 43 'include_dirs': [
46 '<(icu_src_dir)/public/common', 44 '<(icu_src_dir)/public/common',
47 '../..', 45 '../..',
48 ], 46 ],
49 'dependencies': [ 47 'dependencies': [
50 '<(icu_src_dir)/icu.gyp:*', 48 '<(icu_src_dir)/icu.gyp:*',
51 '../../../tools/gyp/v8.gyp:v8', 49 '../../../tools/gyp/v8.gyp:v8',
52 ], 50 ],
53 }, 51 },
54 ], # targets 52 ], # targets
55 } 53 }
OLDNEW
« no previous file with comments | « src/extensions/experimental/break-iterator.cc ('k') | src/extensions/experimental/i18n-extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698