blob: 9b941a833925b638f4ca9ff4834d35d795cfa051 [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,
9 },
10 'target_conditions': [
sky@chromium.org1987a752010-07-02 05:14:50 +090011 # This part is shared between the targets defined below.
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090012 ['base_target==1', {
13 'sources': [
14 '../build/build_config.h',
15 'third_party/dmg_fp/dmg_fp.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090016 'third_party/dmg_fp/g_fmt.cc',
siggi@chromium.orgb23c7042010-11-26 02:37:47 +090017 'third_party/dmg_fp/dtoa_wrapper.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090018 'third_party/icu/icu_utf.cc',
19 'third_party/icu/icu_utf.h',
phajdan.jr@chromium.orgd9ff9c92013-01-09 01:49:07 +090020 'third_party/nspr/prcpucfg.h',
21 'third_party/nspr/prcpucfg_freebsd.h',
22 'third_party/nspr/prcpucfg_linux.h',
23 'third_party/nspr/prcpucfg_mac.h',
24 'third_party/nspr/prcpucfg_nacl.h',
25 'third_party/nspr/prcpucfg_openbsd.h',
26 'third_party/nspr/prcpucfg_solaris.h',
27 'third_party/nspr/prcpucfg_win.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090028 'third_party/nspr/prtime.cc',
29 'third_party/nspr/prtime.h',
phajdan.jr@chromium.orgd9ff9c92013-01-09 01:49:07 +090030 'third_party/nspr/prtypes.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +090031 'third_party/xdg_mime/xdgmime.h',
jamesr@chromium.org31407542012-04-28 11:56:38 +090032 'allocator/allocator_extension.cc',
33 'allocator/allocator_extension.h',
dmikurube@chromium.org2e7fd102012-09-26 14:17:25 +090034 'allocator/type_profiler_control.cc',
35 'allocator/type_profiler_control.h',
tedchoc@chromium.org33089dd2013-05-04 06:44:15 +090036 'android/activity_status.cc',
37 'android/activity_status.h',
tedchoc@chromium.org9842fef2012-04-25 12:18:46 +090038 'android/base_jni_registrar.cc',
39 'android/base_jni_registrar.h',
carlosvaldivia@google.com2a5b0832012-04-11 07:52:44 +090040 'android/build_info.cc',
41 'android/build_info.h',
digit@chromium.orgfcf6b522013-01-10 02:09:24 +090042 'android/cpu_features.cc',
scherkus@chromium.org10c10aa2013-06-19 04:34:34 +090043 'android/fifo_utils.cc',
44 'android/fifo_utils.h',
aberent@chromium.org43a0bf12013-03-02 04:32:27 +090045 'android/important_file_writer_android.cc',
46 'android/important_file_writer_android.h',
joth@chromium.orged27f3a2011-09-09 19:17:35 +090047 'android/scoped_java_ref.cc',
48 'android/scoped_java_ref.h',
49 'android/jni_android.cc',
50 'android/jni_android.h',
51 'android/jni_array.cc',
52 'android/jni_array.h',
tedchoc@chromium.org9842fef2012-04-25 12:18:46 +090053 'android/jni_helper.cc',
54 'android/jni_helper.h',
55 'android/jni_registrar.cc',
56 'android/jni_registrar.h',
joth@chromium.orged27f3a2011-09-09 19:17:35 +090057 'android/jni_string.cc',
58 'android/jni_string.h',
bulach@chromium.orga49afdc2013-06-13 00:33:47 +090059 'android/memory_pressure_listener_android.cc',
60 'android/memory_pressure_listener_android.h',
kristianm@chromium.orga78bfa92013-08-08 10:31:52 +090061 'android/java_handler_thread.cc',
62 'android/java_handler_thread.h',
benm@chromium.orgfa2d5d82012-08-07 02:56:04 +090063 'android/path_service_android.cc',
64 'android/path_service_android.h',
joth@chromium.orged27f3a2011-09-09 19:17:35 +090065 'android/path_utils.cc',
66 'android/path_utils.h',
dtrainor@chromium.org859ed342013-06-21 03:36:08 +090067 'android/sys_utils.cc',
68 'android/sys_utils.h',
james.wei@intel.com07a85622013-01-30 15:24:49 +090069 'android/thread_utils.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090070 'at_exit.cc',
71 'at_exit.h',
72 'atomic_ref_count.h',
73 'atomic_sequence_num.h',
74 'atomicops.h',
bbudge@chromium.org407d3b52012-08-23 03:22:03 +090075 'atomicops_internals_gcc.h',
leng@chromium.org98cd05c2012-07-14 01:49:44 +090076 'atomicops_internals_mac.h',
glider@chromium.org86d0cc32012-10-03 01:28:23 +090077 'atomicops_internals_tsan.h',
thestig@chromium.orgb6ba9432010-04-03 10:05:39 +090078 'atomicops_internals_x86_gcc.cc',
ensonic@google.com24ba1962011-09-29 01:28:40 +090079 'atomicops_internals_x86_gcc.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090080 'atomicops_internals_x86_msvc.h',
groby@chromium.org042aa752013-08-25 00:00:33 +090081 'barrier_closure.cc',
82 'barrier_closure.h',
darin@chromium.orge585bed2011-08-06 00:34:00 +090083 'base_export.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090084 'base_paths.cc',
85 'base_paths.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +090086 'base_paths_android.cc',
avi@chromium.orga7d1df92012-03-23 06:44:31 +090087 'base_paths_android.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090088 'base_paths_mac.h',
89 'base_paths_mac.mm',
mark@chromium.orga8f9a692011-11-15 04:15:25 +090090 'base_paths_posix.cc',
gab@chromium.org97fc1e62012-09-21 01:24:52 +090091 'base_paths_posix.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090092 'base_paths_win.cc',
93 'base_paths_win.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +090094 'base_switches.h',
sergeyu@chromium.orge2585912012-07-27 07:53:13 +090095 'base64.cc',
96 'base64.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +090097 'basictypes.h',
ajwong@chromium.orge2cca632011-02-15 10:27:38 +090098 'bind.h',
ajwong@chromium.orge4f3dc32012-01-07 07:12:28 +090099 'bind_helpers.cc',
ajwong@chromium.orge2cca632011-02-15 10:27:38 +0900100 'bind_helpers.h',
101 'bind_internal.h',
ajwong@chromium.orgcb175342011-02-27 10:25:59 +0900102 'bind_internal_win.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900103 'bits.h',
agl@chromium.orgb9206f42011-11-12 01:09:31 +0900104 'build_time.cc',
105 'build_time.h',
akalin@chromium.org6ed4f882010-02-19 12:15:59 +0900106 'callback.h',
avi@chromium.orgb74bab82013-08-30 11:04:04 +0900107 'callback_helpers.cc',
fischman@chromium.orgdc221a72012-03-25 05:37:27 +0900108 'callback_helpers.h',
ajwong@chromium.orgfa0ff432011-02-19 08:29:31 +0900109 'callback_internal.cc',
110 'callback_internal.h',
caitkp@chromium.org49647322013-09-27 04:20:18 +0900111 'callback_list.h',
jhawkins@chromium.org78936ff2011-11-24 13:12:04 +0900112 'cancelable_callback.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900113 'command_line.cc',
114 'command_line.h',
115 'compiler_specific.h',
brettw@chromium.org30230a82013-06-12 02:52:44 +0900116 'containers/hash_tables.h',
brettw@chromium.org427b15b2012-11-10 09:46:16 +0900117 'containers/linked_list.h',
brettw@chromium.org4f5affd2012-11-14 05:34:14 +0900118 'containers/mru_cache.h',
powei@chromium.org47e55112013-08-30 11:41:32 +0900119 'containers/scoped_ptr_hash_map.h',
brettw@chromium.orgba6903b2012-11-10 07:49:19 +0900120 'containers/small_map.h',
brettw@chromium.org427b15b2012-11-10 09:46:16 +0900121 'containers/stack_container.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900122 'cpu.cc',
123 'cpu.h',
chenyu@chromium.org4c63e782012-08-02 00:42:16 +0900124 'critical_closure.h',
125 'critical_closure_ios.mm',
apatrick@chromium.org87164042011-05-20 07:28:25 +0900126 'debug/alias.cc',
127 'debug/alias.h',
rsesek@chromium.org07846832013-01-03 11:10:56 +0900128 'debug/crash_logging.cc',
129 'debug/crash_logging.h',
brettw@chromium.org28078b62011-01-02 04:55:22 +0900130 'debug/debug_on_start_win.cc',
131 'debug/debug_on_start_win.h',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900132 'debug/debugger.cc',
133 'debug/debugger.h',
134 'debug/debugger_posix.cc',
135 'debug/debugger_win.cc',
akalin@chromium.orgb27e8912012-12-07 08:27:46 +0900136 # This file depends on files from the 'allocator' target,
137 # but this target does not depend on 'allocator' (see
138 # allocator.gyp for details).
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900139 'debug/leak_annotations.h',
140 'debug/leak_tracker.h',
scherkus@chromium.org113e6c42013-07-03 11:02:23 +0900141 'debug/proc_maps_linux.cc',
142 'debug/proc_maps_linux.h',
davemoore@chromium.orgeeb51f72011-02-02 08:35:25 +0900143 'debug/profiler.cc',
144 'debug/profiler.h',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900145 'debug/stack_trace.cc',
146 'debug/stack_trace.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900147 'debug/stack_trace_android.cc',
phajdan.jr@chromium.org9d169bc2012-11-02 06:58:30 +0900148 'debug/stack_trace_ios.mm',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900149 'debug/stack_trace_posix.cc',
150 'debug/stack_trace_win.cc',
brettw@chromium.org2f49b122010-10-26 13:07:50 +0900151 'debug/trace_event.h',
wangxianzhu@chromium.org16ff12c2012-11-02 06:38:14 +0900152 'debug/trace_event_android.cc',
jbates@chromium.orgd3bee532012-01-24 06:03:49 +0900153 'debug/trace_event_impl.cc',
154 'debug/trace_event_impl.h',
scottmg@chromium.org7ad7b662013-05-23 14:37:39 +0900155 'debug/trace_event_impl_constants.cc',
jwmak@chromium.org63ca26e2013-09-18 16:33:27 +0900156 'debug/trace_event_system_stats_monitor.cc',
jamescook@chromium.org25323712013-07-25 03:38:29 +0900157 'debug/trace_event_memory.cc',
158 'debug/trace_event_memory.h',
jbates@chromium.orgd3bee532012-01-24 06:03:49 +0900159 'debug/trace_event_win.cc',
msarda@chromium.org59491bb2013-04-19 02:17:33 +0900160 'deferred_sequenced_task_runner.cc',
161 'deferred_sequenced_task_runner.h',
tfarina@chromium.org6d36c5d2010-08-03 12:00:50 +0900162 'environment.cc',
163 'environment.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +0900164 'file_descriptor_posix.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900165 'file_util.cc',
166 'file_util.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900167 'file_util_android.cc',
evan@chromium.org33b77052010-08-20 09:36:01 +0900168 'file_util_linux.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900169 'file_util_mac.mm',
170 'file_util_posix.cc',
171 'file_util_win.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900172 'file_version_info.h',
tony@chromium.org9f7a86f2010-04-14 10:46:43 +0900173 'file_version_info_mac.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900174 'file_version_info_mac.mm',
tony@chromium.org9f7a86f2010-04-14 10:46:43 +0900175 'file_version_info_win.cc',
176 'file_version_info_win.h',
brettw@chromium.orgbf3eb522012-06-30 06:09:14 +0900177 'files/dir_reader_fallback.h',
178 'files/dir_reader_linux.h',
179 'files/dir_reader_posix.h',
brettw@chromium.org56946722013-06-08 13:53:36 +0900180 'files/file_enumerator.cc',
181 'files/file_enumerator.h',
182 'files/file_enumerator_posix.cc',
183 'files/file_enumerator_win.cc',
brettw@chromium.org59eef1f2013-02-24 14:40:52 +0900184 'files/file_path.cc',
185 'files/file_path.h',
scottmg@chromium.orgdef6ed82013-05-21 18:44:02 +0900186 'files/file_path_constants.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900187 'files/file_path_watcher.cc',
188 'files/file_path_watcher.h',
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900189 'files/file_path_watcher_kqueue.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900190 'files/file_path_watcher_linux.cc',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900191 'files/file_path_watcher_stub.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900192 'files/file_path_watcher_win.cc',
brettw@chromium.org06a553b2013-01-26 09:21:58 +0900193 'files/file_util_proxy.cc',
194 'files/file_util_proxy.h',
joi@chromium.org20009e32012-10-25 01:33:36 +0900195 'files/important_file_writer.h',
196 'files/important_file_writer.cc',
tfarina@chromium.orgef8403e2013-02-25 06:55:45 +0900197 'files/memory_mapped_file.cc',
198 'files/memory_mapped_file.h',
199 'files/memory_mapped_file_posix.cc',
200 'files/memory_mapped_file_win.cc',
vandebo@chromium.orgef318f42013-07-26 22:52:53 +0900201 'files/scoped_platform_file_closer.cc',
202 'files/scoped_platform_file_closer.h',
brettw@chromium.org091db522012-11-17 05:34:23 +0900203 'files/scoped_temp_dir.cc',
204 'files/scoped_temp_dir.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900205 'float_util.h',
ensonic@google.com24ba1962011-09-29 01:28:40 +0900206 'format_macros.h',
phajdan.jr@chromium.orgdd43b732010-06-01 23:30:51 +0900207 'gtest_prod_util.h',
marja@chromium.org9158ee02012-06-14 23:22:07 +0900208 'guid.cc',
209 'guid.h',
210 'guid_posix.cc',
211 'guid_win.cc',
jbates@chromium.org68c7aea2012-09-01 09:55:09 +0900212 'hash.cc',
213 'hash.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900214 'id_map.h',
tommycli@chromium.org7d9385e2013-06-19 08:31:12 +0900215 'ini_parser.cc',
216 'ini_parser.h',
chenyu@chromium.org3f440a42012-08-07 20:03:11 +0900217 'ios/device_util.h',
218 'ios/device_util.mm',
qsr@chromium.org75a02f32012-10-06 02:48:58 +0900219 'ios/ios_util.h',
220 'ios/ios_util.mm',
chenyu@chromium.org4c63e782012-08-02 00:42:16 +0900221 'ios/scoped_critical_action.h',
222 'ios/scoped_critical_action.mm',
bbudge@chromium.org218cd872012-02-27 05:26:42 +0900223 'json/json_file_value_serializer.cc',
224 'json/json_file_value_serializer.h',
rsesek@chromium.orgc2d2b202012-05-17 00:23:30 +0900225 'json/json_parser.cc',
226 'json/json_parser.h',
erg@google.com8aca7272010-08-19 03:33:57 +0900227 'json/json_reader.cc',
228 'json/json_reader.h',
bbudge@chromium.org218cd872012-02-27 05:26:42 +0900229 'json/json_string_value_serializer.cc',
230 'json/json_string_value_serializer.h',
mukai@chromium.org55292e42011-12-23 03:31:47 +0900231 'json/json_value_converter.h',
erg@google.com8aca7272010-08-19 03:33:57 +0900232 'json/json_writer.cc',
233 'json/json_writer.h',
234 'json/string_escape.cc',
235 'json/string_escape.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900236 'lazy_instance.cc',
237 'lazy_instance.h',
ajwong@chromium.org8e2e3002011-09-22 03:05:41 +0900238 'location.cc',
239 'location.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900240 'logging.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900241 'logging.h',
thestig@chromium.orgb6ba9432010-04-03 10:05:39 +0900242 'logging_win.cc',
rvargas@google.comc3b65182011-03-29 08:48:44 +0900243 'logging_win.h',
lambroslambrou@chromium.org3fb62442012-03-22 05:55:05 +0900244 'mac/authorization_util.h',
245 'mac/authorization_util.mm',
noyau@chromium.orgc2ad9492012-07-26 02:47:58 +0900246 'mac/bind_objc_block.h',
jeremy@chromium.org3c9aa4b2012-01-12 06:35:51 +0900247 'mac/bundle_locations.h',
248 'mac/bundle_locations.mm',
mark@chromium.org712f4ce2013-09-17 03:31:33 +0900249 'mac/close_nocancel.cc',
brettw@chromium.org624f07962010-12-23 09:43:36 +0900250 'mac/cocoa_protocols.h',
bauerb@chromium.orgfe9f8532011-03-15 18:51:50 +0900251 'mac/foundation_util.h',
252 'mac/foundation_util.mm',
jeremya@chromium.orgdebea9a2013-04-30 14:00:13 +0900253 'mac/launch_services_util.cc',
254 'mac/launch_services_util.h',
lambroslambrou@chromium.org49a69582012-03-30 01:57:53 +0900255 'mac/launchd.cc',
256 'mac/launchd.h',
rsesek@chromium.orgbc9175b2012-12-07 16:47:15 +0900257 'mac/libdispatch_task_runner.cc',
258 'mac/libdispatch_task_runner.h',
mark@chromium.orge4d0c3f2012-01-28 08:06:49 +0900259 'mac/mac_logging.h',
260 'mac/mac_logging.cc',
brettw@chromium.org92d954b2011-01-02 03:20:14 +0900261 'mac/mac_util.h',
262 'mac/mac_util.mm',
mark@chromium.org2a9b20f2011-04-21 07:30:35 +0900263 'mac/objc_property_releaser.h',
264 'mac/objc_property_releaser.mm',
brettw@google.comb39f6c02011-01-02 01:08:52 +0900265 'mac/os_crash_dumps.cc',
266 'mac/os_crash_dumps.h',
brettw@chromium.org0d4a0352010-10-18 11:47:39 +0900267 'mac/scoped_aedesc.h',
lambroslambrou@chromium.org3fb62442012-03-22 05:55:05 +0900268 'mac/scoped_authorizationref.h',
droger@chromium.org8710f512013-01-16 05:36:29 +0900269 'mac/scoped_block.h',
joth@chromium.orgb72c5f52010-11-12 21:03:54 +0900270 'mac/scoped_cftyperef.h',
thakis@chromium.org829d71a2012-03-24 03:17:33 +0900271 'mac/scoped_ioobject.h',
jeremya@chromium.org6fba6762013-05-23 15:48:11 +0900272 'mac/scoped_ioplugininterface.h',
lambroslambrou@chromium.org49a69582012-03-30 01:57:53 +0900273 'mac/scoped_launch_data.h',
rsesek@chromium.org214035a2012-10-17 05:17:58 +0900274 'mac/scoped_mach_port.cc',
275 'mac/scoped_mach_port.h',
brettw@chromium.org0d4a0352010-10-18 11:47:39 +0900276 'mac/scoped_nsautorelease_pool.h',
277 'mac/scoped_nsautorelease_pool.mm',
shess@chromium.org0318f412011-05-25 07:07:05 +0900278 'mac/scoped_nsexception_enabler.h',
279 'mac/scoped_nsexception_enabler.mm',
thakis@chromium.orgac7a8822013-06-21 07:42:11 +0900280 'mac/scoped_nsobject.h',
shess@chromium.orgcb3d4fe2011-12-02 08:56:17 +0900281 'mac/scoped_sending_event.h',
282 'mac/scoped_sending_event.mm',
rsesek@chromium.org03751422013-05-31 01:09:14 +0900283 'mac/sdk_forward_declarations.h',
dalecurtis@chromium.orgee816432012-07-26 11:22:39 +0900284 'memory/aligned_memory.cc',
285 'memory/aligned_memory.h',
avi@chromium.org26c30172013-01-24 05:27:51 +0900286 'memory/discardable_memory.cc',
qinmin@chromium.orgf3741812013-01-22 10:24:26 +0900287 'memory/discardable_memory.h',
avi@chromium.org26c30172013-01-24 05:27:51 +0900288 'memory/discardable_memory_android.cc',
289 'memory/discardable_memory_mac.cc',
levin@chromium.org5c528682011-03-28 10:54:15 +0900290 'memory/linked_ptr.h',
brettw@chromium.orgba6903b2012-11-10 07:49:19 +0900291 'memory/manual_constructor.h',
bulach@chromium.orga49afdc2013-06-13 00:33:47 +0900292 'memory/memory_pressure_listener.cc',
293 'memory/memory_pressure_listener.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900294 'memory/raw_scoped_refptr_mismatch_checker.h',
295 'memory/ref_counted.cc',
296 'memory/ref_counted.h',
droger@chromium.org7d877e32013-06-15 03:03:03 +0900297 'memory/ref_counted_delete_on_message_loop.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900298 'memory/ref_counted_memory.cc',
299 'memory/ref_counted_memory.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900300 'memory/scoped_handle.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900301 'memory/scoped_open_process.h',
sail@chromium.org3fd8dbe2012-06-02 17:17:37 +0900302 'memory/scoped_policy.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900303 'memory/scoped_ptr.h',
levin@chromium.org5c528682011-03-28 10:54:15 +0900304 'memory/scoped_vector.h',
brettw@chromium.org4329aa72013-03-30 02:46:23 +0900305 'memory/shared_memory.h',
306 'memory/shared_memory_android.cc',
307 'memory/shared_memory_nacl.cc',
308 'memory/shared_memory_posix.cc',
309 'memory/shared_memory_win.cc',
joth@chromium.orgc4285cd2011-11-07 20:11:51 +0900310 'memory/singleton.cc',
levin@chromium.org5c528682011-03-28 10:54:15 +0900311 'memory/singleton.h',
312 'memory/weak_ptr.cc',
313 'memory/weak_ptr.h',
alexeypa@chromium.org40183232013-07-23 07:24:13 +0900314 'message_loop/incoming_task_queue.cc',
315 'message_loop/incoming_task_queue.h',
brettw@chromium.org6318b392013-06-14 12:27:49 +0900316 'message_loop/message_loop.cc',
317 'message_loop/message_loop.h',
brettw@chromium.orgec841112013-03-30 04:22:51 +0900318 'message_loop/message_loop_proxy.cc',
319 'message_loop/message_loop_proxy.h',
320 'message_loop/message_loop_proxy_impl.cc',
321 'message_loop/message_loop_proxy_impl.h',
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900322 'message_loop/message_pump.cc',
323 'message_loop/message_pump.h',
324 'message_loop/message_pump_android.cc',
325 'message_loop/message_pump_android.h',
326 'message_loop/message_pump_default.cc',
327 'message_loop/message_pump_default.h',
328 'message_loop/message_pump_ozone.cc',
329 'message_loop/message_pump_ozone.h',
330 'message_loop/message_pump_win.cc',
331 'message_loop/message_pump_win.h',
kaiwang@chromium.orgec0e7272012-10-06 06:29:44 +0900332 'metrics/sample_map.cc',
333 'metrics/sample_map.h',
kaiwang@chromium.org0ce37b12012-09-22 12:42:12 +0900334 'metrics/sample_vector.cc',
335 'metrics/sample_vector.h',
kaiwang@chromium.org7c4acad2012-07-26 05:02:48 +0900336 'metrics/bucket_ranges.cc',
337 'metrics/bucket_ranges.h',
brettw@chromium.org275c2ec2010-10-14 13:38:38 +0900338 'metrics/histogram.cc',
339 'metrics/histogram.h',
kaiwang@chromium.org081c0f52012-07-19 14:31:49 +0900340 'metrics/histogram_base.cc',
341 'metrics/histogram_base.h',
rtenneti@google.com1c05d342012-07-13 03:19:45 +0900342 'metrics/histogram_flattener.h',
kaiwang@chromium.org0ce37b12012-09-22 12:42:12 +0900343 'metrics/histogram_samples.cc',
344 'metrics/histogram_samples.h',
rtenneti@google.com1c05d342012-07-13 03:19:45 +0900345 'metrics/histogram_snapshot_manager.cc',
346 'metrics/histogram_snapshot_manager.h',
kaiwang@chromium.org18643672012-08-09 14:14:15 +0900347 'metrics/sparse_histogram.cc',
348 'metrics/sparse_histogram.h',
kaiwang@chromium.org3c57dc62012-07-14 06:48:29 +0900349 'metrics/statistics_recorder.cc',
350 'metrics/statistics_recorder.h',
brettw@chromium.org275c2ec2010-10-14 13:38:38 +0900351 'metrics/stats_counters.cc',
352 'metrics/stats_counters.h',
353 'metrics/stats_table.cc',
354 'metrics/stats_table.h',
ajwong@chromium.org59f1fbb2012-01-20 09:03:45 +0900355 'move.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900356 'native_library.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900357 'native_library_mac.mm',
mark@chromium.orga8f9a692011-11-15 04:15:25 +0900358 'native_library_posix.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900359 'native_library_win.cc',
avi@chromium.org1c519e92013-06-28 03:04:56 +0900360 'nix/mime_util_xdg.cc',
361 'nix/mime_util_xdg.h',
362 'nix/xdg_util.cc',
363 'nix/xdg_util.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900364 'observer_list.h',
365 'observer_list_threadsafe.h',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900366 'os_compat_android.cc',
367 'os_compat_android.h',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900368 'os_compat_nacl.cc',
369 'os_compat_nacl.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900370 'path_service.cc',
371 'path_service.h',
jhawkins@chromium.org2af12f22011-11-16 08:36:30 +0900372 'pending_task.cc',
373 'pending_task.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900374 'pickle.cc',
375 'pickle.h',
erg@google.comd5fffd42011-01-08 03:06:45 +0900376 'platform_file.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900377 'platform_file.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900378 'platform_file_posix.cc',
thestig@chromium.orgb6ba9432010-04-03 10:05:39 +0900379 'platform_file_win.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900380 'port.h',
brettw@chromium.orgb1788fb2012-11-15 05:54:35 +0900381 'posix/eintr_wrapper.h',
brettw@chromium.orgea3b3f22012-11-10 08:46:54 +0900382 'posix/global_descriptors.cc',
383 'posix/global_descriptors.h',
glider@google.com7a087c42013-01-18 19:34:29 +0900384 'posix/unix_domain_socket_linux.cc',
385 'posix/unix_domain_socket_linux.h',
hongbo.min@intel.com076c6c62013-04-04 04:06:51 +0900386 'power_monitor/power_monitor.cc',
387 'power_monitor/power_monitor.h',
bajones@chromium.org4bf25cc2013-08-03 07:09:13 +0900388 'power_monitor/power_monitor_device_source_android.cc',
389 'power_monitor/power_monitor_device_source_android.h',
390 'power_monitor/power_monitor_device_source.cc',
391 'power_monitor/power_monitor_device_source.h',
392 'power_monitor/power_monitor_device_source_ios.mm',
393 'power_monitor/power_monitor_device_source_mac.mm',
394 'power_monitor/power_monitor_device_source_posix.cc',
395 'power_monitor/power_monitor_device_source_win.cc',
396 'power_monitor/power_monitor_source.cc',
397 'power_monitor/power_monitor_source.h',
hongbo.min@intel.com076c6c62013-04-04 04:06:51 +0900398 'power_monitor/power_observer.h',
rsesek@chromium.org2ccf6792013-06-01 00:38:01 +0900399 'process/internal_linux.cc',
400 'process/internal_linux.h',
rsesek@chromium.org0df65182013-07-11 03:36:09 +0900401 'process/kill.cc',
402 'process/kill.h',
403 'process/kill_mac.cc',
404 'process/kill_posix.cc',
405 'process/kill_win.cc',
brettw@chromium.org50484af2013-08-31 03:00:39 +0900406 'process/launch.cc',
rsesek@chromium.org678f9b82013-07-18 03:12:40 +0900407 'process/launch.h',
408 'process/launch_ios.cc',
409 'process/launch_mac.cc',
410 'process/launch_posix.cc',
411 'process/launch_win.cc',
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900412 'process/memory.h',
413 'process/memory_linux.cc',
414 'process/memory_mac.mm',
415 'process/memory_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900416 'process/process.h',
rsesek@chromium.org9746b822013-07-16 03:29:35 +0900417 'process/process_handle_freebsd.cc',
418 'process/process_handle_linux.cc',
419 'process/process_handle_mac.cc',
420 'process/process_handle_openbsd.cc',
421 'process/process_handle_posix.cc',
422 'process/process_handle_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900423 'process/process_info.h',
simonjam@chromium.org8b154ad2013-08-09 02:24:18 +0900424 'process/process_info_linux.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900425 'process/process_info_mac.cc',
426 'process/process_info_win.cc',
rsesek@chromium.org2ccf6792013-06-01 00:38:01 +0900427 'process/process_iterator.cc',
428 'process/process_iterator.h',
429 'process/process_iterator_freebsd.cc',
430 'process/process_iterator_linux.cc',
431 'process/process_iterator_mac.cc',
432 'process/process_iterator_openbsd.cc',
433 'process/process_iterator_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900434 'process/process_linux.cc',
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900435 'process/process_metrics.h',
jwmak@chromium.org2cdf3472013-08-22 10:12:19 +0900436 'process/process_metrics.cc',
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900437 'process/process_metrics_freebsd.cc',
438 'process/process_metrics_ios.cc',
439 'process/process_metrics_linux.cc',
440 'process/process_metrics_mac.cc',
441 'process/process_metrics_openbsd.cc',
442 'process/process_metrics_posix.cc',
443 'process/process_metrics_win.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900444 'process/process_posix.cc',
445 'process/process_win.cc',
jar@chromium.org27cf2972011-11-09 02:09:21 +0900446 'profiler/scoped_profile.cc',
447 'profiler/scoped_profile.h',
jar@chromium.org4626ccb2012-02-16 08:05:01 +0900448 'profiler/alternate_timer.cc',
449 'profiler/alternate_timer.h',
jar@chromium.org27cf2972011-11-09 02:09:21 +0900450 'profiler/tracked_time.cc',
451 'profiler/tracked_time.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900452 'rand_util.cc',
453 'rand_util.h',
sergeyu@chromium.orge2585912012-07-27 07:53:13 +0900454 'rand_util_nacl.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900455 'rand_util_posix.cc',
456 'rand_util_win.cc',
jbates@chromium.org5d5b2812012-06-29 07:57:30 +0900457 'run_loop.cc',
458 'run_loop.h',
scottmg@chromium.org347c3652013-01-17 08:34:04 +0900459 'safe_numerics.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900460 'safe_strerror_posix.cc',
461 'safe_strerror_posix.h',
thakis@chromium.org927d7282011-05-20 08:34:17 +0900462 'scoped_native_library.cc',
463 'scoped_native_library.h',
akalin@chromium.org4fb2deb2012-12-28 04:58:00 +0900464 'sequence_checker.h',
465 'sequence_checker_impl.cc',
466 'sequence_checker_impl.h',
dbeam@chromium.org36f60402013-05-08 14:35:24 +0900467 'sequenced_task_runner.cc',
468 'sequenced_task_runner.h',
469 'sequenced_task_runner_helpers.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900470 'sha1.h',
wtc@chromium.orgd828db42010-06-24 06:41:40 +0900471 'sha1_portable.cc',
472 'sha1_win.cc',
akalin@chromium.org062f9682012-02-15 10:43:19 +0900473 'single_thread_task_runner.h',
dilmah@chromium.orgdc4b9702011-07-20 07:13:24 +0900474 'stl_util.h',
abarth@chromium.org5306f252013-05-30 08:21:30 +0900475 'strings/latin1_string_conversions.cc',
476 'strings/latin1_string_conversions.h',
darin@chromium.orgba896ff2013-06-18 06:36:41 +0900477 'strings/nullable_string16.cc',
478 'strings/nullable_string16.h',
markus@chromium.org8c7675e2013-09-05 09:43:51 +0900479 'strings/safe_sprintf.cc',
480 'strings/safe_sprintf.h',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900481 'strings/string16.cc',
482 'strings/string16.h',
abarth@chromium.org5306f252013-05-30 08:21:30 +0900483 'strings/string_number_conversions.cc',
tfarina@chromium.org63aaf3f2013-02-08 08:01:39 +0900484 'strings/string_split.cc',
485 'strings/string_split.h',
brettw@chromium.orgabcde5c2013-02-07 11:57:22 +0900486 'strings/string_number_conversions.h',
brettw@chromium.orgefd7ea22013-03-29 05:07:40 +0900487 'strings/string_piece.cc',
488 'strings/string_piece.h',
brettw@chromium.org2cbc2872013-02-02 09:21:39 +0900489 'strings/string_tokenizer.h',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900490 'strings/string_util.cc',
491 'strings/string_util.h',
492 'strings/string_util_constants.cc',
493 'strings/string_util_posix.h',
494 'strings/string_util_win.h',
brettw@chromium.org34afab22013-02-01 04:45:02 +0900495 'strings/stringize_macros.h',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900496 'strings/stringprintf.cc',
497 'strings/stringprintf.h',
brettw@chromium.org1f67a912013-02-08 04:18:03 +0900498 'strings/sys_string_conversions.h',
499 'strings/sys_string_conversions_mac.mm',
500 'strings/sys_string_conversions_posix.cc',
501 'strings/sys_string_conversions_win.cc',
brettw@chromium.orgbc991122013-02-07 12:59:06 +0900502 'strings/utf_offset_string_conversions.cc',
503 'strings/utf_offset_string_conversions.h',
504 'strings/utf_string_conversion_utils.cc',
505 'strings/utf_string_conversion_utils.h',
brettw@chromium.orgb5801b32013-05-07 06:32:31 +0900506 'strings/utf_string_conversions.cc',
507 'strings/utf_string_conversions.h',
jam@chromium.org533df722012-02-16 07:07:34 +0900508 'supports_user_data.cc',
509 'supports_user_data.h',
brettw@chromium.org5238c7d2011-01-02 15:05:39 +0900510 'synchronization/cancellation_flag.cc',
511 'synchronization/cancellation_flag.h',
brettw@chromium.orge439a962011-01-02 08:16:20 +0900512 'synchronization/condition_variable.h',
513 'synchronization/condition_variable_posix.cc',
514 'synchronization/condition_variable_win.cc',
515 'synchronization/lock.cc',
516 'synchronization/lock.h',
517 'synchronization/lock_impl.h',
518 'synchronization/lock_impl_posix.cc',
519 'synchronization/lock_impl_win.cc',
rsleevi@chromium.orge3b52c62012-02-22 03:11:47 +0900520 'synchronization/spin_wait.h',
brettw@chromium.org5238c7d2011-01-02 15:05:39 +0900521 'synchronization/waitable_event.h',
522 'synchronization/waitable_event_posix.cc',
523 'synchronization/waitable_event_watcher.h',
jeremy@chromium.orgdb80ccc2012-06-20 02:43:31 +0900524 'synchronization/waitable_event_watcher_posix.cc',
brettw@chromium.org5238c7d2011-01-02 15:05:39 +0900525 'synchronization/waitable_event_watcher_win.cc',
526 'synchronization/waitable_event_win.cc',
willchan@chromium.org0fbb8682011-05-18 16:29:56 +0900527 'system_monitor/system_monitor.cc',
528 'system_monitor/system_monitor.h',
isherman@chromium.org333d7fd2011-12-29 08:18:21 +0900529 'sys_byteorder.h',
jeremy@chromium.orgde658ed2012-10-29 10:04:09 +0900530 'sys_info.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900531 'sys_info.h',
ulan@chromium.org8ac7ea02012-05-26 00:31:37 +0900532 'sys_info_android.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900533 'sys_info_chromeos.cc',
534 'sys_info_freebsd.cc',
chenyu@chromium.org77c3a622012-07-11 21:15:08 +0900535 'sys_info_ios.mm',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900536 'sys_info_linux.cc',
537 'sys_info_mac.cc',
538 'sys_info_openbsd.cc',
539 'sys_info_posix.cc',
540 'sys_info_win.cc',
akalin@chromium.org062f9682012-02-15 10:43:19 +0900541 'task_runner.cc',
542 'task_runner.h',
battre@chromium.org6d025972012-04-17 11:48:06 +0900543 'task_runner_util.h',
willchan@chromium.orgb9b021a2010-06-16 04:39:24 +0900544 'template_util.h',
sergeyu@chromium.org675d8882012-05-10 05:16:14 +0900545 'thread_task_runner_handle.cc',
546 'thread_task_runner_handle.h',
brettw@chromium.org088ae932011-01-01 13:48:49 +0900547 'threading/non_thread_safe.h',
joi@chromium.orgb5d63f72011-03-04 08:38:51 +0900548 'threading/non_thread_safe_impl.cc',
549 'threading/non_thread_safe_impl.h',
brettw@chromium.org61391822011-01-01 05:02:16 +0900550 'threading/platform_thread.h',
epenner@chromium.orged1c9ba2013-05-22 09:01:38 +0900551 'threading/platform_thread_android.cc',
552 'threading/platform_thread_linux.cc',
brettw@chromium.org61391822011-01-01 05:02:16 +0900553 'threading/platform_thread_mac.mm',
554 'threading/platform_thread_posix.cc',
555 'threading/platform_thread_win.cc',
joi@chromium.orgca327c72011-10-15 02:30:37 +0900556 'threading/post_task_and_reply_impl.cc',
557 'threading/post_task_and_reply_impl.h',
brettw@chromium.org03d32fd2012-01-01 14:42:34 +0900558 'threading/sequenced_worker_pool.cc',
559 'threading/sequenced_worker_pool.h',
brettw@chromium.org34f964f2010-12-31 03:08:36 +0900560 'threading/simple_thread.cc',
561 'threading/simple_thread.h',
brettw@chromium.org5b5f5e02011-01-01 10:01:06 +0900562 'threading/thread.cc',
563 'threading/thread.h',
brettw@chromium.org61391822011-01-01 05:02:16 +0900564 'threading/thread_checker.h',
joi@chromium.orgb5d63f72011-03-04 08:38:51 +0900565 'threading/thread_checker_impl.cc',
566 'threading/thread_checker_impl.h',
brettw@chromium.org5b5f5e02011-01-01 10:01:06 +0900567 'threading/thread_collision_warner.cc',
568 'threading/thread_collision_warner.h',
dsinclair@chromium.org38608f82013-01-26 05:41:19 +0900569 'threading/thread_id_name_manager.cc',
570 'threading/thread_id_name_manager.h',
brettw@chromium.org63965582010-12-31 07:18:56 +0900571 'threading/thread_local.h',
572 'threading/thread_local_posix.cc',
573 'threading/thread_local_storage.h',
574 'threading/thread_local_storage_posix.cc',
575 'threading/thread_local_storage_win.cc',
576 'threading/thread_local_win.cc',
brettw@chromium.org5b5f5e02011-01-01 10:01:06 +0900577 'threading/thread_restrictions.h',
578 'threading/thread_restrictions.cc',
brettw@chromium.org34f964f2010-12-31 03:08:36 +0900579 'threading/watchdog.cc',
580 'threading/watchdog.h',
581 'threading/worker_pool.h',
joi@chromium.orgca327c72011-10-15 02:30:37 +0900582 'threading/worker_pool.cc',
brettw@chromium.org34f964f2010-12-31 03:08:36 +0900583 'threading/worker_pool_posix.cc',
584 'threading/worker_pool_posix.h',
585 'threading/worker_pool_win.cc',
akalin@chromium.org63bf5882013-02-22 06:50:34 +0900586 'time/clock.cc',
587 'time/clock.h',
588 'time/default_clock.cc',
589 'time/default_clock.h',
590 'time/default_tick_clock.cc',
591 'time/default_tick_clock.h',
592 'time/tick_clock.cc',
593 'time/tick_clock.h',
avi@chromium.org1c519e92013-06-28 03:04:56 +0900594 'time/time.cc',
595 'time/time.h',
596 'time/time_mac.cc',
597 'time/time_posix.cc',
598 'time/time_win.cc',
599 'timer/hi_res_timer_manager_posix.cc',
600 'timer/hi_res_timer_manager_win.cc',
601 'timer/hi_res_timer_manager.h',
602 'timer/timer.cc',
603 'timer/timer.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900604 'tracked_objects.cc',
605 'tracked_objects.h',
jar@chromium.org27cf2972011-11-09 02:09:21 +0900606 'tracking_info.cc',
607 'tracking_info.h',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900608 'tuple.h',
robertshield@chromium.org9fb9e372010-03-23 05:12:50 +0900609 'values.cc',
610 'values.h',
bauerb@chromium.orgfe9f8532011-03-15 18:51:50 +0900611 'value_conversions.cc',
612 'value_conversions.h',
robertshield@chromium.orga9914a32010-11-11 02:02:19 +0900613 'version.cc',
614 'version.h',
akalin@chromium.orgf0ee79c2010-09-30 04:26:36 +0900615 'vlog.cc',
616 'vlog.h',
dbeam@chromium.orgcb6be3a2013-05-24 13:29:15 +0900617 'win/enum_variant.cc',
alexeypa@chromium.org1cc94ba2013-06-21 17:49:23 +0900618 'win/enum_variant.h',
siggi@chromium.org7913ed62010-11-07 00:39:40 +0900619 'win/event_trace_consumer.h',
620 'win/event_trace_controller.cc',
621 'win/event_trace_controller.h',
622 'win/event_trace_provider.cc',
623 'win/event_trace_provider.h',
rvargas@google.com57a43962011-04-05 07:42:46 +0900624 'win/i18n.cc',
625 'win/i18n.h',
tfarina@chromium.org9be76e52011-06-25 21:18:51 +0900626 'win/iat_patch_function.cc',
627 'win/iat_patch_function.h',
dbeam@chromium.orgcb6be3a2013-05-24 13:29:15 +0900628 'win/iunknown_impl.cc',
alexeypa@chromium.org1cc94ba2013-06-21 17:49:23 +0900629 'win/iunknown_impl.h',
630 'win/message_window.cc',
631 'win/message_window.h',
ananta@chromium.org225296f2012-04-10 06:32:48 +0900632 'win/metro.cc',
633 'win/metro.h',
rvargas@google.com57a43962011-04-05 07:42:46 +0900634 'win/object_watcher.cc',
635 'win/object_watcher.h',
brettw@chromium.orgb3a7c3e2010-10-17 13:41:54 +0900636 'win/registry.cc',
637 'win/registry.h',
tony@chromium.org60658e12011-08-26 07:58:36 +0900638 'win/resource_util.cc',
639 'win/resource_util.h',
brettw@chromium.org45352272010-10-16 12:46:05 +0900640 'win/scoped_bstr.cc',
641 'win/scoped_bstr.h',
tommi@chromium.org84908322011-10-21 16:00:22 +0900642 'win/scoped_co_mem.h',
tfarina@chromium.org9be76e52011-06-25 21:18:51 +0900643 'win/scoped_com_initializer.h',
brettw@chromium.org45352272010-10-16 12:46:05 +0900644 'win/scoped_comptr.h',
645 'win/scoped_gdi_object.h',
rvargas@chromium.org365619a2012-05-31 14:04:18 +0900646 'win/scoped_handle.cc',
brettw@chromium.org45352272010-10-16 12:46:05 +0900647 'win/scoped_handle.h',
648 'win/scoped_hdc.h',
649 'win/scoped_hglobal.h',
erikwright@chromium.org82223842012-04-05 04:57:50 +0900650 'win/scoped_process_information.cc',
651 'win/scoped_process_information.h',
gab@chromium.org5252ca82013-01-22 04:41:44 +0900652 'win/scoped_propvariant.h',
yosin@chromium.org67db53e2011-10-04 13:43:12 +0900653 'win/scoped_select_object.h',
gab@chromium.org5252ca82013-01-22 04:41:44 +0900654 'win/scoped_variant.cc',
655 'win/scoped_variant.h',
gab@chromium.orgc669f0d2012-09-12 16:14:55 +0900656 'win/shortcut.cc',
657 'win/shortcut.h',
jschuh@chromium.orgc5a4fd92012-08-28 06:19:00 +0900658 'win/startup_information.cc',
659 'win/startup_information.h',
yoichio@chromium.org2ca5b4d2012-09-09 02:46:13 +0900660 'win/text_services_message_filter.cc',
661 'win/text_services_message_filter.h',
dbeam@chromium.orgcb6be3a2013-05-24 13:29:15 +0900662 'win/win_util.cc',
663 'win/win_util.h',
alexeypa@chromium.org1cc94ba2013-06-21 17:49:23 +0900664 'win/windows_version.cc',
665 'win/windows_version.h',
rvargas@google.comed1496e2011-03-17 09:34:09 +0900666 'win/wrapped_window_proc.cc',
667 'win/wrapped_window_proc.h',
kcwu@chromium.org9eacffa2013-09-27 14:07:30 +0900668 'x11/x11_error_tracker.cc',
669 'x11/x11_error_tracker.h',
670 'x11/x11_error_tracker_gtk.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900671 ],
jinsukkim@chromium.orgb20be402013-05-10 14:33:44 +0900672 'conditions': [
erg@chromium.org42ea6b82013-09-26 06:32:21 +0900673 ['use_aura==1 and use_x11==1', {
674 'sources': [
675 'x11/edid_parser_x11.cc',
676 'x11/edid_parser_x11.h',
677 ],
678 }],
jinsukkim@chromium.orgb20be402013-05-10 14:33:44 +0900679 ['google_tv==1', {
680 'sources': [
681 'android/context_types.cc',
682 'android/context_types.h',
683 ],
684 }],
685 ],
darin@chromium.org37acbb12011-07-21 03:38:24 +0900686 'defines': [
687 'BASE_IMPLEMENTATION',
688 ],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900689 'include_dirs': [
690 '..',
691 ],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900692 'msvs_disabled_warnings': [
scottmg@chromium.orgd2724062012-10-23 07:10:29 +0900693 4018,
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900694 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900695 'target_conditions': [
696 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900697 'sources/': [
brettw@chromium.orge47345a2010-10-16 13:56:06 +0900698 ['exclude', '^nix/'],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900699 ],
700 'sources!': [
701 'atomicops_internals_x86_gcc.cc',
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900702 'message_loop/message_pump_glib.cc',
sadrul@chromium.org19995722013-09-07 12:21:04 +0900703 'message_loop/message_pump_x11.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900704 ],
tony@chromium.org9f7a86f2010-04-14 10:46:43 +0900705 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900706 ['<(toolkit_uses_gtk)==0 or >(nacl_untrusted_build)==1', {
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900707 'sources!': ['message_loop/message_pump_gtk.cc'],
sadrul@chromium.org847a5722011-09-21 09:17:19 +0900708 }],
nileshagrawal@chromium.orgea123972012-07-18 10:49:22 +0900709 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900710 'sources!': [
711 # Not automatically excluded by the *linux.cc rules.
evan@chromium.org73aec0e2010-04-23 08:28:05 +0900712 'linux_util.cc',
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900713 ],
714 },
715 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900716 ['>(nacl_untrusted_build)==1', {
717 'sources!': [
dmikurube@chromium.org2e7fd102012-09-26 14:17:25 +0900718 'allocator/type_profiler_control.cc',
719 'allocator/type_profiler_control.h',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900720 'base_paths.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900721 'cpu.cc',
722 'debug/stack_trace_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900723 'file_util.cc',
724 'file_util_posix.cc',
brettw@chromium.org56946722013-06-08 13:53:36 +0900725 'files/file_enumerator_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900726 'files/file_path_watcher_kqueue.cc',
bbudge@chromium.org08d14902013-08-03 11:02:19 +0900727 'files/file_util_proxy.cc',
brettw@chromium.org4329aa72013-03-30 02:46:23 +0900728 'memory/shared_memory_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900729 'native_library_posix.cc',
730 'path_service.cc',
glider@google.com7a087c42013-01-18 19:34:29 +0900731 'posix/unix_domain_socket_linux.cc',
rsesek@chromium.org0df65182013-07-11 03:36:09 +0900732 'process/kill_posix.cc',
rsesek@chromium.org678f9b82013-07-18 03:12:40 +0900733 'process/launch_posix.cc',
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900734 'process/process_metrics_posix.cc',
735 'process/process_posix.cc',
bbudge@chromium.orgb562dcc2012-06-16 09:35:01 +0900736 'rand_util_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900737 'scoped_native_library.cc',
brettw@chromium.org091db522012-11-17 05:34:23 +0900738 'files/scoped_temp_dir.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900739 'sys_info_posix.cc',
bbudge@chromium.org986e9f72012-06-12 13:02:33 +0900740 'third_party/dynamic_annotations/dynamic_annotations.c',
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900741 ],
epenner@chromium.orged1c9ba2013-05-22 09:01:38 +0900742 'sources/': [
743 # Metrics won't work in the NaCl sandbox.
744 ['exclude', '^metrics/'],
745 ['include', '^threading/platform_thread_linux\\.cc$'],
746 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900747 }],
748 ['OS == "android" and >(nacl_untrusted_build)==0', {
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900749 'sources!': [
wangxianzhu@chromium.org7bc5c452012-08-15 04:10:34 +0900750 'base_paths_posix.cc',
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900751 'files/file_path_watcher_kqueue.cc',
yongsheng.zhu@intel.comd0a65662012-08-31 14:27:16 +0900752 'files/file_path_watcher_stub.cc',
bajones@chromium.org4bf25cc2013-08-03 07:09:13 +0900753 'power_monitor/power_monitor_device_source_posix.cc',
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900754 ],
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900755 'sources/': [
scherkus@chromium.org113e6c42013-07-03 11:02:23 +0900756 ['include', '^debug/proc_maps_linux\\.cc$'],
yongsheng.zhu@intel.comd0a65662012-08-31 14:27:16 +0900757 ['include', '^files/file_path_watcher_linux\\.cc$'],
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900758 ['include', '^process/memory_linux\\.cc$'],
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900759 ['include', '^process/internal_linux\\.cc$'],
rsesek@chromium.org9746b822013-07-16 03:29:35 +0900760 ['include', '^process/process_handle_linux\\.cc$'],
rsesek@chromium.org2ccf6792013-06-01 00:38:01 +0900761 ['include', '^process/process_iterator\\.cc$'],
762 ['include', '^process/process_iterator_linux\\.cc$'],
rsesek@chromium.org4ae20ac2013-05-23 21:59:54 +0900763 ['include', '^process/process_metrics_linux\\.cc$'],
glider@google.com7a087c42013-01-18 19:34:29 +0900764 ['include', '^posix/unix_domain_socket_linux\\.cc$'],
brettw@chromium.org1f67a912013-02-08 04:18:03 +0900765 ['include', '^strings/sys_string_conversions_posix\\.cc$'],
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900766 ['include', '^sys_info_linux\\.cc$'],
jrg@chromium.org7a15cdd2011-11-02 03:13:50 +0900767 ['include', '^worker_pool_linux\\.cc$'],
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900768 ],
769 }],
epenner@chromium.orged1c9ba2013-05-22 09:01:38 +0900770 ['OS == "android" and _toolset == "host" and host_os == "linux"', {
771 'sources/': [
772 # Pull in specific files for host builds.
773 ['include', '^threading/platform_thread_linux\\.cc$'],
774 ],
775 }],
torne@chromium.org21005a92013-08-29 04:41:50 +0900776 ['OS == "android" and <(android_webview_build)==1', {
777 'defines': [
778 # WebView builds as part of the system which already has sincos;
779 # avoid defining it again as it causes a linker warning.
780 'ANDROID_SINCOS_PROVIDED',
781 ],
782 }],
justincohen@google.comc98d7df2013-05-14 06:29:47 +0900783 ['OS == "ios" and _toolset != "host"', {
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900784 'sources/': [
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900785 # Pull in specific Mac files for iOS (which have been filtered out
786 # by file name rules).
leng@chromium.org98cd05c2012-07-14 01:49:44 +0900787 ['include', '^atomicops_internals_mac\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900788 ['include', '^base_paths_mac\\.'],
789 ['include', '^file_util_mac\\.'],
790 ['include', '^file_version_info_mac\\.'],
791 ['include', '^mac/bundle_locations\\.'],
stuartmorgan@chromium.orgd72e5912012-07-12 00:02:30 +0900792 ['include', '^mac/foundation_util\\.'],
793 ['include', '^mac/mac_logging\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900794 ['include', '^mac/objc_property_releaser\\.'],
rsesek@chromium.org214035a2012-10-17 05:17:58 +0900795 ['include', '^mac/scoped_mach_port\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900796 ['include', '^mac/scoped_nsautorelease_pool\\.'],
thakis@chromium.orge8deec42013-06-22 03:14:52 +0900797 ['include', '^mac/scoped_nsobject\\.'],
avi@chromium.org26c30172013-01-24 05:27:51 +0900798 ['include', '^memory/discardable_memory_mac\\.'],
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900799 ['include', '^message_loop/message_pump_mac\\.'],
brettw@chromium.org058b5c52013-02-08 04:36:27 +0900800 ['include', '^strings/sys_string_conversions_mac\\.'],
avi@chromium.org1c519e92013-06-28 03:04:56 +0900801 ['include', '^threading/platform_thread_mac\\.'],
802 ['include', '^time/time_mac\\.'],
stuartmorgan@chromium.org0cea4da2012-07-09 23:36:58 +0900803 ['include', '^worker_pool_mac\\.'],
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900804 # Exclude all process/ except the minimal implementation
stuartmorgan@chromium.org11335452012-07-12 00:35:02 +0900805 # needed on iOS (mostly for unit tests).
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900806 ['exclude', '^process/.*'],
807 ['include', '^process/.*_ios\.(cc|mm)$'],
808 ['include', '^process/memory_stubs\.cc$'],
809 ['include', '^process/process_handle_posix\.cc$'],
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900810 ],
811 'sources': [
812 'process/memory_stubs.cc',
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900813 ],
blundell@chromium.org946a5312012-12-05 00:44:15 +0900814 'sources!': [
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900815 'message_loop/message_pump_libevent.cc'
blundell@chromium.org946a5312012-12-05 00:44:15 +0900816 ],
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900817 }],
justincohen@google.comc98d7df2013-05-14 06:29:47 +0900818 ['OS == "ios" and _toolset == "host"', {
819 'sources/': [
820 # Copied filename_rules to switch from iOS to Mac inclusions.
821 ['include', '_(cocoa|mac)(_unittest)?\\.(h|cc|mm?)$'],
822 ['include', '(^|/)(cocoa|mac)/'],
823 ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
824 ['exclude', '(^|/)ios/'],
825 ]
826 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900827 ['OS != "mac" or >(nacl_untrusted_build)==1', {
rsesek@chromium.org56a552f2010-08-14 00:24:53 +0900828 'sources!': [
sadrul@chromium.org9bb2c1a2011-05-25 09:20:42 +0900829 'mac/scoped_aedesc.h'
rsesek@chromium.org56a552f2010-08-14 00:24:53 +0900830 ],
831 }],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900832 # For now, just test the *BSD platforms enough to exclude them.
833 # Subsequent changes will include them further.
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900834 ['OS != "freebsd" or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900835 'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
836 },
837 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900838 ['OS != "openbsd" or >(nacl_untrusted_build)==1', {
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900839 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
840 },
841 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900842 ['OS != "win" or >(nacl_untrusted_build)==1', {
brettw@chromium.org45352272010-10-16 12:46:05 +0900843 'sources/': [ ['exclude', '^win/'] ],
844 },
845 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900846 ['OS != "android" or >(nacl_untrusted_build)==1', {
bulach@chromium.org32050d82011-08-09 01:13:54 +0900847 'sources/': [ ['exclude', '^android/'] ],
848 },
849 ],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900850 ['OS == "win" and >(nacl_untrusted_build)==0', {
brettw@chromium.orgacb14c22010-10-15 10:59:15 +0900851 'include_dirs': [
852 '<(DEPTH)/third_party/wtl/include',
853 ],
854 'sources!': [
855 'event_recorder_stubs.cc',
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900856 'files/file_path_watcher_kqueue.cc',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900857 'files/file_path_watcher_stub.cc',
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900858 'message_loop/message_pump_libevent.cc',
brettw@chromium.org04a8ee22012-11-10 05:22:00 +0900859 'posix/file_descriptor_shuffle.cc',
brettw@chromium.orgacb14c22010-10-15 10:59:15 +0900860 # Not using sha1_win.cc because it may have caused a
861 # regression to page cycler moz.
862 'sha1_win.cc',
avi@chromium.orgd827e3d2013-06-08 15:05:47 +0900863 'strings/string16.cc',
brettw@chromium.orgacb14c22010-10-15 10:59:15 +0900864 ],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900865 },],
davemoore@chromium.org97b12342013-05-04 08:39:54 +0900866 ['<(use_ozone) == 1', {
rjkroege@chromium.org9e06a282013-04-06 13:51:21 +0900867 'sources!': [
brettw@chromium.org710ecb92013-06-19 05:27:52 +0900868 'message_loop/message_pump_glib.cc',
sadrul@chromium.org19995722013-09-07 12:21:04 +0900869 'message_loop/message_pump_x11.cc',
rjkroege@chromium.org9e06a282013-04-06 13:51:21 +0900870 ]
rjkroege@chromium.org9e06a282013-04-06 13:51:21 +0900871 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900872 ['OS == "linux" and >(nacl_untrusted_build)==0', {
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900873 'sources!': [
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900874 'files/file_path_watcher_kqueue.cc',
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900875 'files/file_path_watcher_stub.cc',
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900876 ],
michaelbai@google.com7cdf8a52011-10-04 01:25:19 +0900877 }],
stuartmorgan@chromium.orgabfb7742012-06-30 18:48:20 +0900878 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
mark@chromium.orga8f9a692011-11-15 04:15:25 +0900879 'sources/': [
880 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
881 ['exclude', '^base_paths_posix\\.cc$'],
882 ['exclude', '^native_library_posix\\.cc$'],
brettw@chromium.org10ade132013-02-08 04:42:54 +0900883 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
craig.schlenter@chromium.orgb2d581e2011-04-15 01:56:01 +0900884 ],
885 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900886 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
rsesek@chromium.org0b0d4712013-06-29 02:40:24 +0900887 'sources': [
888 'process/memory_stubs.cc',
889 ],
mark@chromium.org2e9e81c2011-10-13 13:23:22 +0900890 'sources/': [
robert.nagy@gmail.comea54e462011-10-25 07:05:27 +0900891 ['exclude', '^files/file_path_watcher_linux\\.cc$'],
robert.nagy@gmail.combd7a6ad2011-10-26 08:35:27 +0900892 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
robert.nagy@gmail.comea54e462011-10-25 07:05:27 +0900893 ['exclude', '^file_util_linux\\.cc$'],
rsesek@chromium.orgc2b81bd2013-07-20 01:48:56 +0900894 ['exclude', '^process/process_linux\\.cc$'],
robert.nagy@gmail.comea54e462011-10-25 07:05:27 +0900895 ['exclude', '^sys_info_linux\\.cc$'],
mark@chromium.org2e9e81c2011-10-13 13:23:22 +0900896 ],
897 }],
bradnelson@google.com040b1d12012-06-08 10:01:57 +0900898 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
oshima@chromium.org0c45de52012-03-17 08:01:02 +0900899 'sources/': [
900 ['exclude', '^chromeos/'],
901 ],
902 }],
hbono@chromium.org04aa7832012-07-25 11:32:11 +0900903 # Remove all unnecessary files for build_nexe.py to avoid exceeding
904 # command-line-string limitation when building NaCl on Windows.
905 ['OS == "win" and >(nacl_untrusted_build)==1', {
906 'sources/': [ ['exclude', '\\.h$'] ],
907 }],
phajdan.jr@chromium.orgd9ff9c92013-01-09 01:49:07 +0900908 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
909 'sources/': [
910 ['exclude', '^third_party/nspr/'],
911 ],
912 }],
kcwu@chromium.org9eacffa2013-09-27 14:07:30 +0900913 ['<(toolkit_uses_gtk) == 1', {
914 'sources!': [
915 'x11/x11_error_tracker.cc',
916 ],
917 }],
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900918 ],
919 }],
920 ],
921 },
gregoryd@google.com9e3cfd62009-12-05 07:46:50 +0900922}