Add InstallSplitApk function to device utils.
[chromium-blink-merge.git] / base / base.gypi
blob6238e972fb542ef0fe824e583314931657edff98
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'includes': [
7     'trace_event/trace_event.gypi',
8   ],
9   'target_defaults': {
10     'variables': {
11       'base_target': 0,
12       'base_i18n_target': 0,
13     },
14     'target_conditions': [
15       # This part is shared between the targets defined below.
16       ['base_target==1', {
17         'sources': [
18           '../build/build_config.h',
19           'allocator/allocator_extension.cc',
20           'allocator/allocator_extension.h',
21           'allocator/type_profiler_control.cc',
22           'allocator/type_profiler_control.h',
23           'android/animation_frame_time_histogram.cc',
24           'android/animation_frame_time_histogram.h',
25           'android/apk_assets.cc',
26           'android/apk_assets.h',
27           'android/application_status_listener.cc',
28           'android/application_status_listener.h',
29           'android/base_jni_onload.cc',
30           'android/base_jni_onload.h',
31           'android/base_jni_registrar.cc',
32           'android/base_jni_registrar.h',
33           'android/build_info.cc',
34           'android/build_info.h',
35           'android/command_line_android.cc',
36           'android/command_line_android.h',
37           'android/content_uri_utils.cc',
38           'android/content_uri_utils.h',
39           'android/cpu_features.cc',
40           'android/event_log.cc',
41           'android/event_log.h',
42           'android/field_trial_list.cc',
43           'android/field_trial_list.h',
44           'android/fifo_utils.cc',
45           'android/fifo_utils.h',
46           'android/important_file_writer_android.cc',
47           'android/important_file_writer_android.h',
48           'android/java_handler_thread.cc',
49           'android/java_handler_thread.h',
50           'android/java_runtime.cc',
51           'android/java_runtime.h',
52           'android/jni_android.cc',
53           'android/jni_android.h',
54           'android/jni_array.cc',
55           'android/jni_array.h',
56           'android/jni_registrar.cc',
57           'android/jni_registrar.h',
58           'android/jni_string.cc',
59           'android/jni_string.h',
60           'android/jni_utils.cc',
61           'android/jni_utils.h',
62           'android/jni_weak_ref.cc',
63           'android/jni_weak_ref.h',
64           'android/library_loader/library_load_from_apk_status_codes.h',
65           'android/library_loader/library_loader_hooks.cc',
66           'android/library_loader/library_loader_hooks.h',
67           'android/library_loader/library_prefetcher.cc',
68           'android/library_loader/library_prefetcher.h',
69           'android/locale_utils.cc',
70           'android/locale_utils.h',
71           'android/memory_pressure_listener_android.cc',
72           'android/memory_pressure_listener_android.h',
73           'android/path_service_android.cc',
74           'android/path_service_android.h',
75           'android/path_utils.cc',
76           'android/path_utils.h',
77           'android/record_histogram.cc',
78           'android/record_histogram.h',
79           'android/record_user_action.cc',
80           'android/record_user_action.h',
81           'android/scoped_java_ref.cc',
82           'android/scoped_java_ref.h',
83           'android/sys_utils.cc',
84           'android/sys_utils.h',
85           'android/thread_utils.h',
86           'android/trace_event_binding.cc',
87           'android/trace_event_binding.h',
88           'at_exit.cc',
89           'at_exit.h',
90           'atomic_ref_count.h',
91           'atomic_sequence_num.h',
92           'atomicops.h',
93           'atomicops_internals_gcc.h',
94           'atomicops_internals_mac.h',
95           'atomicops_internals_portable.h',
96           'atomicops_internals_x86_gcc.cc',
97           'atomicops_internals_x86_gcc.h',
98           'atomicops_internals_x86_msvc.h',
99           'barrier_closure.cc',
100           'barrier_closure.h',
101           'base64.cc',
102           'base64.h',
103           'base_export.h',
104           'base_paths.cc',
105           'base_paths.h',
106           'base_paths_android.cc',
107           'base_paths_android.h',
108           'base_paths_mac.h',
109           'base_paths_mac.mm',
110           'base_paths_posix.cc',
111           'base_paths_posix.h',
112           'base_paths_win.cc',
113           'base_paths_win.h',
114           'base_switches.h',
115           'basictypes.h',
116           'big_endian.cc',
117           'big_endian.h',
118           'bind.h',
119           'bind_helpers.cc',
120           'bind_helpers.h',
121           'bind_internal.h',
122           'bind_internal_win.h',
123           'bits.h',
124           'build_time.cc',
125           'build_time.h',
126           'callback.h',
127           'callback_helpers.cc',
128           'callback_helpers.h',
129           'callback_internal.cc',
130           'callback_internal.h',
131           'callback_list.h',
132           'cancelable_callback.h',
133           'command_line.cc',
134           'command_line.h',
135           'compiler_specific.h',
136           'containers/adapters.h',
137           'containers/hash_tables.h',
138           'containers/linked_list.h',
139           'containers/mru_cache.h',
140           'containers/scoped_ptr_hash_map.h',
141           'containers/scoped_ptr_map.h',
142           'containers/small_map.h',
143           'containers/stack_container.h',
144           'cpu.cc',
145           'cpu.h',
146           'critical_closure.h',
147           'critical_closure_internal_ios.mm',
148           'debug/alias.cc',
149           'debug/alias.h',
150           'debug/asan_invalid_access.cc',
151           'debug/asan_invalid_access.h',
152           'debug/crash_logging.cc',
153           'debug/crash_logging.h',
154           'debug/debugger.cc',
155           'debug/debugger.h',
156           'debug/debugger_posix.cc',
157           'debug/debugger_win.cc',
158           'debug/dump_without_crashing.cc',
159           'debug/dump_without_crashing.h',
160           'debug/gdi_debug_util_win.cc',
161           'debug/gdi_debug_util_win.h',
162           # This file depends on files from the 'allocator' target,
163           # but this target does not depend on 'allocator' (see
164           # allocator.gyp for details).
165           'debug/leak_annotations.h',
166           'debug/leak_tracker.h',
167           'debug/proc_maps_linux.cc',
168           'debug/proc_maps_linux.h',
169           'debug/profiler.cc',
170           'debug/profiler.h',
171           'debug/stack_trace.cc',
172           'debug/stack_trace.h',
173           'debug/stack_trace_android.cc',
174           'debug/stack_trace_posix.cc',
175           'debug/stack_trace_win.cc',
176           'debug/task_annotator.cc',
177           'debug/task_annotator.h',
178           'deferred_sequenced_task_runner.cc',
179           'deferred_sequenced_task_runner.h',
180           'environment.cc',
181           'environment.h',
182           'file_descriptor_posix.h',
183           'file_version_info.h',
184           'file_version_info_mac.h',
185           'file_version_info_mac.mm',
186           'file_version_info_win.cc',
187           'file_version_info_win.h',
188           'files/dir_reader_fallback.h',
189           'files/dir_reader_linux.h',
190           'files/dir_reader_posix.h',
191           'files/file.cc',
192           'files/file.h',
193           'files/file_enumerator.cc',
194           'files/file_enumerator.h',
195           'files/file_enumerator_posix.cc',
196           'files/file_enumerator_win.cc',
197           'files/file_path.cc',
198           'files/file_path.h',
199           'files/file_path_constants.cc',
200           'files/file_path_watcher.cc',
201           'files/file_path_watcher.h',
202           'files/file_path_watcher_fsevents.cc',
203           'files/file_path_watcher_fsevents.h',
204           'files/file_path_watcher_kqueue.cc',
205           'files/file_path_watcher_kqueue.h',
206           'files/file_path_watcher_linux.cc',
207           'files/file_path_watcher_mac.cc',
208           'files/file_path_watcher_stub.cc',
209           'files/file_path_watcher_win.cc',
210           'files/file_posix.cc',
211           'files/file_proxy.cc',
212           'files/file_proxy.h',
213           'files/file_tracing.cc',
214           'files/file_tracing.h',
215           'files/file_util.cc',
216           'files/file_util.h',
217           'files/file_util_android.cc',
218           'files/file_util_linux.cc',
219           'files/file_util_mac.mm',
220           'files/file_util_posix.cc',
221           'files/file_util_proxy.cc',
222           'files/file_util_proxy.h',
223           'files/file_util_win.cc',
224           'files/file_win.cc',
225           'files/important_file_writer.cc',
226           'files/important_file_writer.h',
227           'files/memory_mapped_file.cc',
228           'files/memory_mapped_file.h',
229           'files/memory_mapped_file_posix.cc',
230           'files/memory_mapped_file_win.cc',
231           'files/scoped_file.cc',
232           'files/scoped_file.h',
233           'files/scoped_temp_dir.cc',
234           'files/scoped_temp_dir.h',
235           'format_macros.h',
236           'gtest_prod_util.h',
237           'guid.cc',
238           'guid.h',
239           'guid_posix.cc',
240           'guid_win.cc',
241           'hash.cc',
242           'hash.h',
243           'id_map.h',
244           'ios/block_types.h',
245           'ios/crb_protocol_observers.h',
246           'ios/crb_protocol_observers.mm',
247           'ios/device_util.h',
248           'ios/device_util.mm',
249           'ios/ios_util.h',
250           'ios/ios_util.mm',
251           'ios/scoped_critical_action.h',
252           'ios/scoped_critical_action.mm',
253           'ios/weak_nsobject.h',
254           'ios/weak_nsobject.mm',
255           'json/json_file_value_serializer.cc',
256           'json/json_file_value_serializer.h',
257           'json/json_parser.cc',
258           'json/json_parser.h',
259           'json/json_reader.cc',
260           'json/json_reader.h',
261           'json/json_string_value_serializer.cc',
262           'json/json_string_value_serializer.h',
263           'json/json_value_converter.cc',
264           'json/json_value_converter.h',
265           'json/json_writer.cc',
266           'json/json_writer.h',
267           'json/string_escape.cc',
268           'json/string_escape.h',
269           'lazy_instance.cc',
270           'lazy_instance.h',
271           'location.cc',
272           'location.h',
273           'logging.cc',
274           'logging.h',
275           'logging_win.cc',
276           'logging_win.h',
277           'mac/authorization_util.h',
278           'mac/authorization_util.mm',
279           'mac/bind_objc_block.h',
280           'mac/bundle_locations.h',
281           'mac/bundle_locations.mm',
282           'mac/close_nocancel.cc',
283           'mac/cocoa_protocols.h',
284           'mac/dispatch_source_mach.cc',
285           'mac/dispatch_source_mach.h',
286           'mac/foundation_util.h',
287           'mac/foundation_util.mm',
288           'mac/launch_services_util.cc',
289           'mac/launch_services_util.h',
290           'mac/launchd.cc',
291           'mac/launchd.h',
292           'mac/libdispatch_task_runner.cc',
293           'mac/libdispatch_task_runner.h',
294           'mac/mac_logging.cc',
295           'mac/mac_logging.h',
296           'mac/mac_util.h',
297           'mac/mac_util.mm',
298           'mac/mach_logging.cc',
299           'mac/mach_logging.h',
300           'mac/objc_property_releaser.h',
301           'mac/objc_property_releaser.mm',
302           'mac/os_crash_dumps.cc',
303           'mac/os_crash_dumps.h',
304           'mac/scoped_aedesc.h',
305           'mac/scoped_authorizationref.h',
306           'mac/scoped_block.h',
307           'mac/scoped_cftyperef.h',
308           'mac/scoped_ioobject.h',
309           'mac/scoped_ioplugininterface.h',
310           'mac/scoped_launch_data.h',
311           'mac/scoped_mach_port.cc',
312           'mac/scoped_mach_port.h',
313           'mac/scoped_mach_vm.cc',
314           'mac/scoped_mach_vm.h',
315           'mac/scoped_nsautorelease_pool.h',
316           'mac/scoped_nsautorelease_pool.mm',
317           'mac/scoped_nsexception_enabler.h',
318           'mac/scoped_nsexception_enabler.mm',
319           'mac/scoped_nsobject.h',
320           'mac/scoped_objc_class_swizzler.h',
321           'mac/scoped_objc_class_swizzler.mm',
322           'mac/scoped_sending_event.h',
323           'mac/scoped_sending_event.mm',
324           'mac/scoped_typeref.h',
325           'mac/sdk_forward_declarations.h',
326           'mac/sdk_forward_declarations.mm',
327           'macros.h',
328           'md5.cc',
329           'md5.h',
330           'memory/aligned_memory.cc',
331           'memory/aligned_memory.h',
332           'memory/discardable_memory.cc',
333           'memory/discardable_memory.h',
334           'memory/discardable_memory_allocator.cc',
335           'memory/discardable_memory_allocator.h',
336           'memory/discardable_shared_memory.cc',
337           'memory/discardable_shared_memory.h',
338           'memory/linked_ptr.h',
339           'memory/manual_constructor.h',
340           'memory/memory_pressure_listener.cc',
341           'memory/memory_pressure_listener.h',
342           'memory/memory_pressure_monitor.cc',
343           'memory/memory_pressure_monitor.h',
344           'memory/memory_pressure_monitor_chromeos.cc',
345           'memory/memory_pressure_monitor_chromeos.h',
346           'memory/memory_pressure_monitor_mac.cc',
347           'memory/memory_pressure_monitor_mac.h',
348           'memory/memory_pressure_monitor_win.cc',
349           'memory/memory_pressure_monitor_win.h',
350           'memory/raw_scoped_refptr_mismatch_checker.h',
351           'memory/ref_counted.cc',
352           'memory/ref_counted.h',
353           'memory/ref_counted_delete_on_message_loop.h',
354           'memory/ref_counted_memory.cc',
355           'memory/ref_counted_memory.h',
356           'memory/scoped_policy.h',
357           'memory/scoped_ptr.h',
358           'memory/scoped_vector.h',
359           'memory/shared_memory.h',
360           'memory/shared_memory_android.cc',
361           'memory/shared_memory_nacl.cc',
362           'memory/shared_memory_posix.cc',
363           'memory/shared_memory_win.cc',
364           'memory/singleton.cc',
365           'memory/singleton.h',
366           'memory/weak_ptr.cc',
367           'memory/weak_ptr.h',
368           'message_loop/incoming_task_queue.cc',
369           'message_loop/incoming_task_queue.h',
370           'message_loop/message_loop.cc',
371           'message_loop/message_loop.h',
372           'message_loop/message_loop_task_runner.cc',
373           'message_loop/message_loop_task_runner.h',
374           'message_loop/message_pump.cc',
375           'message_loop/message_pump.h',
376           'message_loop/message_pump_android.cc',
377           'message_loop/message_pump_android.h',
378           'message_loop/message_pump_default.cc',
379           'message_loop/message_pump_default.h',
380           'message_loop/message_pump_win.cc',
381           'message_loop/message_pump_win.h',
382           'message_loop/timer_slack.h',
383           'metrics/bucket_ranges.cc',
384           'metrics/bucket_ranges.h',
385           'metrics/histogram.cc',
386           'metrics/histogram.h',
387           'metrics/histogram_base.cc',
388           'metrics/histogram_base.h',
389           'metrics/histogram_delta_serialization.cc',
390           'metrics/histogram_delta_serialization.h',
391           'metrics/histogram_flattener.h',
392           'metrics/histogram_macros.h',
393           'metrics/histogram_samples.cc',
394           'metrics/histogram_samples.h',
395           'metrics/histogram_snapshot_manager.cc',
396           'metrics/histogram_snapshot_manager.h',
397           'metrics/sample_map.cc',
398           'metrics/sample_map.h',
399           'metrics/sample_vector.cc',
400           'metrics/sample_vector.h',
401           'metrics/sparse_histogram.cc',
402           'metrics/sparse_histogram.h',
403           'metrics/statistics_recorder.cc',
404           'metrics/statistics_recorder.h',
405           'metrics/user_metrics.cc',
406           'metrics/user_metrics.h',
407           'metrics/user_metrics_action.h',
408           'move.h',
409           'native_library.h',
410           'native_library_ios.mm',
411           'native_library_mac.mm',
412           'native_library_posix.cc',
413           'native_library_win.cc',
414           'nix/mime_util_xdg.cc',
415           'nix/mime_util_xdg.h',
416           'nix/xdg_util.cc',
417           'nix/xdg_util.h',
418           'numerics/safe_conversions.h',
419           'numerics/safe_conversions_impl.h',
420           'numerics/safe_math.h',
421           'numerics/safe_math_impl.h',
422           'observer_list.h',
423           'observer_list_threadsafe.h',
424           'os_compat_android.cc',
425           'os_compat_android.h',
426           'os_compat_nacl.cc',
427           'os_compat_nacl.h',
428           'path_service.cc',
429           'path_service.h',
430           'pending_task.cc',
431           'pending_task.h',
432           'pickle.cc',
433           'pickle.h',
434           'posix/eintr_wrapper.h',
435           'posix/global_descriptors.cc',
436           'posix/global_descriptors.h',
437           'posix/safe_strerror.cc',
438           'posix/safe_strerror.h',
439           'posix/unix_domain_socket_linux.cc',
440           'posix/unix_domain_socket_linux.h',
441           'power_monitor/power_monitor.cc',
442           'power_monitor/power_monitor.h',
443           'power_monitor/power_monitor_device_source.cc',
444           'power_monitor/power_monitor_device_source.h',
445           'power_monitor/power_monitor_device_source_android.cc',
446           'power_monitor/power_monitor_device_source_android.h',
447           'power_monitor/power_monitor_device_source_chromeos.cc',
448           'power_monitor/power_monitor_device_source_ios.mm',
449           'power_monitor/power_monitor_device_source_mac.mm',
450           'power_monitor/power_monitor_device_source_posix.cc',
451           'power_monitor/power_monitor_device_source_win.cc',
452           'power_monitor/power_monitor_source.cc',
453           'power_monitor/power_monitor_source.h',
454           'power_monitor/power_observer.h',
455           'process/internal_linux.cc',
456           'process/internal_linux.h',
457           'process/kill.cc',
458           'process/kill.h',
459           'process/kill_mac.cc',
460           'process/kill_posix.cc',
461           'process/kill_win.cc',
462           'process/launch.cc',
463           'process/launch.h',
464           'process/launch_ios.cc',
465           'process/launch_mac.cc',
466           'process/launch_posix.cc',
467           'process/launch_win.cc',
468           'process/memory.cc',
469           'process/memory.h',
470           'process/memory_linux.cc',
471           'process/memory_mac.mm',
472           'process/memory_win.cc',
473           'process/process.h',
474           'process/process_handle_freebsd.cc',
475           'process/process_handle_linux.cc',
476           'process/process_handle_mac.cc',
477           'process/process_handle_openbsd.cc',
478           'process/process_handle_posix.cc',
479           'process/process_handle_win.cc',
480           'process/process_info.h',
481           'process/process_info_linux.cc',
482           'process/process_info_mac.cc',
483           'process/process_info_win.cc',
484           'process/process_iterator.cc',
485           'process/process_iterator.h',
486           'process/process_iterator_freebsd.cc',
487           'process/process_iterator_linux.cc',
488           'process/process_iterator_mac.cc',
489           'process/process_iterator_openbsd.cc',
490           'process/process_iterator_win.cc',
491           'process/process_linux.cc',
492           'process/process_mac.cc',
493           'process/process_metrics.cc',
494           'process/process_metrics.h',
495           'process/process_metrics_freebsd.cc',
496           'process/process_metrics_ios.cc',
497           'process/process_metrics_linux.cc',
498           'process/process_metrics_mac.cc',
499           'process/process_metrics_openbsd.cc',
500           'process/process_metrics_posix.cc',
501           'process/process_metrics_win.cc',
502           'process/process_posix.cc',
503           'process/process_win.cc',
504           'profiler/alternate_timer.cc',
505           'profiler/alternate_timer.h',
506           'profiler/native_stack_sampler.cc',
507           'profiler/native_stack_sampler.h',
508           'profiler/scoped_profile.cc',
509           'profiler/scoped_profile.h',
510           'profiler/scoped_tracker.cc',
511           'profiler/scoped_tracker.h',
512           'profiler/stack_sampling_profiler.cc',
513           'profiler/stack_sampling_profiler.h',
514           'profiler/stack_sampling_profiler_posix.cc',
515           'profiler/stack_sampling_profiler_win.cc',
516           'profiler/tracked_time.cc',
517           'profiler/tracked_time.h',
518           'rand_util.cc',
519           'rand_util.h',
520           'rand_util_nacl.cc',
521           'rand_util_posix.cc',
522           'rand_util_win.cc',
523           'run_loop.cc',
524           'run_loop.h',
525           'scoped_generic.h',
526           'scoped_native_library.cc',
527           'scoped_native_library.h',
528           'scoped_observer.h',
529           'sequence_checker.h',
530           'sequence_checker_impl.cc',
531           'sequence_checker_impl.h',
532           'sequenced_task_runner.cc',
533           'sequenced_task_runner.h',
534           'sequenced_task_runner_helpers.h',
535           'sha1.h',
536           'sha1_portable.cc',
537           'sha1_win.cc',
538           'single_thread_task_runner.h',
539           'stl_util.h',
540           'strings/latin1_string_conversions.cc',
541           'strings/latin1_string_conversions.h',
542           'strings/nullable_string16.cc',
543           'strings/nullable_string16.h',
544           'strings/safe_sprintf.cc',
545           'strings/safe_sprintf.h',
546           'strings/string16.cc',
547           'strings/string16.h',
548           'strings/string_number_conversions.cc',
549           'strings/string_number_conversions.h',
550           'strings/string_piece.cc',
551           'strings/string_piece.h',
552           'strings/string_split.cc',
553           'strings/string_split.h',
554           'strings/string_tokenizer.h',
555           'strings/string_util.cc',
556           'strings/string_util.h',
557           'strings/string_util_constants.cc',
558           'strings/string_util_posix.h',
559           'strings/string_util_win.h',
560           'strings/stringize_macros.h',
561           'strings/stringprintf.cc',
562           'strings/stringprintf.h',
563           'strings/sys_string_conversions.h',
564           'strings/sys_string_conversions_mac.mm',
565           'strings/sys_string_conversions_posix.cc',
566           'strings/sys_string_conversions_win.cc',
567           'strings/utf_offset_string_conversions.cc',
568           'strings/utf_offset_string_conversions.h',
569           'strings/utf_string_conversion_utils.cc',
570           'strings/utf_string_conversion_utils.h',
571           'strings/utf_string_conversions.cc',
572           'strings/utf_string_conversions.h',
573           'supports_user_data.cc',
574           'supports_user_data.h',
575           'synchronization/cancellation_flag.cc',
576           'synchronization/cancellation_flag.h',
577           'synchronization/condition_variable.h',
578           'synchronization/condition_variable_posix.cc',
579           'synchronization/condition_variable_win.cc',
580           'synchronization/lock.cc',
581           'synchronization/lock.h',
582           'synchronization/lock_impl.h',
583           'synchronization/lock_impl_posix.cc',
584           'synchronization/lock_impl_win.cc',
585           'synchronization/spin_wait.h',
586           'synchronization/waitable_event.h',
587           'synchronization/waitable_event_posix.cc',
588           'synchronization/waitable_event_watcher.h',
589           'synchronization/waitable_event_watcher_posix.cc',
590           'synchronization/waitable_event_watcher_win.cc',
591           'synchronization/waitable_event_win.cc',
592           'sys_byteorder.h',
593           'sys_info.cc',
594           'sys_info.h',
595           'sys_info_android.cc',
596           'sys_info_chromeos.cc',
597           'sys_info_freebsd.cc',
598           'sys_info_internal.h',
599           'sys_info_ios.mm',
600           'sys_info_linux.cc',
601           'sys_info_mac.cc',
602           'sys_info_openbsd.cc',
603           'sys_info_posix.cc',
604           'sys_info_win.cc',
605           'system_monitor/system_monitor.cc',
606           'system_monitor/system_monitor.h',
607           'task/cancelable_task_tracker.cc',
608           'task/cancelable_task_tracker.h',
609           'task_runner.cc',
610           'task_runner.h',
611           'task_runner_util.h',
612           'template_util.h',
613           'third_party/dmg_fp/dmg_fp.h',
614           'third_party/dmg_fp/dtoa_wrapper.cc',
615           'third_party/dmg_fp/g_fmt.cc',
616           'third_party/icu/icu_utf.cc',
617           'third_party/icu/icu_utf.h',
618           'third_party/nspr/prtime.cc',
619           'third_party/nspr/prtime.h',
620           'third_party/superfasthash/superfasthash.c',
621           'third_party/xdg_mime/xdgmime.h',
622           'thread_task_runner_handle.cc',
623           'thread_task_runner_handle.h',
624           'threading/non_thread_safe.h',
625           'threading/non_thread_safe_impl.cc',
626           'threading/non_thread_safe_impl.h',
627           'threading/platform_thread.h',
628           'threading/platform_thread_android.cc',
629           'threading/platform_thread_internal_posix.cc',
630           'threading/platform_thread_internal_posix.h',
631           'threading/platform_thread_linux.cc',
632           'threading/platform_thread_mac.mm',
633           'threading/platform_thread_posix.cc',
634           'threading/platform_thread_win.cc',
635           'threading/post_task_and_reply_impl.cc',
636           'threading/post_task_and_reply_impl.h',
637           'threading/sequenced_worker_pool.cc',
638           'threading/sequenced_worker_pool.h',
639           'threading/simple_thread.cc',
640           'threading/simple_thread.h',
641           'threading/thread.cc',
642           'threading/thread.h',
643           'threading/thread_checker.h',
644           'threading/thread_checker_impl.cc',
645           'threading/thread_checker_impl.h',
646           'threading/thread_collision_warner.cc',
647           'threading/thread_collision_warner.h',
648           'threading/thread_id_name_manager.cc',
649           'threading/thread_id_name_manager.h',
650           'threading/thread_local.h',
651           'threading/thread_local_android.cc',
652           'threading/thread_local_posix.cc',
653           'threading/thread_local_storage.cc',
654           'threading/thread_local_storage.h',
655           'threading/thread_local_storage_posix.cc',
656           'threading/thread_local_storage_win.cc',
657           'threading/thread_local_win.cc',
658           'threading/thread_restrictions.cc',
659           'threading/thread_restrictions.h',
660           'threading/watchdog.cc',
661           'threading/watchdog.h',
662           'threading/worker_pool.cc',
663           'threading/worker_pool.h',
664           'threading/worker_pool_posix.cc',
665           'threading/worker_pool_posix.h',
666           'threading/worker_pool_win.cc',
667           'time/clock.cc',
668           'time/clock.h',
669           'time/default_clock.cc',
670           'time/default_clock.h',
671           'time/default_tick_clock.cc',
672           'time/default_tick_clock.h',
673           'time/tick_clock.cc',
674           'time/tick_clock.h',
675           'time/time.cc',
676           'time/time.h',
677           'time/time_mac.cc',
678           'time/time_posix.cc',
679           'time/time_win.cc',
680           'timer/elapsed_timer.cc',
681           'timer/elapsed_timer.h',
682           'timer/hi_res_timer_manager.h',
683           'timer/hi_res_timer_manager_posix.cc',
684           'timer/hi_res_timer_manager_win.cc',
685           'timer/mock_timer.cc',
686           'timer/mock_timer.h',
687           'timer/timer.cc',
688           'timer/timer.h',
689           'tracked_objects.cc',
690           'tracked_objects.h',
691           'tracking_info.cc',
692           'tracking_info.h',
693           'tuple.h',
694           'value_conversions.cc',
695           'value_conversions.h',
696           'values.cc',
697           'values.h',
698           'version.cc',
699           'version.h',
700           'vlog.cc',
701           'vlog.h',
702           'win/enum_variant.cc',
703           'win/enum_variant.h',
704           'win/event_trace_consumer.h',
705           'win/event_trace_controller.cc',
706           'win/event_trace_controller.h',
707           'win/event_trace_provider.cc',
708           'win/event_trace_provider.h',
709           'win/i18n.cc',
710           'win/i18n.h',
711           'win/iat_patch_function.cc',
712           'win/iat_patch_function.h',
713           'win/iunknown_impl.cc',
714           'win/iunknown_impl.h',
715           'win/message_window.cc',
716           'win/message_window.h',
717           'win/metro.cc',
718           'win/metro.h',
719           'win/object_watcher.cc',
720           'win/object_watcher.h',
721           'win/registry.cc',
722           'win/registry.h',
723           'win/resource_util.cc',
724           'win/resource_util.h',
725           'win/scoped_bstr.cc',
726           'win/scoped_bstr.h',
727           'win/scoped_co_mem.h',
728           'win/scoped_com_initializer.h',
729           'win/scoped_comptr.h',
730           'win/scoped_gdi_object.h',
731           'win/scoped_handle.cc',
732           'win/scoped_handle.h',
733           'win/scoped_hdc.h',
734           'win/scoped_hglobal.h',
735           'win/scoped_process_information.cc',
736           'win/scoped_process_information.h',
737           'win/scoped_propvariant.h',
738           'win/scoped_select_object.h',
739           'win/scoped_variant.cc',
740           'win/scoped_variant.h',
741           'win/shortcut.cc',
742           'win/shortcut.h',
743           'win/startup_information.cc',
744           'win/startup_information.h',
745           'win/win_util.cc',
746           'win/win_util.h',
747           'win/windows_version.cc',
748           'win/windows_version.h',
749           'win/wrapped_window_proc.cc',
750           'win/wrapped_window_proc.h',
751           '<@(trace_event_sources)',
752         ],
753         'defines': [
754           'BASE_IMPLEMENTATION',
755         ],
756         'include_dirs': [
757           '..',
758         ],
759         'msvs_disabled_warnings': [
760           4018,
761         ],
762         'target_conditions': [
763           ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_build)==1', {
764               'sources/': [
765                 ['exclude', '^nix/'],
766               ],
767               'sources!': [
768                 'atomicops_internals_x86_gcc.cc',
769               ],
770           }],
771           ['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
772               'sources!': [
773                 'message_loop/message_pump_glib.cc',
774               ],
775           }],
776           ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_untrusted_build)==1', {
777               'sources!': [
778                 # Not automatically excluded by the *linux.cc rules.
779                 'linux_util.cc',
780               ],
781             },
782           ],
783           ['>(nacl_untrusted_build)==1', {
784             'sources!': [
785                'allocator/type_profiler_control.cc',
786                'allocator/type_profiler_control.h',
787                'base_paths.cc',
788                'cpu.cc',
789                'debug/stack_trace.cc',
790                'debug/stack_trace_posix.cc',
791                'files/file_enumerator_posix.cc',
792                'files/file_path_watcher_fsevents.cc',
793                'files/file_path_watcher_fsevents.h',
794                'files/file_path_watcher_kqueue.cc',
795                'files/file_path_watcher_kqueue.h',
796                'files/file_proxy.cc',
797                'files/file_util.cc',
798                'files/file_util_posix.cc',
799                'files/file_util_proxy.cc',
800                'files/important_file_writer.cc',
801                'files/scoped_temp_dir.cc',
802                'memory/shared_memory_posix.cc',
803                'native_library_posix.cc',
804                'path_service.cc',
805                'posix/unix_domain_socket_linux.cc',
806                'process/kill.cc',
807                'process/kill_posix.cc',
808                'process/launch.cc',
809                'process/launch_posix.cc',
810                'process/process_metrics.cc',
811                'process/process_metrics_posix.cc',
812                'process/process_posix.cc',
813                'rand_util_posix.cc',
814                'scoped_native_library.cc',
815                'sys_info.cc',
816                'sys_info_posix.cc',
817                'third_party/dynamic_annotations/dynamic_annotations.c',
818             ],
819             'sources/': [
820               ['include', '^threading/platform_thread_linux\\.cc$'],
821             ],
822           }],
823           ['OS == "android" and >(nacl_untrusted_build)==0', {
824             'sources!': [
825               'base_paths_posix.cc',
826               'files/file_path_watcher_fsevents.cc',
827               'files/file_path_watcher_fsevents.h',
828               'files/file_path_watcher_kqueue.cc',
829               'files/file_path_watcher_kqueue.h',
830               'files/file_path_watcher_stub.cc',
831               'power_monitor/power_monitor_device_source_posix.cc',
832             ],
833             'sources/': [
834               ['include', '^debug/proc_maps_linux\\.cc$'],
835               ['include', '^files/file_path_watcher_linux\\.cc$'],
836               ['include', '^process/memory_linux\\.cc$'],
837               ['include', '^process/internal_linux\\.cc$'],
838               ['include', '^process/process_handle_linux\\.cc$'],
839               ['include', '^process/process_iterator\\.cc$'],
840               ['include', '^process/process_iterator_linux\\.cc$'],
841               ['include', '^process/process_metrics_linux\\.cc$'],
842               ['include', '^posix/unix_domain_socket_linux\\.cc$'],
843               ['include', '^strings/sys_string_conversions_posix\\.cc$'],
844               ['include', '^sys_info_linux\\.cc$'],
845               ['include', '^worker_pool_linux\\.cc$'],
846             ],
847           }],
848           ['OS == "android" and _toolset == "host" and host_os == "linux"', {
849             'defines': [
850               'OS_ANDROID_HOST=Linux',
851             ],
852             'sources/': [
853               # Pull in specific files for host builds.
854               ['include', '^atomicops_internals_x86_gcc\\.cc$'],
855               ['include', '^threading/platform_thread_linux\\.cc$'],
856             ],
857           }],
858           ['<(chromeos) == 1', {
859             'sources!': [
860               'power_monitor/power_monitor_device_source_posix.cc',
861             ],
862           }],
863           ['OS == "ios" and _toolset != "host"', {
864             'sources/': [
865               # Pull in specific Mac files for iOS (which have been filtered out
866               # by file name rules).
867               ['include', '^atomicops_internals_mac\\.'],
868               ['include', '^base_paths_mac\\.'],
869               ['include', '^files/file_util_mac\\.'],
870               ['include', '^file_version_info_mac\\.'],
871               ['include', '^mac/bundle_locations\\.'],
872               ['include', '^mac/foundation_util\\.'],
873               ['include', '^mac/mac_logging\\.'],
874               ['include', '^mac/mach_logging\\.'],
875               ['include', '^mac/objc_property_releaser\\.'],
876               ['include', '^mac/scoped_mach_port\\.'],
877               ['include', '^mac/scoped_mach_vm\\.'],
878               ['include', '^mac/scoped_nsautorelease_pool\\.'],
879               ['include', '^mac/scoped_nsobject\\.'],
880               ['include', '^mac/scoped_objc_class_swizzler\\.'],
881               ['include', '^message_loop/message_pump_mac\\.'],
882               ['include', '^strings/sys_string_conversions_mac\\.'],
883               ['include', '^threading/platform_thread_mac\\.'],
884               ['include', '^time/time_mac\\.'],
885               ['include', '^worker_pool_mac\\.'],
886               # Exclude all process/ except the minimal implementation
887               # needed on iOS (mostly for unit tests).
888               ['exclude', '^process/.*'],
889               ['include', '^process/.*_ios\.(cc|mm)$'],
890               ['include', '^process/memory_stubs\.cc$'],
891               ['include', '^process/process_handle_posix\.cc$'],
892               ['include', '^process/process_metrics\\.cc$'],
893               ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
894               ['exclude', 'files/file_path_watcher_fsevents.cc'],
895               ['exclude', 'files/file_path_watcher_fsevents.h'],
896               ['include', 'files/file_path_watcher_mac.cc'],
897             ],
898             'sources': [
899               'process/memory_stubs.cc',
900             ],
901             'sources!': [
902               'message_loop/message_pump_libevent.cc'
903             ],
904           }],
905           ['OS == "ios" and _toolset == "host"', {
906             'sources/': [
907               # Copied filename_rules to switch from iOS to Mac inclusions.
908               ['include', '_(cocoa|mac)(_unittest)?\\.(h|cc|mm?)$'],
909               ['include', '(^|/)(cocoa|mac)/'],
910               ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
911               ['exclude', '(^|/)ios/'],
912               ['exclude', 'files/file_path_watcher_fsevents.cc'],
913               ['exclude', 'files/file_path_watcher_fsevents.h'],
914               ['include', 'files/file_path_watcher_mac.cc'],
915             ]
916           }],
917           # For now, just test the *BSD platforms enough to exclude them.
918           # Subsequent changes will include them further.
919           ['OS != "freebsd" or >(nacl_untrusted_build)==1', {
920               'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
921             },
922           ],
923           ['OS != "openbsd" or >(nacl_untrusted_build)==1', {
924               'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
925             },
926           ],
927           ['OS == "win" and >(nacl_untrusted_build)==0', {
928             'include_dirs': [
929               '<(DEPTH)/third_party/wtl/include',
930             ],
931             'sources!': [
932               'files/file_path_watcher_fsevents.cc',
933               'files/file_path_watcher_fsevents.h',
934               'files/file_path_watcher_kqueue.cc',
935               'files/file_path_watcher_kqueue.h',
936               'files/file_path_watcher_stub.cc',
937               'message_loop/message_pump_libevent.cc',
938               'posix/file_descriptor_shuffle.cc',
939               # Not using sha1_win.cc because it may have caused a
940               # regression to page cycler moz.
941               'sha1_win.cc',
942               'strings/string16.cc',
943             ],
944           },],
945           ['<(use_ozone) == 1', {
946             'sources!': [
947               'message_loop/message_pump_glib.cc',
948             ]
949           }],
950           ['OS == "linux" and >(nacl_untrusted_build)==0', {
951             'sources!': [
952               'files/file_path_watcher_fsevents.cc',
953               'files/file_path_watcher_fsevents.h',
954               'files/file_path_watcher_kqueue.cc',
955               'files/file_path_watcher_kqueue.h',
956               'files/file_path_watcher_stub.cc',
957             ],
958           }],
959           ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
960             'sources/': [
961               ['exclude', '^base_paths_posix\\.cc$'],
962               ['exclude', '^files/file_path_watcher_stub\\.cc$'],
963               ['exclude', '^native_library_posix\\.cc$'],
964               ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
965               ['exclude', '^threading/platform_thread_internal_posix\\.cc$'],
966             ],
967           }],
968           ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
969             'sources': [
970               'process/memory_stubs.cc',
971             ],
972             'sources/': [
973               ['exclude', '^files/file_path_watcher_linux\\.cc$'],
974               ['exclude', '^files/file_path_watcher_stub\\.cc$'],
975               ['exclude', '^files/file_util_linux\\.cc$'],
976               ['exclude', '^process/process_linux\\.cc$'],
977               ['exclude', '^sys_info_linux\\.cc$'],
978             ],
979           }],
980           # Remove all unnecessary files for build_nexe.py to avoid exceeding
981           # command-line-string limitation when building NaCl on Windows.
982           ['OS == "win" and >(nacl_untrusted_build)==1', {
983               'sources/': [ ['exclude', '\\.h$'] ],
984           }],
985           # Enable more direct string conversions on platforms with native utf8
986           # strings
987           ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', {
988             'defines': ['SYSTEM_NATIVE_UTF8'],
989           }],
990         ],
991       }],
992       ['base_i18n_target==1', {
993         'defines': [
994           'BASE_I18N_IMPLEMENTATION',
995         ],
996         'sources': [
997           'i18n/base_i18n_export.h',
998           'i18n/bidi_line_iterator.cc',
999           'i18n/bidi_line_iterator.h',
1000           'i18n/break_iterator.cc',
1001           'i18n/break_iterator.h',
1002           'i18n/case_conversion.cc',
1003           'i18n/case_conversion.h',
1004           'i18n/char_iterator.cc',
1005           'i18n/char_iterator.h',
1006           'i18n/file_util_icu.cc',
1007           'i18n/file_util_icu.h',
1008           'i18n/i18n_constants.cc',
1009           'i18n/i18n_constants.h',
1010           'i18n/icu_encoding_detection.cc',
1011           'i18n/icu_encoding_detection.h',
1012           'i18n/icu_string_conversions.cc',
1013           'i18n/icu_string_conversions.h',
1014           'i18n/icu_util.cc',
1015           'i18n/icu_util.h',
1016           'i18n/number_formatting.cc',
1017           'i18n/number_formatting.h',
1018           'i18n/rtl.cc',
1019           'i18n/rtl.h',
1020           'i18n/streaming_utf8_validator.cc',
1021           'i18n/streaming_utf8_validator.h',
1022           'i18n/string_compare.cc',
1023           'i18n/string_compare.h',
1024           'i18n/string_search.cc',
1025           'i18n/string_search.h',
1026           'i18n/time_formatting.cc',
1027           'i18n/time_formatting.h',
1028           'i18n/timezone.cc',
1029           'i18n/timezone.h',
1030           'i18n/utf8_validator_tables.cc',
1031           'i18n/utf8_validator_tables.h',
1032         ],
1033       }]
1034     ],
1035   },