blob: 29e8e465028b9d8e0158e74d5a007422649d40e5 [file] [log] [blame]
jhawkins@chromium.org4a310212012-01-04 04:36:57 +09001# Copyright (c) 2012 The Chromium Authors. All rights reserved.
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +09002# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'target_defaults': {
7 'variables': {
8 'base_target': 0,
sergeyu@chromium.orgb9b28472013-12-23 13:02:49 +09009 'base_i18n_target': 0,
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090010 },
11 'target_conditions': [
sky@chromium.org1987a752010-07-02 05:14:50 +090012 # This part is shared between the targets defined below.
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090013 ['base_target==1', {
14 'sources': [
15 '../build/build_config.h',
16 'third_party/dmg_fp/dmg_fp.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090017 'third_party/dmg_fp/g_fmt.cc',
siggi@chromium.orgb23c7042010-11-26 02:37:47 +090018 'third_party/dmg_fp/dtoa_wrapper.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090019 'third_party/icu/icu_utf.cc',
20 'third_party/icu/icu_utf.h',
phajdan.jr@chromium.orgd9ff9c92013-01-09 01:49:07 +090021 'third_party/nspr/prcpucfg.h',
22 'third_party/nspr/prcpucfg_freebsd.h',
23 'third_party/nspr/prcpucfg_linux.h',
24 'third_party/nspr/prcpucfg_mac.h',
25 'third_party/nspr/prcpucfg_nacl.h',
26 'third_party/nspr/prcpucfg_openbsd.h',
27 'third_party/nspr/prcpucfg_solaris.h',
28 'third_party/nspr/prcpucfg_win.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090029 'third_party/nspr/prtime.cc',
30 'third_party/nspr/prtime.h',
phajdan.jr@chromium.orgd9ff9c92013-01-09 01:49:07 +090031 'third_party/nspr/prtypes.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +090032 'third_party/xdg_mime/xdgmime.h',
jamesr@chromium.org31407542012-04-28 11:56:38 +090033 'allocator/allocator_extension.cc',
34 'allocator/allocator_extension.h',
dmikurube@chromium.org2e7fd102012-09-26 14:17:25 +090035 'allocator/type_profiler_control.cc',
36 'allocator/type_profiler_control.h',
tedchoc@chromium.org33089dd2013-05-04 06:44:15 +090037 'android/activity_status.cc',
38 'android/activity_status.h',
tedchoc@chromium.org9842fef2012-04-25 12:18:46 +090039 'android/base_jni_registrar.cc',
40 'android/base_jni_registrar.h',
carlosvaldivia@google.com2a5b0832012-04-11 07:52:44 +090041 'android/build_info.cc',
42 'android/build_info.h',
jdduke@chromium.org05c5b692013-11-21 01:52:51 +090043 'android/command_line_android.cc',
44 'android/command_line_android.h',
qinmin@chromium.org8abcc0c2013-11-20 16:04:55 +090045 'android/content_uri_utils.cc',
46 'android/content_uri_utils.h',
digit@chromium.orgfcf6b522013-01-10 02:09:24 +090047 'android/cpu_features.cc',
scherkus@chromium.org10c10aa2013-06-19 04:34:34 +090048 'android/fifo_utils.cc',
49 'android/fifo_utils.h',
aberent@chromium.org43a0bf12013-03-02 04:32:27 +090050 'android/important_file_writer_android.cc',
51 'android/important_file_writer_android.h',
joth@chromium.orged27f3a2011-09-09 19:17:35 +090052 'android/scoped_java_ref.cc',
53 'android/scoped_java_ref.h',
54 'android/jni_android.cc',
55 'android/jni_android.h',
56 'android/jni_array.cc',
57 'android/jni_array.h',
tedchoc@chromium.org9842fef2012-04-25 12:18:46 +090058 'android/jni_helper.cc',
59 'android/jni_helper.h',
60 'android/jni_registrar.cc',
61 'android/jni_registrar.h',
joth@chromium.orged27f3a2011-09-09 19:17:35 +090062 'android/jni_string.cc',
63 'android/jni_string.h',
bulach@chromium.orga49afdc2013-06-13 00:33:47 +090064 'android/memory_pressure_listener_android.cc',
65 'android/memory_pressure_listener_android.h',
kristianm@chromium.orga78bfa92013-08-08 10:31:52 +090066 'android/java_handler_thread.cc',
67 'android/java_handler_thread.h',
benm@chromium.orgfa2d5d82012-08-07 02:56:04 +090068 'android/path_service_android.cc',
69 'android/path_service_android.h',
joth@chromium.orged27f3a2011-09-09 19:17:35 +090070 'android/path_utils.cc',
71 'android/path_utils.h',
dtrainor@chromium.org859ed342013-06-21 03:36:08 +090072 'android/sys_utils.cc',
73 'android/sys_utils.h',
james.wei@intel.com07a85622013-01-30 15:24:49 +090074 'android/thread_utils.h',
aberent@chromium.org62536002014-01-10 21:38:09 +090075 'android/trace_event_binding.cc',
76 'android/trace_event_binding.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090077 'at_exit.cc',
78 'at_exit.h',
79 'atomic_ref_count.h',
80 'atomic_sequence_num.h',
81 'atomicops.h',
bbudge@chromium.org407d3b52012-08-23 03:22:03 +090082 'atomicops_internals_gcc.h',
leng@chromium.org98cd05c2012-07-14 01:49:44 +090083 'atomicops_internals_mac.h',
glider@chromium.org86d0cc32012-10-03 01:28:23 +090084 'atomicops_internals_tsan.h',
thestig@chromium.orgb6ba9432010-04-03 10:05:39 +090085 'atomicops_internals_x86_gcc.cc',
ensonic@google.com24ba1962011-09-29 01:28:40 +090086 'atomicops_internals_x86_gcc.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090087 'atomicops_internals_x86_msvc.h',
groby@chromium.org042aa752013-08-25 00:00:33 +090088 'barrier_closure.cc',
89 'barrier_closure.h',
darin@chromium.orge585bed2011-08-06 00:34:00 +090090 'base_export.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090091 'base_paths.cc',
92 'base_paths.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +090093 'base_paths_android.cc',
avi@chromium.orga7d1df92012-03-23 06:44:31 +090094 'base_paths_android.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090095 'base_paths_mac.h',
96 'base_paths_mac.mm',
mark@chromium.orga8f9a692011-11-15 04:15:25 +090097 'base_paths_posix.cc',
gab@chromium.org97fc1e62012-09-21 01:24:52 +090098 'base_paths_posix.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090099 'base_paths_win.cc',
100 'base_paths_win.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +0900101 'base_switches.h',
sergeyu@chromium.orge2585912012-07-27 07:53:13 +0900102 'base64.cc',
103 'base64.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900104 'basictypes.h',
ajwong@chromium.orge2cca632011-02-15 10:27:38 +0900105 'bind.h',
ajwong@chromium.orge4f3dc32012-01-07 07:12:28 +0900106 'bind_helpers.cc',
ajwong@chromium.orge2cca632011-02-15 10:27:38 +0900107 'bind_helpers.h',
108 'bind_internal.h',
ajwong@chromium.orgcb175342011-02-27 10:25:59 +0900109 'bind_internal_win.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900110 'bits.h',
agl@chromium.orgb9206f42011-11-12 01:09:31 +0900111 'build_time.cc',
112 'build_time.h',
akalin@chromium.org6ed4f882010-02-19 12:15:59 +0900113 'callback.h',
avi@chromium.orgb74bab82013-08-30 11:04:04 +0900114 'callback_helpers.cc',
fischman@chromium.orgdc221a72012-03-25 05:37:27 +0900115 'callback_helpers.h',
ajwong@chromium.orgfa0ff432011-02-19 08:29:31 +0900116 'callback_internal.cc',
117 'callback_internal.h',
caitkp@chromium.org49647322013-09-27 04:20:18 +0900118 'callback_list.h',
jhawkins@chromium.org78936ff2011-11-24 13:12:04 +0900119 'cancelable_callback.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900120 'command_line.cc',
121 'command_line.h',
122 'compiler_specific.h',
brettw@chromium.org30230a82013-06-12 02:52:44 +0900123 'containers/hash_tables.h',
brettw@chromium.org427b15b2012-11-10 09:46:16 +0900124 'containers/linked_list.h',
brettw@chromium.org4f5affd2012-11-14 05:34:14 +0900125 'containers/mru_cache.h',
powei@chromium.org47e55112013-08-30 11:41:32 +0900126 'containers/scoped_ptr_hash_map.h',
brettw@chromium.orgba6903b2012-11-10 07:49:19 +0900127 'containers/small_map.h',
brettw@chromium.org427b15b2012-11-10 09:46:16 +0900128 'containers/stack_container.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900129 'cpu.cc',
130 'cpu.h',
chenyu@chromium.org4c63e782012-08-02 00:42:16 +0900131 'critical_closure.h',
132 'critical_closure_ios.mm',
apatrick@chromium.org87164042011-05-20 07:28:25 +0900133 'debug/alias.cc',
134 'debug/alias.h',
rsesek@chromium.org07846832013-01-03 11:10:56 +0900135 'debug/crash_logging.cc',
136 'debug/crash_logging.h',
brettw@chromium.org28078b62011-01-02 04:55:22 +0900137 'debug/debug_on_start_win.cc',
138 'debug/debug_on_start_win.h',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900139 'debug/debugger.cc',
140 'debug/debugger.h',
141 'debug/debugger_posix.cc',
142 'debug/debugger_win.cc',
jochen@chromium.org74e19e22013-12-19 02:42:27 +0900143 'debug/dump_without_crashing.cc',
144 'debug/dump_without_crashing.h',
akalin@chromium.orgb27e8912012-12-07 08:27:46 +0900145 # This file depends on files from the 'allocator' target,
146 # but this target does not depend on 'allocator' (see
147 # allocator.gyp for details).
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900148 'debug/leak_annotations.h',
149 'debug/leak_tracker.h',
scherkus@chromium.org113e6c42013-07-03 11:02:23 +0900150 'debug/proc_maps_linux.cc',
151 'debug/proc_maps_linux.h',
davemoore@chromium.orgeeb51f72011-02-02 08:35:25 +0900152 'debug/profiler.cc',
153 'debug/profiler.h',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900154 'debug/stack_trace.cc',
155 'debug/stack_trace.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900156 'debug/stack_trace_android.cc',
phajdan.jr@chromium.org9d169bc2012-11-02 06:58:30 +0900157 'debug/stack_trace_ios.mm',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900158 'debug/stack_trace_posix.cc',
159 'debug/stack_trace_win.cc',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900160 'debug/trace_event.h',
wangxianzhu@chromium.org16ff12c2012-11-02 06:38:14 +0900161 'debug/trace_event_android.cc',
jbates@chromium.orgd3bee532012-01-24 06:03:49 +0900162 'debug/trace_event_impl.cc',
163 'debug/trace_event_impl.h',
scottmg@chromium.org7ad7b662013-05-23 14:37:39 +0900164 'debug/trace_event_impl_constants.cc',
skyostil@chromium.org4c174a82014-01-04 07:37:39 +0900165 'debug/trace_event_synthetic_delay.cc',
166 'debug/trace_event_synthetic_delay.h',
jwmak@chromium.org63ca26e2013-09-18 16:33:27 +0900167 'debug/trace_event_system_stats_monitor.cc',
jamescook@chromium.org25323712013-07-25 03:38:29 +0900168 'debug/trace_event_memory.cc',
169 'debug/trace_event_memory.h',
jbates@chromium.orgd3bee532012-01-24 06:03:49 +0900170 'debug/trace_event_win.cc',
msarda@chromium.org59491bb2013-04-19 02:17:33 +0900171 'deferred_sequenced_task_runner.cc',
172 'deferred_sequenced_task_runner.h',
tfarina@chromium.org6d36c5d2010-08-03 12:00:50 +0900173 'environment.cc',
174 'environment.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +0900175 'file_descriptor_posix.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900176 'file_util.cc',
177 'file_util.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900178 'file_util_android.cc',
evan@chromium.org33b77052010-08-20 09:36:01 +0900179 'file_util_linux.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900180 'file_util_mac.mm',
181 'file_util_posix.cc',
182 'file_util_win.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900183 'file_version_info.h',
tony@chromium.org9f7a86f2010-04-14 10:46:43 +0900184 'file_version_info_mac.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900185 'file_version_info_mac.mm',
tony@chromium.org9f7a86f2010-04-14 10:46:43 +0900186 'file_version_info_win.cc',
187 'file_version_info_win.h',
brettw@chromium.orgbf3eb522012-06-30 06:09:14 +0900188 'files/dir_reader_fallback.h',
189 'files/dir_reader_linux.h',
190 'files/dir_reader_posix.h',
rvargas@chromium.org12938d72013-12-04 09:46:32 +0900191 'files/file.cc',
192 'files/file.h',
brettw@chromium.org56946722013-06-08 13:53:36 +0900193 'files/file_enumerator.cc',
194 'files/file_enumerator.h',
195 'files/file_enumerator_posix.cc',
196 'files/file_enumerator_win.cc',
brettw@chromium.org59eef1f2013-02-24 14:40:52 +0900197 'files/file_path.cc',
198 'files/file_path.h',
scottmg@chromium.orgdef6ed82013-05-21 18:44:02 +0900199 'files/file_path_constants.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900200 'files/file_path_watcher.cc',
201 'files/file_path_watcher.h',
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900202 'files/file_path_watcher_kqueue.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900203 'files/file_path_watcher_linux.cc',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900204 'files/file_path_watcher_stub.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900205 'files/file_path_watcher_win.cc',
rvargas@chromium.org12938d72013-12-04 09:46:32 +0900206 'files/file_posix.cc',
brettw@chromium.org06a553b2013-01-26 09:21:58 +0900207 'files/file_util_proxy.cc',
208 'files/file_util_proxy.h',
rvargas@chromium.org12938d72013-12-04 09:46:32 +0900209 'files/file_win.cc',
joi@chromium.org20009e32012-10-25 01:33:36 +0900210 'files/important_file_writer.h',
211 'files/important_file_writer.cc',
tfarina@chromium.orgef8403e2013-02-25 06:55:45 +0900212 'files/memory_mapped_file.cc',
213 'files/memory_mapped_file.h',
214 'files/memory_mapped_file_posix.cc',
215 'files/memory_mapped_file_win.cc',
vandebo@chromium.orgef318f42013-07-26 22:52:53 +0900216 'files/scoped_platform_file_closer.cc',
217 'files/scoped_platform_file_closer.h',
brettw@chromium.org091db522012-11-17 05:34:23 +0900218 'files/scoped_temp_dir.cc',
219 'files/scoped_temp_dir.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900220 'float_util.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +0900221 'format_macros.h',
phajdan.jr@chromium.orgdd43b732010-06-01 23:30:51 +0900222 'gtest_prod_util.h',
marja@chromium.org9158ee02012-06-14 23:22:07 +0900223 'guid.cc',
224 'guid.h',
225 'guid_posix.cc',
226 'guid_win.cc',
jbates@chromium.org68c7aea2012-09-01 09:55:09 +0900227 'hash.cc',
228 'hash.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900229 'id_map.h',
tommycli@chromium.org7d9385e2013-06-19 08:31:12 +0900230 'ini_parser.cc',
231 'ini_parser.h',
chenyu@chromium.org3f440a42012-08-07 20:03:11 +0900232 'ios/device_util.h',
233 'ios/device_util.mm',
qsr@chromium.org75a02f32012-10-06 02:48:58 +0900234 'ios/ios_util.h',
235 'ios/ios_util.mm',
chenyu@chromium.org4c63e782012-08-02 00:42:16 +0900236 'ios/scoped_critical_action.h',
237 'ios/scoped_critical_action.mm',
bbudge@chromium.org218cd872012-02-27 05:26:42 +0900238 'json/json_file_value_serializer.cc',
239 'json/json_file_value_serializer.h',
rsesek@chromium.orgc2d2b202012-05-17 00:23:30 +0900240 'json/json_parser.cc',
241 'json/json_parser.h',
erg@google.com8aca7272010-08-19 03:33:57 +0900242 'json/json_reader.cc',
243 'json/json_reader.h',
bbudge@chromium.org218cd872012-02-27 05:26:42 +0900244 'json/json_string_value_serializer.cc',
245 'json/json_string_value_serializer.h',
mukai@chromium.org55292e42011-12-23 03:31:47 +0900246 'json/json_value_converter.h',
erg@google.com8aca7272010-08-19 03:33:57 +0900247 'json/json_writer.cc',
248 'json/json_writer.h',
249 'json/string_escape.cc',
250 'json/string_escape.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900251 'lazy_instance.cc',
252 'lazy_instance.h',
ajwong@chromium.org8e2e3002011-09-22 03:05:41 +0900253 'location.cc',
254 'location.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900255 'logging.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900256 'logging.h',
thestig@chromium.orgb6ba9432010-04-03 10:05:39 +0900257 'logging_win.cc',
rvargas@google.comc3b65182011-03-29 08:48:44 +0900258 'logging_win.h',
lambroslambrou@chromium.org3fb62442012-03-22 05:55:05 +0900259 'mac/authorization_util.h',
260 'mac/authorization_util.mm',
noyau@chromium.orgc2ad9492012-07-26 02:47:58 +0900261 'mac/bind_objc_block.h',
jeremy@chromium.org3c9aa4b2012-01-12 06:35:51 +0900262 'mac/bundle_locations.h',
263 'mac/bundle_locations.mm',
mark@chromium.org712f4ce2013-09-17 03:31:33 +0900264 'mac/close_nocancel.cc',
brettw@chromium.org624f07962010-12-23 09:43:36 +0900265 'mac/cocoa_protocols.h',
bauerb@chromium.orgfe9f8532011-03-15 18:51:50 +0900266 'mac/foundation_util.h',
267 'mac/foundation_util.mm',
jeremya@chromium.orgdebea9a2013-04-30 14:00:13 +0900268 'mac/launch_services_util.cc',
269 'mac/launch_services_util.h',
lambroslambrou@chromium.org49a69582012-03-30 01:57:53 +0900270 'mac/launchd.cc',
271 'mac/launchd.h',
rsesek@chromium.orgbc9175b2012-12-07 16:47:15 +0900272 'mac/libdispatch_task_runner.cc',
273 'mac/libdispatch_task_runner.h',
mark@chromium.orge4d0c3f2012-01-28 08:06:49 +0900274 'mac/mac_logging.h',
275 'mac/mac_logging.cc',
brettw@chromium.org92d954b2011-01-02 03:20:14 +0900276 'mac/mac_util.h',
277 'mac/mac_util.mm',
mark@chromium.org2a9b20f2011-04-21 07:30:35 +0900278 'mac/objc_property_releaser.h',
279 'mac/objc_property_releaser.mm',
brettw@google.comb39f6c02011-01-02 01:08:52 +0900280 'mac/os_crash_dumps.cc',
281 'mac/os_crash_dumps.h',
brettw@chromium.org0d4a0352010-10-18 11:47:39 +0900282 'mac/scoped_aedesc.h',
lambroslambrou@chromium.org3fb62442012-03-22 05:55:05 +0900283 'mac/scoped_authorizationref.h',
droger@chromium.org8710f512013-01-16 05:36:29 +0900284 'mac/scoped_block.h',
joth@chromium.orgb72c5f52010-11-12 21:03:54 +0900285 'mac/scoped_cftyperef.h',
thakis@chromium.org829d71a2012-03-24 03:17:33 +0900286 'mac/scoped_ioobject.h',
jeremya@chromium.org6fba6762013-05-23 15:48:11 +0900287 'mac/scoped_ioplugininterface.h',
lambroslambrou@chromium.org49a69582012-03-30 01:57:53 +0900288 'mac/scoped_launch_data.h',
rsesek@chromium.org214035a2012-10-17 05:17:58 +0900289 'mac/scoped_mach_port.cc',
290 'mac/scoped_mach_port.h',
brettw@chromium.org0d4a0352010-10-18 11:47:39 +0900291 'mac/scoped_nsautorelease_pool.h',
292 'mac/scoped_nsautorelease_pool.mm',
shess@chromium.org0318f412011-05-25 07:07:05 +0900293 'mac/scoped_nsexception_enabler.h',
294 'mac/scoped_nsexception_enabler.mm',
thakis@chromium.orgac7a8822013-06-21 07:42:11 +0900295 'mac/scoped_nsobject.h',
shess@chromium.orgcb3d4fe2011-12-02 08:56:17 +0900296 'mac/scoped_sending_event.h',
297 'mac/scoped_sending_event.mm',
ccameron@chromium.org23059ff2014-02-10 22:07:39 +0900298 'mac/scoped_typeref.h',
rsesek@chromium.org03751422013-05-31 01:09:14 +0900299 'mac/sdk_forward_declarations.h',
viettrungluu@chromium.orgdb9d7b52014-01-09 06:38:30 +0900300 'macros.h',
sergeyu@chromium.orgb9b28472013-12-23 13:02:49 +0900301 'md5.cc',
302 'md5.h',
dalecurtis@chromium.orgee816432012-07-26 11:22:39 +0900303 'memory/aligned_memory.cc',
304 'memory/aligned_memory.h',
reveman@chromium.org8dfb3ea2014-01-08 21:27:37 +0900305 'memory/discardable_memory.cc',
qinmin@chromium.orgf3741812013-01-22 10:24:26 +0900306 'memory/discardable_memory.h',
pliard@chromium.org0fe66342013-12-11 04:04:15 +0900307 'memory/discardable_memory_allocator_android.cc',
reveman@chromium.org39c447f2013-12-17 03:02:04 +0900308 'memory/discardable_memory_allocator_android.h',
avi@chromium.org26c30172013-01-24 05:27:51 +0900309 'memory/discardable_memory_android.cc',
reveman@chromium.org39c447f2013-12-17 03:02:04 +0900310 'memory/discardable_memory_android.h',
vollick@chromium.org2322cc72013-10-31 01:33:30 +0900311 'memory/discardable_memory_emulated.cc',
reveman@chromium.org39c447f2013-12-17 03:02:04 +0900312 'memory/discardable_memory_emulated.h',
313 'memory/discardable_memory_linux.cc',
avi@chromium.org26c30172013-01-24 05:27:51 +0900314 'memory/discardable_memory_mac.cc',
vollick@chromium.org2322cc72013-10-31 01:33:30 +0900315 'memory/discardable_memory_provider.cc',
316 'memory/discardable_memory_provider.h',
reveman@chromium.org39c447f2013-12-17 03:02:04 +0900317 'memory/discardable_memory_win.cc',
levin@chromium.org5c528682011-03-28 10:54:15 +0900318 'memory/linked_ptr.h',
brettw@chromium.orgba6903b2012-11-10 07:49:19 +0900319 'memory/manual_constructor.h',
bulach@chromium.orga49afdc2013-06-13 00:33:47 +0900320 'memory/memory_pressure_listener.cc',
321 'memory/memory_pressure_listener.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900322 'memory/raw_scoped_refptr_mismatch_checker.h',
323 'memory/ref_counted.cc',
324 'memory/ref_counted.h',
droger@chromium.org7d877e32013-06-15 03:03:03 +0900325 'memory/ref_counted_delete_on_message_loop.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900326 'memory/ref_counted_memory.cc',
327 'memory/ref_counted_memory.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900328 'memory/scoped_handle.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900329 'memory/scoped_open_process.h',
sail@chromium.org3fd8dbe2012-06-02 17:17:37 +0900330 'memory/scoped_policy.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900331 'memory/scoped_ptr.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900332 'memory/scoped_vector.h',
brettw@chromium.org4329aa72013-03-30 02:46:23 +0900333 'memory/shared_memory.h',
334 'memory/shared_memory_android.cc',
335 'memory/shared_memory_nacl.cc',
336 'memory/shared_memory_posix.cc',
337 'memory/shared_memory_win.cc',
joth@chromium.orgc4285cd2011-11-07 20:11:51 +0900338 'memory/singleton.cc',
levin@chromium.org5c528682011-03-28 10:54:15 +0900339 'memory/singleton.h',
340 'memory/weak_ptr.cc',
341 'memory/weak_ptr.h',
alexeypa@chromium.org40183232013-07-23 07:24:13 +0900342 'message_loop/incoming_task_queue.cc',
343 'message_loop/incoming_task_queue.h',
brettw@chromium.org6318b392013-06-14 12:27:49 +0900344 'message_loop/message_loop.cc',
345 'message_loop/message_loop.h',
brettw@chromium.orgec841112013-03-30 04:22:51 +0900346 'message_loop/message_loop_proxy.cc',
347 'message_loop/message_loop_proxy.h',
348 'message_loop/message_loop_proxy_impl.cc',
349 'message_loop/message_loop_proxy_impl.h',
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900350 'message_loop/message_pump.cc',
351 'message_loop/message_pump.h',
352 'message_loop/message_pump_android.cc',
353 'message_loop/message_pump_android.h',
354 'message_loop/message_pump_default.cc',
355 'message_loop/message_pump_default.h',
356 'message_loop/message_pump_ozone.cc',
357 'message_loop/message_pump_ozone.h',
358 'message_loop/message_pump_win.cc',
359 'message_loop/message_pump_win.h',
kaiwang@chromium.orgec0e7272012-10-06 06:29:44 +0900360 'metrics/sample_map.cc',
361 'metrics/sample_map.h',
kaiwang@chromium.org0ce37b12012-09-22 12:42:12 +0900362 'metrics/sample_vector.cc',
363 'metrics/sample_vector.h',
kaiwang@chromium.org7c4acad2012-07-26 05:02:48 +0900364 'metrics/bucket_ranges.cc',
365 'metrics/bucket_ranges.h',
brettw@chromium.org275c2ec2010-10-14 13:38:38 +0900366 'metrics/histogram.cc',
367 'metrics/histogram.h',
kaiwang@chromium.org081c0f52012-07-19 14:31:49 +0900368 'metrics/histogram_base.cc',
369 'metrics/histogram_base.h',
vitalybuka@chromium.org47ca9d82013-10-23 10:16:04 +0900370 'metrics/histogram_delta_serialization.cc',
371 'metrics/histogram_delta_serialization.h',
rtenneti@google.com1c05d342012-07-13 03:19:45 +0900372 'metrics/histogram_flattener.h',
kaiwang@chromium.org0ce37b12012-09-22 12:42:12 +0900373 'metrics/histogram_samples.cc',
374 'metrics/histogram_samples.h',
rtenneti@google.com1c05d342012-07-13 03:19:45 +0900375 'metrics/histogram_snapshot_manager.cc',
376 'metrics/histogram_snapshot_manager.h',
kaiwang@chromium.org18643672012-08-09 14:14:15 +0900377 'metrics/sparse_histogram.cc',
378 'metrics/sparse_histogram.h',
kaiwang@chromium.org3c57dc62012-07-14 06:48:29 +0900379 'metrics/statistics_recorder.cc',
380 'metrics/statistics_recorder.h',
brettw@chromium.org275c2ec2010-10-14 13:38:38 +0900381 'metrics/stats_counters.cc',
382 'metrics/stats_counters.h',
383 'metrics/stats_table.cc',
384 'metrics/stats_table.h',
ben@chromium.orgb02d8b12014-01-14 06:24:39 +0900385 'metrics/user_metrics.cc',
386 'metrics/user_metrics.h',
387 'metrics/user_metrics_action.h',
ajwong@chromium.org59f1fbb2012-01-20 09:03:45 +0900388 'move.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900389 'native_library.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900390 'native_library_mac.mm',
mark@chromium.orga8f9a692011-11-15 04:15:25 +0900391 'native_library_posix.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900392 'native_library_win.cc',
avi@chromium.org1c519e92013-06-28 03:04:56 +0900393 'nix/mime_util_xdg.cc',
394 'nix/mime_util_xdg.h',
395 'nix/xdg_util.cc',
396 'nix/xdg_util.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900397 'observer_list.h',
398 'observer_list_threadsafe.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900399 'os_compat_android.cc',
400 'os_compat_android.h',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900401 'os_compat_nacl.cc',
402 'os_compat_nacl.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900403 'path_service.cc',
404 'path_service.h',
jhawkins@chromium.org2af12f22011-11-16 08:36:30 +0900405 'pending_task.cc',
406 'pending_task.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900407 'pickle.cc',
408 'pickle.h',
erg@google.comd5fffd42011-01-08 03:06:45 +0900409 'platform_file.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900410 'platform_file.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900411 'platform_file_posix.cc',
thestig@chromium.orgb6ba9432010-04-03 10:05:39 +0900412 'platform_file_win.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900413 'port.h',
brettw@chromium.orgb1788fb2012-11-15 05:54:35 +0900414 'posix/eintr_wrapper.h',
brettw@chromium.orgea3b3f22012-11-10 08:46:54 +0900415 'posix/global_descriptors.cc',
416 'posix/global_descriptors.h',
glider@google.com7a087c42013-01-18 19:34:29 +0900417 'posix/unix_domain_socket_linux.cc',
418 'posix/unix_domain_socket_linux.h',
hongbo.min@intel.com076c6c62013-04-04 04:06:51 +0900419 'power_monitor/power_monitor.cc',
420 'power_monitor/power_monitor.h',
bajones@chromium.org4bf25cc2013-08-03 07:09:13 +0900421 'power_monitor/power_monitor_device_source_android.cc',
422 'power_monitor/power_monitor_device_source_android.h',
423 'power_monitor/power_monitor_device_source.cc',
424 'power_monitor/power_monitor_device_source.h',
425 'power_monitor/power_monitor_device_source_ios.mm',
426 'power_monitor/power_monitor_device_source_mac.mm',
427 'power_monitor/power_monitor_device_source_posix.cc',
428 'power_monitor/power_monitor_device_source_win.cc',
429 'power_monitor/power_monitor_source.cc',
430 'power_monitor/power_monitor_source.h',
hongbo.min@intel.com076c6c62013-04-04 04:06:51 +0900431 'power_monitor/power_observer.h',
rsesek@chromium.org2ccf6792013-06-01 00:38:01 +0900432 'process/internal_linux.cc',
433 'process/internal_linux.h',
rsesek@chromium.org0df65182013-07-11 03:36:09 +0900434 'process/kill.cc',
435 'process/kill.h',
436 'process/kill_mac.cc',
437 'process/kill_posix.cc',
438 'process/kill_win.cc',
brettw@chromium.org50484af2013-08-31 03:00:39 +0900439 'process/launch.cc',
rsesek@chromium.org678f9b82013-07-18 03:12:40 +0900440 'process/launch.h',
441 'process/launch_ios.cc',
442 'process/launch_mac.cc',
443 'process/launch_posix.cc',
444 'process/launch_win.cc',
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900445 'process/memory.h',
446 'process/memory_linux.cc',
447 'process/memory_mac.mm',
448 'process/memory_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900449 'process/process.h',
rsesek@chromium.org9746b822013-07-16 03:29:35 +0900450 'process/process_handle_freebsd.cc',
451 'process/process_handle_linux.cc',
452 'process/process_handle_mac.cc',
453 'process/process_handle_openbsd.cc',
454 'process/process_handle_posix.cc',
455 'process/process_handle_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900456 'process/process_info.h',
simonjam@chromium.org8b154ad2013-08-09 02:24:18 +0900457 'process/process_info_linux.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900458 'process/process_info_mac.cc',
459 'process/process_info_win.cc',
rsesek@chromium.org2ccf6792013-06-01 00:38:01 +0900460 'process/process_iterator.cc',
461 'process/process_iterator.h',
462 'process/process_iterator_freebsd.cc',
463 'process/process_iterator_linux.cc',
464 'process/process_iterator_mac.cc',
465 'process/process_iterator_openbsd.cc',
466 'process/process_iterator_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900467 'process/process_linux.cc',
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900468 'process/process_metrics.h',
jwmak@chromium.org2cdf3472013-08-22 10:12:19 +0900469 'process/process_metrics.cc',
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900470 'process/process_metrics_freebsd.cc',
471 'process/process_metrics_ios.cc',
472 'process/process_metrics_linux.cc',
473 'process/process_metrics_mac.cc',
474 'process/process_metrics_openbsd.cc',
475 'process/process_metrics_posix.cc',
476 'process/process_metrics_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900477 'process/process_posix.cc',
478 'process/process_win.cc',
jar@chromium.org27cf2972011-11-09 02:09:21 +0900479 'profiler/scoped_profile.cc',
480 'profiler/scoped_profile.h',
jar@chromium.org4626ccb2012-02-16 08:05:01 +0900481 'profiler/alternate_timer.cc',
482 'profiler/alternate_timer.h',
jar@chromium.org27cf2972011-11-09 02:09:21 +0900483 'profiler/tracked_time.cc',
484 'profiler/tracked_time.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900485 'rand_util.cc',
486 'rand_util.h',
sergeyu@chromium.orge2585912012-07-27 07:53:13 +0900487 'rand_util_nacl.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900488 'rand_util_posix.cc',
489 'rand_util_win.cc',
jbates@chromium.org5d5b2812012-06-29 07:57:30 +0900490 'run_loop.cc',
491 'run_loop.h',
jschuh@chromium.orgf6c76ad2014-01-17 12:32:40 +0900492 'numerics/safe_conversions.h',
493 'numerics/safe_conversions_impl.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900494 'safe_strerror_posix.cc',
495 'safe_strerror_posix.h',
thakis@chromium.org927d7282011-05-20 08:34:17 +0900496 'scoped_native_library.cc',
497 'scoped_native_library.h',
akalin@chromium.org4fb2deb2012-12-28 04:58:00 +0900498 'sequence_checker.h',
499 'sequence_checker_impl.cc',
500 'sequence_checker_impl.h',
dbeam@chromium.org36f60402013-05-08 14:35:24 +0900501 'sequenced_task_runner.cc',
502 'sequenced_task_runner.h',
503 'sequenced_task_runner_helpers.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900504 'sha1.h',
wtc@chromium.orgd828db42010-06-24 06:41:40 +0900505 'sha1_portable.cc',
506 'sha1_win.cc',
akalin@chromium.org062f9682012-02-15 10:43:19 +0900507 'single_thread_task_runner.h',
dilmah@chromium.orgdc4b9702011-07-20 07:13:24 +0900508 'stl_util.h',
abarth@chromium.org5306f252013-05-30 08:21:30 +0900509 'strings/latin1_string_conversions.cc',
510 'strings/latin1_string_conversions.h',
darin@chromium.orgba896ff2013-06-18 06:36:41 +0900511 'strings/nullable_string16.cc',
512 'strings/nullable_string16.h',
markus@chromium.org8c7675e2013-09-05 09:43:51 +0900513 'strings/safe_sprintf.cc',
514 'strings/safe_sprintf.h',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900515 'strings/string16.cc',
516 'strings/string16.h',
abarth@chromium.org5306f252013-05-30 08:21:30 +0900517 'strings/string_number_conversions.cc',
tfarina@chromium.org63aaf3f2013-02-08 08:01:39 +0900518 'strings/string_split.cc',
519 'strings/string_split.h',
brettw@chromium.orgabcde5c2013-02-07 11:57:22 +0900520 'strings/string_number_conversions.h',
brettw@chromium.orgefd7ea22013-03-29 05:07:40 +0900521 'strings/string_piece.cc',
522 'strings/string_piece.h',
brettw@chromium.org2cbc2872013-02-02 09:21:39 +0900523 'strings/string_tokenizer.h',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900524 'strings/string_util.cc',
525 'strings/string_util.h',
526 'strings/string_util_constants.cc',
527 'strings/string_util_posix.h',
528 'strings/string_util_win.h',
brettw@chromium.org34afab22013-02-01 04:45:02 +0900529 'strings/stringize_macros.h',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900530 'strings/stringprintf.cc',
531 'strings/stringprintf.h',
brettw@chromium.org1f67a912013-02-08 04:18:03 +0900532 'strings/sys_string_conversions.h',
533 'strings/sys_string_conversions_mac.mm',
534 'strings/sys_string_conversions_posix.cc',
535 'strings/sys_string_conversions_win.cc',
brettw@chromium.orgbc991122013-02-07 12:59:06 +0900536 'strings/utf_offset_string_conversions.cc',
537 'strings/utf_offset_string_conversions.h',
538 'strings/utf_string_conversion_utils.cc',
539 'strings/utf_string_conversion_utils.h',
brettw@chromium.orgb5801b32013-05-07 06:32:31 +0900540 'strings/utf_string_conversions.cc',
541 'strings/utf_string_conversions.h',
jam@chromium.org533df722012-02-16 07:07:34 +0900542 'supports_user_data.cc',
543 'supports_user_data.h',
brettw@chromium.org5238c7d2011-01-02 15:05:39 +0900544 'synchronization/cancellation_flag.cc',
545 'synchronization/cancellation_flag.h',
brettw@chromium.orge439a962011-01-02 08:16:20 +0900546 'synchronization/condition_variable.h',
547 'synchronization/condition_variable_posix.cc',
548 'synchronization/condition_variable_win.cc',
549 'synchronization/lock.cc',
550 'synchronization/lock.h',
551 'synchronization/lock_impl.h',
552 'synchronization/lock_impl_posix.cc',
553 'synchronization/lock_impl_win.cc',
rsleevi@chromium.orge3b52c62012-02-22 03:11:47 +0900554 'synchronization/spin_wait.h',
brettw@chromium.org5238c7d2011-01-02 15:05:39 +0900555 'synchronization/waitable_event.h',
556 'synchronization/waitable_event_posix.cc',
557 'synchronization/waitable_event_watcher.h',
jeremy@chromium.orgdb80ccc2012-06-20 02:43:31 +0900558 'synchronization/waitable_event_watcher_posix.cc',
brettw@chromium.org5238c7d2011-01-02 15:05:39 +0900559 'synchronization/waitable_event_watcher_win.cc',
560 'synchronization/waitable_event_win.cc',
willchan@chromium.org0fbb8682011-05-18 16:29:56 +0900561 'system_monitor/system_monitor.cc',
562 'system_monitor/system_monitor.h',
isherman@chromium.org333d7fd2011-12-29 08:18:21 +0900563 'sys_byteorder.h',
jeremy@chromium.orgde658ed2012-10-29 10:04:09 +0900564 'sys_info.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900565 'sys_info.h',
ulan@chromium.org8ac7ea02012-05-26 00:31:37 +0900566 'sys_info_android.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900567 'sys_info_chromeos.cc',
568 'sys_info_freebsd.cc',
jochen@chromium.org4abdb3e2013-11-20 20:14:51 +0900569 'sys_info_internal.h',
chenyu@chromium.org77c3a622012-07-11 21:15:08 +0900570 'sys_info_ios.mm',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900571 'sys_info_linux.cc',
572 'sys_info_mac.cc',
573 'sys_info_openbsd.cc',
574 'sys_info_posix.cc',
575 'sys_info_win.cc',
blundell@chromium.org00b75982014-02-06 22:47:13 +0900576 'task/cancelable_task_tracker.cc',
577 'task/cancelable_task_tracker.h',
akalin@chromium.org062f9682012-02-15 10:43:19 +0900578 'task_runner.cc',
579 'task_runner.h',
battre@chromium.org6d025972012-04-17 11:48:06 +0900580 'task_runner_util.h',
willchan@chromium.orgb9b021a2010-06-16 04:39:24 +0900581 'template_util.h',
sergeyu@chromium.org675d8882012-05-10 05:16:14 +0900582 'thread_task_runner_handle.cc',
583 'thread_task_runner_handle.h',
brettw@chromium.org088ae932011-01-01 13:48:49 +0900584 'threading/non_thread_safe.h',
joi@chromium.orgb5d63f72011-03-04 08:38:51 +0900585 'threading/non_thread_safe_impl.cc',
586 'threading/non_thread_safe_impl.h',
brettw@chromium.org61391822011-01-01 05:02:16 +0900587 'threading/platform_thread.h',
epenner@chromium.orged1c9ba2013-05-22 09:01:38 +0900588 'threading/platform_thread_android.cc',
589 'threading/platform_thread_linux.cc',
brettw@chromium.org61391822011-01-01 05:02:16 +0900590 'threading/platform_thread_mac.mm',
591 'threading/platform_thread_posix.cc',
592 'threading/platform_thread_win.cc',
joi@chromium.orgca327c72011-10-15 02:30:37 +0900593 'threading/post_task_and_reply_impl.cc',
594 'threading/post_task_and_reply_impl.h',
brettw@chromium.org03d32fd2012-01-01 14:42:34 +0900595 'threading/sequenced_worker_pool.cc',
596 'threading/sequenced_worker_pool.h',
brettw@chromium.org34f964f2010-12-31 03:08:36 +0900597 'threading/simple_thread.cc',
598 'threading/simple_thread.h',
brettw@chromium.org5b5f5e02011-01-01 10:01:06 +0900599 'threading/thread.cc',
600 'threading/thread.h',
brettw@chromium.org61391822011-01-01 05:02:16 +0900601 'threading/thread_checker.h',
joi@chromium.orgb5d63f72011-03-04 08:38:51 +0900602 'threading/thread_checker_impl.cc',
603 'threading/thread_checker_impl.h',
brettw@chromium.org5b5f5e02011-01-01 10:01:06 +0900604 'threading/thread_collision_warner.cc',
605 'threading/thread_collision_warner.h',
dsinclair@chromium.org38608f82013-01-26 05:41:19 +0900606 'threading/thread_id_name_manager.cc',
607 'threading/thread_id_name_manager.h',
brettw@chromium.org63965582010-12-31 07:18:56 +0900608 'threading/thread_local.h',
609 'threading/thread_local_posix.cc',
michaelbai@chromium.org0aed7392014-01-10 17:27:21 +0900610 'threading/thread_local_storage.cc',
brettw@chromium.org63965582010-12-31 07:18:56 +0900611 'threading/thread_local_storage.h',
612 'threading/thread_local_storage_posix.cc',
613 'threading/thread_local_storage_win.cc',
614 'threading/thread_local_win.cc',
brettw@chromium.org5b5f5e02011-01-01 10:01:06 +0900615 'threading/thread_restrictions.h',
616 'threading/thread_restrictions.cc',
brettw@chromium.org34f964f2010-12-31 03:08:36 +0900617 'threading/watchdog.cc',
618 'threading/watchdog.h',
619 'threading/worker_pool.h',
joi@chromium.orgca327c72011-10-15 02:30:37 +0900620 'threading/worker_pool.cc',
brettw@chromium.org34f964f2010-12-31 03:08:36 +0900621 'threading/worker_pool_posix.cc',
622 'threading/worker_pool_posix.h',
623 'threading/worker_pool_win.cc',
akalin@chromium.org63bf5882013-02-22 06:50:34 +0900624 'time/clock.cc',
625 'time/clock.h',
626 'time/default_clock.cc',
627 'time/default_clock.h',
628 'time/default_tick_clock.cc',
629 'time/default_tick_clock.h',
630 'time/tick_clock.cc',
631 'time/tick_clock.h',
avi@chromium.org1c519e92013-06-28 03:04:56 +0900632 'time/time.cc',
633 'time/time.h',
634 'time/time_mac.cc',
635 'time/time_posix.cc',
636 'time/time_win.cc',
tfarina@chromium.org7b559412013-09-30 03:06:13 +0900637 'timer/elapsed_timer.cc',
638 'timer/elapsed_timer.h',
639 'timer/hi_res_timer_manager.h',
avi@chromium.org1c519e92013-06-28 03:04:56 +0900640 'timer/hi_res_timer_manager_posix.cc',
641 'timer/hi_res_timer_manager_win.cc',
avi@chromium.org1c519e92013-06-28 03:04:56 +0900642 'timer/timer.cc',
643 'timer/timer.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900644 'tracked_objects.cc',
645 'tracked_objects.h',
jar@chromium.org27cf2972011-11-09 02:09:21 +0900646 'tracking_info.cc',
647 'tracking_info.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900648 'tuple.h',
robertshield@chromium.org9fb9e372010-03-23 05:12:50 +0900649 'values.cc',
650 'values.h',
bauerb@chromium.orgfe9f8532011-03-15 18:51:50 +0900651 'value_conversions.cc',
652 'value_conversions.h',
robertshield@chromium.orga9914a32010-11-11 02:02:19 +0900653 'version.cc',
654 'version.h',
akalin@chromium.orgf0ee79c2010-09-30 04:26:36 +0900655 'vlog.cc',
656 'vlog.h',
dbeam@chromium.orgcb6be3a2013-05-24 13:29:15 +0900657 'win/enum_variant.cc',
alexeypa@chromium.org1cc94ba2013-06-21 17:49:23 +0900658 'win/enum_variant.h',
siggi@chromium.org7913ed62010-11-07 00:39:40 +0900659 'win/event_trace_consumer.h',
660 'win/event_trace_controller.cc',
661 'win/event_trace_controller.h',
662 'win/event_trace_provider.cc',
663 'win/event_trace_provider.h',
rvargas@google.com57a43962011-04-05 07:42:46 +0900664 'win/i18n.cc',
665 'win/i18n.h',
tfarina@chromium.org9be76e52011-06-25 21:18:51 +0900666 'win/iat_patch_function.cc',
667 'win/iat_patch_function.h',
dbeam@chromium.orgcb6be3a2013-05-24 13:29:15 +0900668 'win/iunknown_impl.cc',
alexeypa@chromium.org1cc94ba2013-06-21 17:49:23 +0900669 'win/iunknown_impl.h',
670 'win/message_window.cc',
671 'win/message_window.h',
ananta@chromium.org225296f2012-04-10 06:32:48 +0900672 'win/metro.cc',
673 'win/metro.h',
rvargas@google.com57a43962011-04-05 07:42:46 +0900674 'win/object_watcher.cc',
675 'win/object_watcher.h',
brettw@chromium.orgb3a7c3e2010-10-17 13:41:54 +0900676 'win/registry.cc',
677 'win/registry.h',
tony@chromium.org60658e12011-08-26 07:58:36 +0900678 'win/resource_util.cc',
679 'win/resource_util.h',
brettw@chromium.org45352272010-10-16 12:46:05 +0900680 'win/scoped_bstr.cc',
681 'win/scoped_bstr.h',
tommi@chromium.org84908322011-10-21 16:00:22 +0900682 'win/scoped_co_mem.h',
tfarina@chromium.org9be76e52011-06-25 21:18:51 +0900683 'win/scoped_com_initializer.h',
brettw@chromium.org45352272010-10-16 12:46:05 +0900684 'win/scoped_comptr.h',
685 'win/scoped_gdi_object.h',
rvargas@chromium.org365619a2012-05-31 14:04:18 +0900686 'win/scoped_handle.cc',
brettw@chromium.org45352272010-10-16 12:46:05 +0900687 'win/scoped_handle.h',
688 'win/scoped_hdc.h',
689 'win/scoped_hglobal.h',
erikwright@chromium.org82223842012-04-05 04:57:50 +0900690 'win/scoped_process_information.cc',
691 'win/scoped_process_information.h',
gab@chromium.org5252ca82013-01-22 04:41:44 +0900692 'win/scoped_propvariant.h',
yosin@chromium.org67db53e2011-10-04 13:43:12 +0900693 'win/scoped_select_object.h',
gab@chromium.org5252ca82013-01-22 04:41:44 +0900694 'win/scoped_variant.cc',
695 'win/scoped_variant.h',
gab@chromium.orgc669f0d2012-09-12 16:14:55 +0900696 'win/shortcut.cc',
697 'win/shortcut.h',
jschuh@chromium.orgc5a4fd92012-08-28 06:19:00 +0900698 'win/startup_information.cc',
699 'win/startup_information.h',
yoichio@chromium.org2ca5b4d2012-09-09 02:46:13 +0900700 'win/text_services_message_filter.cc',
701 'win/text_services_message_filter.h',
dbeam@chromium.orgcb6be3a2013-05-24 13:29:15 +0900702 'win/win_util.cc',
703 'win/win_util.h',
alexeypa@chromium.org1cc94ba2013-06-21 17:49:23 +0900704 'win/windows_version.cc',
705 'win/windows_version.h',
rvargas@google.comed1496e2011-03-17 09:34:09 +0900706 'win/wrapped_window_proc.cc',
707 'win/wrapped_window_proc.h',
kcwu@chromium.org9eacffa2013-09-27 14:07:30 +0900708 'x11/x11_error_tracker.cc',
709 'x11/x11_error_tracker.h',
710 'x11/x11_error_tracker_gtk.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900711 ],
jinsukkim@chromium.orgb20be402013-05-10 14:33:44 +0900712 'conditions': [
erg@chromium.org42ea6b82013-09-26 06:32:21 +0900713 ['use_aura==1 and use_x11==1', {
714 'sources': [
715 'x11/edid_parser_x11.cc',
716 'x11/edid_parser_x11.h',
717 ],
718 }],
jinsukkim@chromium.orgb20be402013-05-10 14:33:44 +0900719 ],
darin@chromium.org37acbb12011-07-21 03:38:24 +0900720 'defines': [
721 'BASE_IMPLEMENTATION',
722 ],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900723 'include_dirs': [
724 '..',
725 ],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900726 'msvs_disabled_warnings': [
scottmg@chromium.orgd2724062012-10-23 07:10:29 +0900727 4018,
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900728 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900729 'target_conditions': [
spang@chromium.orga2f915e2013-11-08 15:24:58 +0900730 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900731 'sources/': [
brettw@chromium.orge47345a2010-10-16 13:56:06 +0900732 ['exclude', '^nix/'],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900733 ],
734 'sources!': [
735 'atomicops_internals_x86_gcc.cc',
spang@chromium.orga2f915e2013-11-08 15:24:58 +0900736 ],
737 }],
738 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
739 'sources!': [
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900740 'message_loop/message_pump_glib.cc',
spang@chromium.orga2f915e2013-11-08 15:24:58 +0900741 ],
742 }],
743 ['<(use_x11)==0 or >(nacl_untrusted_build)==1', {
744 'sources!': [
sadrul@chromium.org19995722013-09-07 12:21:04 +0900745 'message_loop/message_pump_x11.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900746 ],
tony@chromium.org9f7a86f2010-04-14 10:46:43 +0900747 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900748 ['<(toolkit_uses_gtk)==0 or >(nacl_untrusted_build)==1', {
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900749 'sources!': ['message_loop/message_pump_gtk.cc'],
sadrul@chromium.org847a5722011-09-21 09:17:19 +0900750 }],
nileshagrawal@chromium.orgea123972012-07-18 10:49:22 +0900751 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900752 'sources!': [
753 # Not automatically excluded by the *linux.cc rules.
evan@chromium.org73aec0e2010-04-23 08:28:05 +0900754 'linux_util.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900755 ],
756 },
757 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900758 ['>(nacl_untrusted_build)==1', {
759 'sources!': [
dmikurube@chromium.org2e7fd102012-09-26 14:17:25 +0900760 'allocator/type_profiler_control.cc',
761 'allocator/type_profiler_control.h',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900762 'base_paths.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900763 'cpu.cc',
764 'debug/stack_trace_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900765 'file_util.cc',
766 'file_util_posix.cc',
brettw@chromium.org56946722013-06-08 13:53:36 +0900767 'files/file_enumerator_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900768 'files/file_path_watcher_kqueue.cc',
bbudge@chromium.org08d14902013-08-03 11:02:19 +0900769 'files/file_util_proxy.cc',
brettw@chromium.org4329aa72013-03-30 02:46:23 +0900770 'memory/shared_memory_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900771 'native_library_posix.cc',
772 'path_service.cc',
glider@google.com7a087c42013-01-18 19:34:29 +0900773 'posix/unix_domain_socket_linux.cc',
rsesek@chromium.org0df65182013-07-11 03:36:09 +0900774 'process/kill_posix.cc',
rsesek@chromium.org678f9b82013-07-18 03:12:40 +0900775 'process/launch_posix.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900776 'process/process_metrics_posix.cc',
777 'process/process_posix.cc',
bbudge@chromium.orgb562dcc2012-06-16 09:35:01 +0900778 'rand_util_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900779 'scoped_native_library.cc',
brettw@chromium.org091db522012-11-17 05:34:23 +0900780 'files/scoped_temp_dir.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900781 'sys_info_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900782 'third_party/dynamic_annotations/dynamic_annotations.c',
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900783 ],
epenner@chromium.orged1c9ba2013-05-22 09:01:38 +0900784 'sources/': [
epenner@chromium.orged1c9ba2013-05-22 09:01:38 +0900785 ['include', '^threading/platform_thread_linux\\.cc$'],
786 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900787 }],
788 ['OS == "android" and >(nacl_untrusted_build)==0', {
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900789 'sources!': [
wangxianzhu@chromium.org7bc5c452012-08-15 04:10:34 +0900790 'base_paths_posix.cc',
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900791 'files/file_path_watcher_kqueue.cc',
yongsheng.zhu@intel.comd0a65662012-08-31 14:27:16 +0900792 'files/file_path_watcher_stub.cc',
bajones@chromium.org4bf25cc2013-08-03 07:09:13 +0900793 'power_monitor/power_monitor_device_source_posix.cc',
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900794 ],
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900795 'sources/': [
scherkus@chromium.org113e6c42013-07-03 11:02:23 +0900796 ['include', '^debug/proc_maps_linux\\.cc$'],
yongsheng.zhu@intel.comd0a65662012-08-31 14:27:16 +0900797 ['include', '^files/file_path_watcher_linux\\.cc$'],
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900798 ['include', '^process/memory_linux\\.cc$'],
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900799 ['include', '^process/internal_linux\\.cc$'],
rsesek@chromium.org9746b822013-07-16 03:29:35 +0900800 ['include', '^process/process_handle_linux\\.cc$'],
rsesek@chromium.org2ccf6792013-06-01 00:38:01 +0900801 ['include', '^process/process_iterator\\.cc$'],
802 ['include', '^process/process_iterator_linux\\.cc$'],
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900803 ['include', '^process/process_metrics_linux\\.cc$'],
glider@google.com7a087c42013-01-18 19:34:29 +0900804 ['include', '^posix/unix_domain_socket_linux\\.cc$'],
brettw@chromium.org1f67a912013-02-08 04:18:03 +0900805 ['include', '^strings/sys_string_conversions_posix\\.cc$'],
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900806 ['include', '^sys_info_linux\\.cc$'],
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900807 ['include', '^worker_pool_linux\\.cc$'],
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900808 ],
809 }],
epenner@chromium.orged1c9ba2013-05-22 09:01:38 +0900810 ['OS == "android" and _toolset == "host" and host_os == "linux"', {
811 'sources/': [
812 # Pull in specific files for host builds.
813 ['include', '^threading/platform_thread_linux\\.cc$'],
814 ],
815 }],
torne@chromium.org21005a92013-08-29 04:41:50 +0900816 ['OS == "android" and <(android_webview_build)==1', {
817 'defines': [
818 # WebView builds as part of the system which already has sincos;
819 # avoid defining it again as it causes a linker warning.
820 'ANDROID_SINCOS_PROVIDED',
821 ],
822 }],
justincohen@google.comc98d7df2013-05-14 06:29:47 +0900823 ['OS == "ios" and _toolset != "host"', {
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900824 'sources/': [
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900825 # Pull in specific Mac files for iOS (which have been filtered out
826 # by file name rules).
leng@chromium.org98cd05c2012-07-14 01:49:44 +0900827 ['include', '^atomicops_internals_mac\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900828 ['include', '^base_paths_mac\\.'],
829 ['include', '^file_util_mac\\.'],
830 ['include', '^file_version_info_mac\\.'],
831 ['include', '^mac/bundle_locations\\.'],
stuartmorgan@chromium.orgd72e5912012-07-12 00:02:30 +0900832 ['include', '^mac/foundation_util\\.'],
833 ['include', '^mac/mac_logging\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900834 ['include', '^mac/objc_property_releaser\\.'],
rsesek@chromium.org214035a2012-10-17 05:17:58 +0900835 ['include', '^mac/scoped_mach_port\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900836 ['include', '^mac/scoped_nsautorelease_pool\\.'],
thakis@chromium.orge8deec42013-06-22 03:14:52 +0900837 ['include', '^mac/scoped_nsobject\\.'],
avi@chromium.org26c30172013-01-24 05:27:51 +0900838 ['include', '^memory/discardable_memory_mac\\.'],
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900839 ['include', '^message_loop/message_pump_mac\\.'],
brettw@chromium.org058b5c52013-02-08 04:36:27 +0900840 ['include', '^strings/sys_string_conversions_mac\\.'],
avi@chromium.org1c519e92013-06-28 03:04:56 +0900841 ['include', '^threading/platform_thread_mac\\.'],
842 ['include', '^time/time_mac\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900843 ['include', '^worker_pool_mac\\.'],
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900844 # Exclude all process/ except the minimal implementation
stuartmorgan@chromium.org11335452012-07-12 00:35:02 +0900845 # needed on iOS (mostly for unit tests).
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900846 ['exclude', '^process/.*'],
847 ['include', '^process/.*_ios\.(cc|mm)$'],
848 ['include', '^process/memory_stubs\.cc$'],
849 ['include', '^process/process_handle_posix\.cc$'],
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900850 ],
851 'sources': [
852 'process/memory_stubs.cc',
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900853 ],
blundell@chromium.org946a5312012-12-05 00:44:15 +0900854 'sources!': [
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900855 'message_loop/message_pump_libevent.cc'
blundell@chromium.org946a5312012-12-05 00:44:15 +0900856 ],
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900857 }],
justincohen@google.comc98d7df2013-05-14 06:29:47 +0900858 ['OS == "ios" and _toolset == "host"', {
859 'sources/': [
860 # Copied filename_rules to switch from iOS to Mac inclusions.
861 ['include', '_(cocoa|mac)(_unittest)?\\.(h|cc|mm?)$'],
862 ['include', '(^|/)(cocoa|mac)/'],
863 ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
864 ['exclude', '(^|/)ios/'],
865 ]
866 }],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900867 # For now, just test the *BSD platforms enough to exclude them.
868 # Subsequent changes will include them further.
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900869 ['OS != "freebsd" or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900870 'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
871 },
872 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900873 ['OS != "openbsd" or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900874 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
875 },
876 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900877 ['OS == "win" and >(nacl_untrusted_build)==0', {
brettw@chromium.orgacb14c22010-10-15 10:59:15 +0900878 'include_dirs': [
879 '<(DEPTH)/third_party/wtl/include',
880 ],
881 'sources!': [
882 'event_recorder_stubs.cc',
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900883 'files/file_path_watcher_kqueue.cc',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900884 'files/file_path_watcher_stub.cc',
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900885 'message_loop/message_pump_libevent.cc',
brettw@chromium.org04a8ee22012-11-10 05:22:00 +0900886 'posix/file_descriptor_shuffle.cc',
brettw@chromium.orgacb14c22010-10-15 10:59:15 +0900887 # Not using sha1_win.cc because it may have caused a
888 # regression to page cycler moz.
889 'sha1_win.cc',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900890 'strings/string16.cc',
brettw@chromium.orgacb14c22010-10-15 10:59:15 +0900891 ],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900892 },],
davemoore@chromium.org97b12342013-05-04 08:39:54 +0900893 ['<(use_ozone) == 1', {
rjkroege@chromium.org9e06a282013-04-06 13:51:21 +0900894 'sources!': [
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900895 'message_loop/message_pump_glib.cc',
sadrul@chromium.org19995722013-09-07 12:21:04 +0900896 'message_loop/message_pump_x11.cc',
rjkroege@chromium.org9e06a282013-04-06 13:51:21 +0900897 ]
rjkroege@chromium.org9e06a282013-04-06 13:51:21 +0900898 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900899 ['OS == "linux" and >(nacl_untrusted_build)==0', {
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900900 'sources!': [
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900901 'files/file_path_watcher_kqueue.cc',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900902 'files/file_path_watcher_stub.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900903 ],
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900904 }],
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900905 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
mark@chromium.orga8f9a692011-11-15 04:15:25 +0900906 'sources/': [
907 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
908 ['exclude', '^base_paths_posix\\.cc$'],
909 ['exclude', '^native_library_posix\\.cc$'],
brettw@chromium.org10ade132013-02-08 04:42:54 +0900910 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900911 ],
912 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900913 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900914 'sources': [
915 'process/memory_stubs.cc',
916 ],
mark@chromium.org2e9e81c2011-10-13 13:23:22 +0900917 'sources/': [
robert.nagy@gmail.comea54e462011-10-25 07:05:27 +0900918 ['exclude', '^files/file_path_watcher_linux\\.cc$'],
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900919 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
robert.nagy@gmail.comea54e462011-10-25 07:05:27 +0900920 ['exclude', '^file_util_linux\\.cc$'],
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900921 ['exclude', '^process/process_linux\\.cc$'],
robert.nagy@gmail.comea54e462011-10-25 07:05:27 +0900922 ['exclude', '^sys_info_linux\\.cc$'],
mark@chromium.org2e9e81c2011-10-13 13:23:22 +0900923 ],
924 }],
hbono@chromium.org04aa7832012-07-25 11:32:11 +0900925 # Remove all unnecessary files for build_nexe.py to avoid exceeding
926 # command-line-string limitation when building NaCl on Windows.
927 ['OS == "win" and >(nacl_untrusted_build)==1', {
928 'sources/': [ ['exclude', '\\.h$'] ],
929 }],
phajdan.jr@chromium.orgd9ff9c92013-01-09 01:49:07 +0900930 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
931 'sources/': [
932 ['exclude', '^third_party/nspr/'],
933 ],
934 }],
kcwu@chromium.org9eacffa2013-09-27 14:07:30 +0900935 ['<(toolkit_uses_gtk) == 1', {
936 'sources!': [
937 'x11/x11_error_tracker.cc',
938 ],
939 }],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900940 ],
941 }],
sergeyu@chromium.orgb9b28472013-12-23 13:02:49 +0900942 ['base_i18n_target==1', {
943 'defines': [
944 'BASE_I18N_IMPLEMENTATION',
945 ],
946 'sources': [
947 'i18n/base_i18n_export.h',
948 'i18n/bidi_line_iterator.cc',
949 'i18n/bidi_line_iterator.h',
950 'i18n/break_iterator.cc',
951 'i18n/break_iterator.h',
sergeyu@chromium.orgb9b28472013-12-23 13:02:49 +0900952 'i18n/case_conversion.cc',
953 'i18n/case_conversion.h',
ricea@chromium.org0f250012014-01-16 03:19:54 +0900954 'i18n/char_iterator.cc',
955 'i18n/char_iterator.h',
sergeyu@chromium.orgb9b28472013-12-23 13:02:49 +0900956 'i18n/file_util_icu.cc',
957 'i18n/file_util_icu.h',
958 'i18n/i18n_constants.cc',
959 'i18n/i18n_constants.h',
960 'i18n/icu_encoding_detection.cc',
961 'i18n/icu_encoding_detection.h',
962 'i18n/icu_string_conversions.cc',
963 'i18n/icu_string_conversions.h',
964 'i18n/icu_util.cc',
965 'i18n/icu_util.h',
966 'i18n/number_formatting.cc',
967 'i18n/number_formatting.h',
968 'i18n/rtl.cc',
969 'i18n/rtl.h',
ricea@chromium.org0f250012014-01-16 03:19:54 +0900970 'i18n/streaming_utf8_validator.cc',
971 'i18n/streaming_utf8_validator.h',
sergeyu@chromium.orgb9b28472013-12-23 13:02:49 +0900972 'i18n/string_compare.cc',
973 'i18n/string_compare.h',
974 'i18n/string_search.cc',
975 'i18n/string_search.h',
976 'i18n/time_formatting.cc',
977 'i18n/time_formatting.h',
978 'i18n/timezone.cc',
979 'i18n/timezone.h',
ricea@chromium.org0f250012014-01-16 03:19:54 +0900980 'i18n/utf8_validator_tables.cc',
981 'i18n/utf8_validator_tables.h',
sergeyu@chromium.orgb9b28472013-12-23 13:02:49 +0900982 ],
983 }]
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900984 ],
985 },
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900986}