Change imports of com.google.android.apps.chrome.R to be for org.chromium.chrome...
[chromium-blink-merge.git] / base / base.gypi
blob81a8c99d079ebb648c22d880c5acc68ffe2e3858
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_proxy.cc',
373           'message_loop/message_loop_proxy.h',
374           'message_loop/message_loop_proxy_impl.cc',
375           'message_loop/message_loop_proxy_impl.h',
376           'message_loop/message_pump.cc',
377           'message_loop/message_pump.h',
378           'message_loop/message_pump_android.cc',
379           'message_loop/message_pump_android.h',
380           'message_loop/message_pump_default.cc',
381           'message_loop/message_pump_default.h',
382           'message_loop/message_pump_win.cc',
383           'message_loop/message_pump_win.h',
384           'message_loop/timer_slack.h',
385           'metrics/bucket_ranges.cc',
386           'metrics/bucket_ranges.h',
387           'metrics/histogram.cc',
388           'metrics/histogram.h',
389           'metrics/histogram_base.cc',
390           'metrics/histogram_base.h',
391           'metrics/histogram_delta_serialization.cc',
392           'metrics/histogram_delta_serialization.h',
393           'metrics/histogram_flattener.h',
394           'metrics/histogram_macros.h',
395           'metrics/histogram_samples.cc',
396           'metrics/histogram_samples.h',
397           'metrics/histogram_snapshot_manager.cc',
398           'metrics/histogram_snapshot_manager.h',
399           'metrics/sample_map.cc',
400           'metrics/sample_map.h',
401           'metrics/sample_vector.cc',
402           'metrics/sample_vector.h',
403           'metrics/sparse_histogram.cc',
404           'metrics/sparse_histogram.h',
405           'metrics/statistics_recorder.cc',
406           'metrics/statistics_recorder.h',
407           'metrics/user_metrics.cc',
408           'metrics/user_metrics.h',
409           'metrics/user_metrics_action.h',
410           'move.h',
411           'native_library.h',
412           'native_library_ios.mm',
413           'native_library_mac.mm',
414           'native_library_posix.cc',
415           'native_library_win.cc',
416           'nix/mime_util_xdg.cc',
417           'nix/mime_util_xdg.h',
418           'nix/xdg_util.cc',
419           'nix/xdg_util.h',
420           'numerics/safe_conversions.h',
421           'numerics/safe_conversions_impl.h',
422           'numerics/safe_math.h',
423           'numerics/safe_math_impl.h',
424           'observer_list.h',
425           'observer_list_threadsafe.h',
426           'os_compat_android.cc',
427           'os_compat_android.h',
428           'os_compat_nacl.cc',
429           'os_compat_nacl.h',
430           'path_service.cc',
431           'path_service.h',
432           'pending_task.cc',
433           'pending_task.h',
434           'pickle.cc',
435           'pickle.h',
436           'port.h',
437           'posix/eintr_wrapper.h',
438           'posix/global_descriptors.cc',
439           'posix/global_descriptors.h',
440           'posix/safe_strerror.cc',
441           'posix/safe_strerror.h',
442           'posix/unix_domain_socket_linux.cc',
443           'posix/unix_domain_socket_linux.h',
444           'power_monitor/power_monitor.cc',
445           'power_monitor/power_monitor.h',
446           'power_monitor/power_monitor_device_source.cc',
447           'power_monitor/power_monitor_device_source.h',
448           'power_monitor/power_monitor_device_source_android.cc',
449           'power_monitor/power_monitor_device_source_android.h',
450           'power_monitor/power_monitor_device_source_chromeos.cc',
451           'power_monitor/power_monitor_device_source_ios.mm',
452           'power_monitor/power_monitor_device_source_mac.mm',
453           'power_monitor/power_monitor_device_source_posix.cc',
454           'power_monitor/power_monitor_device_source_win.cc',
455           'power_monitor/power_monitor_source.cc',
456           'power_monitor/power_monitor_source.h',
457           'power_monitor/power_observer.h',
458           'process/internal_linux.cc',
459           'process/internal_linux.h',
460           'process/kill.cc',
461           'process/kill.h',
462           'process/kill_mac.cc',
463           'process/kill_posix.cc',
464           'process/kill_win.cc',
465           'process/launch.cc',
466           'process/launch.h',
467           'process/launch_ios.cc',
468           'process/launch_mac.cc',
469           'process/launch_posix.cc',
470           'process/launch_win.cc',
471           'process/memory.cc',
472           'process/memory.h',
473           'process/memory_linux.cc',
474           'process/memory_mac.mm',
475           'process/memory_win.cc',
476           'process/process.h',
477           'process/process_handle_freebsd.cc',
478           'process/process_handle_linux.cc',
479           'process/process_handle_mac.cc',
480           'process/process_handle_openbsd.cc',
481           'process/process_handle_posix.cc',
482           'process/process_handle_win.cc',
483           'process/process_info.h',
484           'process/process_info_linux.cc',
485           'process/process_info_mac.cc',
486           'process/process_info_win.cc',
487           'process/process_iterator.cc',
488           'process/process_iterator.h',
489           'process/process_iterator_freebsd.cc',
490           'process/process_iterator_linux.cc',
491           'process/process_iterator_mac.cc',
492           'process/process_iterator_openbsd.cc',
493           'process/process_iterator_win.cc',
494           'process/process_linux.cc',
495           'process/process_mac.cc',
496           'process/process_metrics.cc',
497           'process/process_metrics.h',
498           'process/process_metrics_freebsd.cc',
499           'process/process_metrics_ios.cc',
500           'process/process_metrics_linux.cc',
501           'process/process_metrics_mac.cc',
502           'process/process_metrics_openbsd.cc',
503           'process/process_metrics_posix.cc',
504           'process/process_metrics_win.cc',
505           'process/process_posix.cc',
506           'process/process_win.cc',
507           'profiler/alternate_timer.cc',
508           'profiler/alternate_timer.h',
509           'profiler/native_stack_sampler.cc',
510           'profiler/native_stack_sampler.h',
511           'profiler/scoped_profile.cc',
512           'profiler/scoped_profile.h',
513           'profiler/scoped_tracker.cc',
514           'profiler/scoped_tracker.h',
515           'profiler/stack_sampling_profiler.cc',
516           'profiler/stack_sampling_profiler.h',
517           'profiler/stack_sampling_profiler_posix.cc',
518           'profiler/stack_sampling_profiler_win.cc',
519           'profiler/tracked_time.cc',
520           'profiler/tracked_time.h',
521           'rand_util.cc',
522           'rand_util.h',
523           'rand_util_nacl.cc',
524           'rand_util_posix.cc',
525           'rand_util_win.cc',
526           'run_loop.cc',
527           'run_loop.h',
528           'scoped_generic.h',
529           'scoped_native_library.cc',
530           'scoped_native_library.h',
531           'scoped_observer.h',
532           'sequence_checker.h',
533           'sequence_checker_impl.cc',
534           'sequence_checker_impl.h',
535           'sequenced_task_runner.cc',
536           'sequenced_task_runner.h',
537           'sequenced_task_runner_helpers.h',
538           'sha1.h',
539           'sha1_portable.cc',
540           'sha1_win.cc',
541           'single_thread_task_runner.h',
542           'stl_util.h',
543           'strings/latin1_string_conversions.cc',
544           'strings/latin1_string_conversions.h',
545           'strings/nullable_string16.cc',
546           'strings/nullable_string16.h',
547           'strings/safe_sprintf.cc',
548           'strings/safe_sprintf.h',
549           'strings/string16.cc',
550           'strings/string16.h',
551           'strings/string_number_conversions.cc',
552           'strings/string_number_conversions.h',
553           'strings/string_piece.cc',
554           'strings/string_piece.h',
555           'strings/string_split.cc',
556           'strings/string_split.h',
557           'strings/string_tokenizer.h',
558           'strings/string_util.cc',
559           'strings/string_util.h',
560           'strings/string_util_constants.cc',
561           'strings/string_util_posix.h',
562           'strings/string_util_win.h',
563           'strings/stringize_macros.h',
564           'strings/stringprintf.cc',
565           'strings/stringprintf.h',
566           'strings/sys_string_conversions.h',
567           'strings/sys_string_conversions_mac.mm',
568           'strings/sys_string_conversions_posix.cc',
569           'strings/sys_string_conversions_win.cc',
570           'strings/utf_offset_string_conversions.cc',
571           'strings/utf_offset_string_conversions.h',
572           'strings/utf_string_conversion_utils.cc',
573           'strings/utf_string_conversion_utils.h',
574           'strings/utf_string_conversions.cc',
575           'strings/utf_string_conversions.h',
576           'supports_user_data.cc',
577           'supports_user_data.h',
578           'synchronization/cancellation_flag.cc',
579           'synchronization/cancellation_flag.h',
580           'synchronization/condition_variable.h',
581           'synchronization/condition_variable_posix.cc',
582           'synchronization/condition_variable_win.cc',
583           'synchronization/lock.cc',
584           'synchronization/lock.h',
585           'synchronization/lock_impl.h',
586           'synchronization/lock_impl_posix.cc',
587           'synchronization/lock_impl_win.cc',
588           'synchronization/spin_wait.h',
589           'synchronization/waitable_event.h',
590           'synchronization/waitable_event_posix.cc',
591           'synchronization/waitable_event_watcher.h',
592           'synchronization/waitable_event_watcher_posix.cc',
593           'synchronization/waitable_event_watcher_win.cc',
594           'synchronization/waitable_event_win.cc',
595           'sys_byteorder.h',
596           'sys_info.cc',
597           'sys_info.h',
598           'sys_info_android.cc',
599           'sys_info_chromeos.cc',
600           'sys_info_freebsd.cc',
601           'sys_info_internal.h',
602           'sys_info_ios.mm',
603           'sys_info_linux.cc',
604           'sys_info_mac.cc',
605           'sys_info_openbsd.cc',
606           'sys_info_posix.cc',
607           'sys_info_win.cc',
608           'system_monitor/system_monitor.cc',
609           'system_monitor/system_monitor.h',
610           'task/cancelable_task_tracker.cc',
611           'task/cancelable_task_tracker.h',
612           'task_runner.cc',
613           'task_runner.h',
614           'task_runner_util.h',
615           'template_util.h',
616           'third_party/dmg_fp/dmg_fp.h',
617           'third_party/dmg_fp/dtoa_wrapper.cc',
618           'third_party/dmg_fp/g_fmt.cc',
619           'third_party/icu/icu_utf.cc',
620           'third_party/icu/icu_utf.h',
621           'third_party/nspr/prtime.cc',
622           'third_party/nspr/prtime.h',
623           'third_party/superfasthash/superfasthash.c',
624           'third_party/xdg_mime/xdgmime.h',
625           'thread_task_runner_handle.cc',
626           'thread_task_runner_handle.h',
627           'threading/non_thread_safe.h',
628           'threading/non_thread_safe_impl.cc',
629           'threading/non_thread_safe_impl.h',
630           'threading/platform_thread.h',
631           'threading/platform_thread_android.cc',
632           'threading/platform_thread_internal_posix.cc',
633           'threading/platform_thread_internal_posix.h',
634           'threading/platform_thread_linux.cc',
635           'threading/platform_thread_mac.mm',
636           'threading/platform_thread_posix.cc',
637           'threading/platform_thread_win.cc',
638           'threading/post_task_and_reply_impl.cc',
639           'threading/post_task_and_reply_impl.h',
640           'threading/sequenced_worker_pool.cc',
641           'threading/sequenced_worker_pool.h',
642           'threading/simple_thread.cc',
643           'threading/simple_thread.h',
644           'threading/thread.cc',
645           'threading/thread.h',
646           'threading/thread_checker.h',
647           'threading/thread_checker_impl.cc',
648           'threading/thread_checker_impl.h',
649           'threading/thread_collision_warner.cc',
650           'threading/thread_collision_warner.h',
651           'threading/thread_id_name_manager.cc',
652           'threading/thread_id_name_manager.h',
653           'threading/thread_local.h',
654           'threading/thread_local_android.cc',
655           'threading/thread_local_posix.cc',
656           'threading/thread_local_storage.cc',
657           'threading/thread_local_storage.h',
658           'threading/thread_local_storage_posix.cc',
659           'threading/thread_local_storage_win.cc',
660           'threading/thread_local_win.cc',
661           'threading/thread_restrictions.cc',
662           'threading/thread_restrictions.h',
663           'threading/watchdog.cc',
664           'threading/watchdog.h',
665           'threading/worker_pool.cc',
666           'threading/worker_pool.h',
667           'threading/worker_pool_posix.cc',
668           'threading/worker_pool_posix.h',
669           'threading/worker_pool_win.cc',
670           'time/clock.cc',
671           'time/clock.h',
672           'time/default_clock.cc',
673           'time/default_clock.h',
674           'time/default_tick_clock.cc',
675           'time/default_tick_clock.h',
676           'time/tick_clock.cc',
677           'time/tick_clock.h',
678           'time/time.cc',
679           'time/time.h',
680           'time/time_mac.cc',
681           'time/time_posix.cc',
682           'time/time_win.cc',
683           'timer/elapsed_timer.cc',
684           'timer/elapsed_timer.h',
685           'timer/hi_res_timer_manager.h',
686           'timer/hi_res_timer_manager_posix.cc',
687           'timer/hi_res_timer_manager_win.cc',
688           'timer/mock_timer.cc',
689           'timer/mock_timer.h',
690           'timer/timer.cc',
691           'timer/timer.h',
692           'tracked_objects.cc',
693           'tracked_objects.h',
694           'tracking_info.cc',
695           'tracking_info.h',
696           'tuple.h',
697           'value_conversions.cc',
698           'value_conversions.h',
699           'values.cc',
700           'values.h',
701           'version.cc',
702           'version.h',
703           'vlog.cc',
704           'vlog.h',
705           'win/enum_variant.cc',
706           'win/enum_variant.h',
707           'win/event_trace_consumer.h',
708           'win/event_trace_controller.cc',
709           'win/event_trace_controller.h',
710           'win/event_trace_provider.cc',
711           'win/event_trace_provider.h',
712           'win/i18n.cc',
713           'win/i18n.h',
714           'win/iat_patch_function.cc',
715           'win/iat_patch_function.h',
716           'win/iunknown_impl.cc',
717           'win/iunknown_impl.h',
718           'win/message_window.cc',
719           'win/message_window.h',
720           'win/metro.cc',
721           'win/metro.h',
722           'win/object_watcher.cc',
723           'win/object_watcher.h',
724           'win/registry.cc',
725           'win/registry.h',
726           'win/resource_util.cc',
727           'win/resource_util.h',
728           'win/scoped_bstr.cc',
729           'win/scoped_bstr.h',
730           'win/scoped_co_mem.h',
731           'win/scoped_com_initializer.h',
732           'win/scoped_comptr.h',
733           'win/scoped_gdi_object.h',
734           'win/scoped_handle.cc',
735           'win/scoped_handle.h',
736           'win/scoped_hdc.h',
737           'win/scoped_hglobal.h',
738           'win/scoped_process_information.cc',
739           'win/scoped_process_information.h',
740           'win/scoped_propvariant.h',
741           'win/scoped_select_object.h',
742           'win/scoped_variant.cc',
743           'win/scoped_variant.h',
744           'win/shortcut.cc',
745           'win/shortcut.h',
746           'win/startup_information.cc',
747           'win/startup_information.h',
748           'win/win_util.cc',
749           'win/win_util.h',
750           'win/windows_version.cc',
751           'win/windows_version.h',
752           'win/wrapped_window_proc.cc',
753           'win/wrapped_window_proc.h',
754           '<@(trace_event_sources)',
755         ],
756         'defines': [
757           'BASE_IMPLEMENTATION',
758         ],
759         'include_dirs': [
760           '..',
761         ],
762         'msvs_disabled_warnings': [
763           4018,
764         ],
765         'target_conditions': [
766           ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_build)==1', {
767               'sources/': [
768                 ['exclude', '^nix/'],
769               ],
770               'sources!': [
771                 'atomicops_internals_x86_gcc.cc',
772               ],
773           }],
774           ['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
775               'sources!': [
776                 'message_loop/message_pump_glib.cc',
777               ],
778           }],
779           ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_untrusted_build)==1', {
780               'sources!': [
781                 # Not automatically excluded by the *linux.cc rules.
782                 'linux_util.cc',
783               ],
784             },
785           ],
786           ['>(nacl_untrusted_build)==1', {
787             'sources!': [
788                'allocator/type_profiler_control.cc',
789                'allocator/type_profiler_control.h',
790                'base_paths.cc',
791                'cpu.cc',
792                'debug/stack_trace.cc',
793                'debug/stack_trace_posix.cc',
794                'files/file_enumerator_posix.cc',
795                'files/file_path_watcher_fsevents.cc',
796                'files/file_path_watcher_fsevents.h',
797                'files/file_path_watcher_kqueue.cc',
798                'files/file_path_watcher_kqueue.h',
799                'files/file_proxy.cc',
800                'files/file_util.cc',
801                'files/file_util_posix.cc',
802                'files/file_util_proxy.cc',
803                'files/important_file_writer.cc',
804                'files/scoped_temp_dir.cc',
805                'memory/shared_memory_posix.cc',
806                'native_library_posix.cc',
807                'path_service.cc',
808                'posix/unix_domain_socket_linux.cc',
809                'process/kill.cc',
810                'process/kill_posix.cc',
811                'process/launch.cc',
812                'process/launch_posix.cc',
813                'process/process_metrics.cc',
814                'process/process_metrics_posix.cc',
815                'process/process_posix.cc',
816                'rand_util_posix.cc',
817                'scoped_native_library.cc',
818                'sys_info.cc',
819                'sys_info_posix.cc',
820                'third_party/dynamic_annotations/dynamic_annotations.c',
821             ],
822             'sources/': [
823               ['include', '^threading/platform_thread_linux\\.cc$'],
824             ],
825           }],
826           ['OS == "android" and >(nacl_untrusted_build)==0', {
827             'sources!': [
828               'base_paths_posix.cc',
829               'files/file_path_watcher_fsevents.cc',
830               'files/file_path_watcher_fsevents.h',
831               'files/file_path_watcher_kqueue.cc',
832               'files/file_path_watcher_kqueue.h',
833               'files/file_path_watcher_stub.cc',
834               'power_monitor/power_monitor_device_source_posix.cc',
835             ],
836             'sources/': [
837               ['include', '^debug/proc_maps_linux\\.cc$'],
838               ['include', '^files/file_path_watcher_linux\\.cc$'],
839               ['include', '^process/memory_linux\\.cc$'],
840               ['include', '^process/internal_linux\\.cc$'],
841               ['include', '^process/process_handle_linux\\.cc$'],
842               ['include', '^process/process_iterator\\.cc$'],
843               ['include', '^process/process_iterator_linux\\.cc$'],
844               ['include', '^process/process_metrics_linux\\.cc$'],
845               ['include', '^posix/unix_domain_socket_linux\\.cc$'],
846               ['include', '^strings/sys_string_conversions_posix\\.cc$'],
847               ['include', '^sys_info_linux\\.cc$'],
848               ['include', '^worker_pool_linux\\.cc$'],
849             ],
850           }],
851           ['OS == "android" and _toolset == "host" and host_os == "linux"', {
852             'defines': [
853               'OS_ANDROID_HOST=Linux',
854             ],
855             'sources/': [
856               # Pull in specific files for host builds.
857               ['include', '^atomicops_internals_x86_gcc\\.cc$'],
858               ['include', '^threading/platform_thread_linux\\.cc$'],
859             ],
860           }],
861           ['<(chromeos) == 1', {
862             'sources!': [
863               'power_monitor/power_monitor_device_source_posix.cc',
864             ],
865           }],
866           ['OS == "ios" and _toolset != "host"', {
867             'sources/': [
868               # Pull in specific Mac files for iOS (which have been filtered out
869               # by file name rules).
870               ['include', '^atomicops_internals_mac\\.'],
871               ['include', '^base_paths_mac\\.'],
872               ['include', '^files/file_util_mac\\.'],
873               ['include', '^file_version_info_mac\\.'],
874               ['include', '^mac/bundle_locations\\.'],
875               ['include', '^mac/foundation_util\\.'],
876               ['include', '^mac/mac_logging\\.'],
877               ['include', '^mac/mach_logging\\.'],
878               ['include', '^mac/objc_property_releaser\\.'],
879               ['include', '^mac/scoped_mach_port\\.'],
880               ['include', '^mac/scoped_mach_vm\\.'],
881               ['include', '^mac/scoped_nsautorelease_pool\\.'],
882               ['include', '^mac/scoped_nsobject\\.'],
883               ['include', '^mac/scoped_objc_class_swizzler\\.'],
884               ['include', '^message_loop/message_pump_mac\\.'],
885               ['include', '^strings/sys_string_conversions_mac\\.'],
886               ['include', '^threading/platform_thread_mac\\.'],
887               ['include', '^time/time_mac\\.'],
888               ['include', '^worker_pool_mac\\.'],
889               # Exclude all process/ except the minimal implementation
890               # needed on iOS (mostly for unit tests).
891               ['exclude', '^process/.*'],
892               ['include', '^process/.*_ios\.(cc|mm)$'],
893               ['include', '^process/memory_stubs\.cc$'],
894               ['include', '^process/process_handle_posix\.cc$'],
895               ['include', '^process/process_metrics\\.cc$'],
896               ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
897               ['exclude', 'files/file_path_watcher_fsevents.cc'],
898               ['exclude', 'files/file_path_watcher_fsevents.h'],
899               ['include', 'files/file_path_watcher_mac.cc'],
900             ],
901             'sources': [
902               'process/memory_stubs.cc',
903             ],
904             'sources!': [
905               'message_loop/message_pump_libevent.cc'
906             ],
907           }],
908           ['OS == "ios" and _toolset == "host"', {
909             'sources/': [
910               # Copied filename_rules to switch from iOS to Mac inclusions.
911               ['include', '_(cocoa|mac)(_unittest)?\\.(h|cc|mm?)$'],
912               ['include', '(^|/)(cocoa|mac)/'],
913               ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
914               ['exclude', '(^|/)ios/'],
915               ['exclude', 'files/file_path_watcher_fsevents.cc'],
916               ['exclude', 'files/file_path_watcher_fsevents.h'],
917               ['include', 'files/file_path_watcher_mac.cc'],
918             ]
919           }],
920           # For now, just test the *BSD platforms enough to exclude them.
921           # Subsequent changes will include them further.
922           ['OS != "freebsd" or >(nacl_untrusted_build)==1', {
923               'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
924             },
925           ],
926           ['OS != "openbsd" or >(nacl_untrusted_build)==1', {
927               'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
928             },
929           ],
930           ['OS == "win" and >(nacl_untrusted_build)==0', {
931             'include_dirs': [
932               '<(DEPTH)/third_party/wtl/include',
933             ],
934             'sources!': [
935               'files/file_path_watcher_fsevents.cc',
936               'files/file_path_watcher_fsevents.h',
937               'files/file_path_watcher_kqueue.cc',
938               'files/file_path_watcher_kqueue.h',
939               'files/file_path_watcher_stub.cc',
940               'message_loop/message_pump_libevent.cc',
941               'posix/file_descriptor_shuffle.cc',
942               # Not using sha1_win.cc because it may have caused a
943               # regression to page cycler moz.
944               'sha1_win.cc',
945               'strings/string16.cc',
946             ],
947           },],
948           ['<(use_ozone) == 1', {
949             'sources!': [
950               'message_loop/message_pump_glib.cc',
951             ]
952           }],
953           ['OS == "linux" and >(nacl_untrusted_build)==0', {
954             'sources!': [
955               'files/file_path_watcher_fsevents.cc',
956               'files/file_path_watcher_fsevents.h',
957               'files/file_path_watcher_kqueue.cc',
958               'files/file_path_watcher_kqueue.h',
959               'files/file_path_watcher_stub.cc',
960             ],
961           }],
962           ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
963             'sources/': [
964               ['exclude', '^base_paths_posix\\.cc$'],
965               ['exclude', '^files/file_path_watcher_stub\\.cc$'],
966               ['exclude', '^native_library_posix\\.cc$'],
967               ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
968               ['exclude', '^threading/platform_thread_internal_posix\\.cc$'],
969             ],
970           }],
971           ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
972             'sources': [
973               'process/memory_stubs.cc',
974             ],
975             'sources/': [
976               ['exclude', '^files/file_path_watcher_linux\\.cc$'],
977               ['exclude', '^files/file_path_watcher_stub\\.cc$'],
978               ['exclude', '^files/file_util_linux\\.cc$'],
979               ['exclude', '^process/process_linux\\.cc$'],
980               ['exclude', '^sys_info_linux\\.cc$'],
981             ],
982           }],
983           # Remove all unnecessary files for build_nexe.py to avoid exceeding
984           # command-line-string limitation when building NaCl on Windows.
985           ['OS == "win" and >(nacl_untrusted_build)==1', {
986               'sources/': [ ['exclude', '\\.h$'] ],
987           }],
988           # Enable more direct string conversions on platforms with native utf8
989           # strings
990           ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', {
991             'defines': ['SYSTEM_NATIVE_UTF8'],
992           }],
993         ],
994       }],
995       ['base_i18n_target==1', {
996         'defines': [
997           'BASE_I18N_IMPLEMENTATION',
998         ],
999         'sources': [
1000           'i18n/base_i18n_export.h',
1001           'i18n/bidi_line_iterator.cc',
1002           'i18n/bidi_line_iterator.h',
1003           'i18n/break_iterator.cc',
1004           'i18n/break_iterator.h',
1005           'i18n/case_conversion.cc',
1006           'i18n/case_conversion.h',
1007           'i18n/char_iterator.cc',
1008           'i18n/char_iterator.h',
1009           'i18n/file_util_icu.cc',
1010           'i18n/file_util_icu.h',
1011           'i18n/i18n_constants.cc',
1012           'i18n/i18n_constants.h',
1013           'i18n/icu_encoding_detection.cc',
1014           'i18n/icu_encoding_detection.h',
1015           'i18n/icu_string_conversions.cc',
1016           'i18n/icu_string_conversions.h',
1017           'i18n/icu_util.cc',
1018           'i18n/icu_util.h',
1019           'i18n/number_formatting.cc',
1020           'i18n/number_formatting.h',
1021           'i18n/rtl.cc',
1022           'i18n/rtl.h',
1023           'i18n/streaming_utf8_validator.cc',
1024           'i18n/streaming_utf8_validator.h',
1025           'i18n/string_compare.cc',
1026           'i18n/string_compare.h',
1027           'i18n/string_search.cc',
1028           'i18n/string_search.h',
1029           'i18n/time_formatting.cc',
1030           'i18n/time_formatting.h',
1031           'i18n/timezone.cc',
1032           'i18n/timezone.h',
1033           'i18n/utf8_validator_tables.cc',
1034           'i18n/utf8_validator_tables.h',
1035         ],
1036       }]
1037     ],
1038   },