Compute can_use_lcd_text using property trees.
[chromium-blink-merge.git] / base / BUILD.gn
blob13224b3f8fe35f45019a0710c76a3c067890bfa0
1 # Copyright (c) 2013 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.
5 import("//build/config/ui.gni")
6 import("//testing/test.gni")
8 if (is_android) {
9   import("//build/config/android/rules.gni")
12 config("base_implementation") {
13   defines = [ "BASE_IMPLEMENTATION" ]
16 if (is_win) {
17   # This is in a separate config so the flags can be applied to dependents.
18   # ldflags in GN aren't automatically inherited.
19   config("base_win_linker_flags") {
20     ldflags = [
21       "/DELAYLOAD:cfgmgr32.dll",
22       "/DELAYLOAD:powrprof.dll",
23       "/DELAYLOAD:setupapi.dll",
24     ]
25   }
28 source_set("base_paths") {
29   sources = [
30     "base_paths.cc",
31     "base_paths.h",
32     "base_paths_android.cc",
33     "base_paths_android.h",
34     "base_paths_mac.h",
35     "base_paths_mac.mm",
36     "base_paths_posix.cc",
37     "base_paths_posix.h",
38     "base_paths_win.cc",
39     "base_paths_win.h",
40   ]
42   if (is_android || is_mac || is_ios) {
43     sources -= [ "base_paths_posix.cc" ]
44   }
46   if (is_nacl) {
47     sources -= [
48       "base_paths.cc",
49       "base_paths_posix.cc",
50     ]
51   }
53   configs += [ ":base_implementation" ]
55   deps = [
56     "//base/memory",
57     "//base/process",
58   ]
60   visibility = [ ":base" ]
63 component("base") {
64   sources = [
65     "allocator/allocator_extension.cc",
66     "allocator/allocator_extension.h",
67     "allocator/type_profiler_control.cc",
68     "allocator/type_profiler_control.h",
69     "android/animation_frame_time_histogram.cc",
70     "android/animation_frame_time_histogram.h",
71     "android/apk_assets.cc",
72     "android/apk_assets.h",
73     "android/application_status_listener.cc",
74     "android/application_status_listener.h",
75     "android/base_jni_onload.cc",
76     "android/base_jni_onload.h",
77     "android/base_jni_registrar.cc",
78     "android/base_jni_registrar.h",
79     "android/build_info.cc",
80     "android/build_info.h",
81     "android/command_line_android.cc",
82     "android/command_line_android.h",
83     "android/content_uri_utils.cc",
84     "android/content_uri_utils.h",
85     "android/cpu_features.cc",
86     "android/cxa_demangle_stub.cc",
87     "android/event_log.cc",
88     "android/event_log.h",
89     "android/field_trial_list.cc",
90     "android/field_trial_list.h",
91     "android/fifo_utils.cc",
92     "android/fifo_utils.h",
93     "android/important_file_writer_android.cc",
94     "android/important_file_writer_android.h",
95     "android/java_handler_thread.cc",
96     "android/java_handler_thread.h",
97     "android/java_runtime.cc",
98     "android/java_runtime.h",
99     "android/jni_android.cc",
100     "android/jni_android.h",
101     "android/jni_array.cc",
102     "android/jni_array.h",
103     "android/jni_registrar.cc",
104     "android/jni_registrar.h",
105     "android/jni_string.cc",
106     "android/jni_string.h",
107     "android/jni_utils.cc",
108     "android/jni_utils.h",
109     "android/jni_weak_ref.cc",
110     "android/jni_weak_ref.h",
111     "android/library_loader/library_load_from_apk_status_codes.h",
112     "android/library_loader/library_loader_hooks.cc",
113     "android/library_loader/library_loader_hooks.h",
114     "android/library_loader/library_prefetcher.cc",
115     "android/library_loader/library_prefetcher.h",
116     "android/locale_utils.cc",
117     "android/locale_utils.h",
118     "android/memory_pressure_listener_android.cc",
119     "android/memory_pressure_listener_android.h",
120     "android/path_service_android.cc",
121     "android/path_service_android.h",
122     "android/path_utils.cc",
123     "android/path_utils.h",
124     "android/record_histogram.cc",
125     "android/record_histogram.h",
126     "android/record_user_action.cc",
127     "android/record_user_action.h",
128     "android/scoped_java_ref.cc",
129     "android/scoped_java_ref.h",
130     "android/sys_utils.cc",
131     "android/sys_utils.h",
132     "android/thread_utils.h",
133     "android/trace_event_binding.cc",
134     "android/trace_event_binding.h",
135     "async_socket_io_handler.h",
136     "async_socket_io_handler_posix.cc",
137     "async_socket_io_handler_win.cc",
138     "at_exit.cc",
139     "at_exit.h",
140     "atomic_ref_count.h",
141     "atomic_sequence_num.h",
142     "atomicops.h",
143     "atomicops_internals_gcc.h",
144     "atomicops_internals_mac.h",
145     "atomicops_internals_portable.h",
146     "atomicops_internals_x86_gcc.cc",
147     "atomicops_internals_x86_gcc.h",
148     "atomicops_internals_x86_msvc.h",
149     "auto_reset.h",
150     "barrier_closure.cc",
151     "barrier_closure.h",
152     "base64.cc",
153     "base64.h",
154     "base_export.h",
155     "base_switches.h",
156     "basictypes.h",
157     "big_endian.cc",
158     "big_endian.h",
159     "bind.h",
160     "bind_helpers.cc",
161     "bind_helpers.h",
162     "bind_internal.h",
163     "bind_internal_win.h",
164     "bits.h",
165     "build_time.cc",
166     "build_time.h",
167     "callback.h",
168     "callback_helpers.cc",
169     "callback_helpers.h",
170     "callback_internal.cc",
171     "callback_internal.h",
172     "cancelable_callback.h",
173     "command_line.cc",
174     "command_line.h",
175     "compiler_specific.h",
176     "containers/adapters.h",
177     "containers/hash_tables.h",
178     "containers/linked_list.h",
179     "containers/mru_cache.h",
180     "containers/scoped_ptr_hash_map.h",
181     "containers/scoped_ptr_map.h",
182     "containers/small_map.h",
183     "containers/stack_container.h",
184     "cpu.cc",
185     "cpu.h",
186     "critical_closure.h",
187     "critical_closure_internal_ios.mm",
188     "deferred_sequenced_task_runner.cc",
189     "deferred_sequenced_task_runner.h",
190     "environment.cc",
191     "environment.h",
192     "file_descriptor_posix.h",
193     "file_version_info.h",
194     "file_version_info_mac.h",
195     "file_version_info_mac.mm",
196     "file_version_info_win.cc",
197     "file_version_info_win.h",
198     "files/dir_reader_fallback.h",
199     "files/dir_reader_linux.h",
200     "files/dir_reader_posix.h",
201     "files/file.cc",
202     "files/file_enumerator.cc",
203     "files/file_enumerator.h",
204     "files/file_enumerator_posix.cc",
205     "files/file_enumerator_win.cc",
206     "files/file_path.cc",
207     "files/file_path.h",
208     "files/file_path_constants.cc",
209     "files/file_path_watcher.cc",
210     "files/file_path_watcher.h",
211     "files/file_path_watcher_fsevents.cc",
212     "files/file_path_watcher_fsevents.h",
213     "files/file_path_watcher_kqueue.cc",
214     "files/file_path_watcher_kqueue.h",
215     "files/file_path_watcher_linux.cc",
216     "files/file_path_watcher_mac.cc",
217     "files/file_path_watcher_win.cc",
218     "files/file_posix.cc",
219     "files/file_proxy.cc",
220     "files/file_proxy.h",
221     "files/file_tracing.cc",
222     "files/file_tracing.h",
223     "files/file_util.cc",
224     "files/file_util.h",
225     "files/file_util_android.cc",
226     "files/file_util_linux.cc",
227     "files/file_util_mac.mm",
228     "files/file_util_posix.cc",
229     "files/file_util_proxy.cc",
230     "files/file_util_proxy.h",
231     "files/file_util_win.cc",
232     "files/file_win.cc",
233     "files/important_file_writer.cc",
234     "files/important_file_writer.h",
235     "files/memory_mapped_file.cc",
236     "files/memory_mapped_file.h",
237     "files/memory_mapped_file_posix.cc",
238     "files/memory_mapped_file_win.cc",
239     "files/scoped_file.cc",
240     "files/scoped_file.h",
241     "files/scoped_temp_dir.cc",
242     "files/scoped_temp_dir.h",
243     "format_macros.h",
244     "gtest_prod_util.h",
245     "guid.cc",
246     "guid.h",
247     "guid_posix.cc",
248     "guid_win.cc",
249     "hash.cc",
250     "hash.h",
251     "id_map.h",
252     "ios/device_util.h",
253     "ios/device_util.mm",
254     "ios/ios_util.h",
255     "ios/ios_util.mm",
256     "ios/scoped_critical_action.h",
257     "ios/scoped_critical_action.mm",
258     "ios/weak_nsobject.h",
259     "ios/weak_nsobject.mm",
260     "lazy_instance.cc",
261     "lazy_instance.h",
262     "linux_util.cc",
263     "linux_util.h",
264     "location.cc",
265     "location.h",
266     "logging.cc",
267     "logging.h",
268     "logging_win.cc",
269     "logging_win.h",
270     "mac/authorization_util.h",
271     "mac/authorization_util.mm",
272     "mac/bind_objc_block.h",
273     "mac/bundle_locations.h",
274     "mac/bundle_locations.mm",
275     "mac/cocoa_protocols.h",
276     "mac/dispatch_source_mach.cc",
277     "mac/dispatch_source_mach.h",
278     "mac/foundation_util.h",
279     "mac/foundation_util.mm",
280     "mac/launch_services_util.cc",
281     "mac/launch_services_util.h",
282     "mac/launchd.cc",
283     "mac/launchd.h",
284     "mac/libdispatch_task_runner.cc",
285     "mac/libdispatch_task_runner.h",
286     "mac/mac_logging.cc",
287     "mac/mac_logging.h",
288     "mac/mac_util.h",
289     "mac/mac_util.mm",
290     "mac/mach_logging.cc",
291     "mac/mach_logging.h",
292     "mac/objc_property_releaser.h",
293     "mac/objc_property_releaser.mm",
294     "mac/os_crash_dumps.cc",
295     "mac/os_crash_dumps.h",
296     "mac/scoped_aedesc.h",
297     "mac/scoped_authorizationref.h",
298     "mac/scoped_block.h",
299     "mac/scoped_cftyperef.h",
300     "mac/scoped_ioobject.h",
301     "mac/scoped_ioplugininterface.h",
302     "mac/scoped_launch_data.h",
303     "mac/scoped_mach_port.cc",
304     "mac/scoped_mach_port.h",
305     "mac/scoped_mach_vm.cc",
306     "mac/scoped_mach_vm.h",
307     "mac/scoped_nsautorelease_pool.h",
308     "mac/scoped_nsautorelease_pool.mm",
309     "mac/scoped_nsexception_enabler.h",
310     "mac/scoped_nsexception_enabler.mm",
311     "mac/scoped_nsobject.h",
312     "mac/scoped_objc_class_swizzler.h",
313     "mac/scoped_objc_class_swizzler.mm",
314     "mac/scoped_sending_event.h",
315     "mac/scoped_sending_event.mm",
316     "mac/sdk_forward_declarations.h",
317     "mac/sdk_forward_declarations.mm",
318     "macros.h",
319     "md5.cc",
320     "md5.h",
321     "message_loop/incoming_task_queue.cc",
322     "message_loop/incoming_task_queue.h",
323     "message_loop/message_loop.cc",
324     "message_loop/message_loop.h",
325     "message_loop/message_loop_task_runner.cc",
326     "message_loop/message_loop_task_runner.h",
327     "message_loop/message_pump.cc",
328     "message_loop/message_pump.h",
329     "message_loop/message_pump_android.cc",
330     "message_loop/message_pump_android.h",
331     "message_loop/message_pump_default.cc",
332     "message_loop/message_pump_default.h",
333     "message_loop/message_pump_glib.cc",
334     "message_loop/message_pump_glib.h",
335     "message_loop/message_pump_io_ios.cc",
336     "message_loop/message_pump_io_ios.h",
337     "message_loop/message_pump_libevent.cc",
338     "message_loop/message_pump_libevent.h",
339     "message_loop/message_pump_mac.h",
340     "message_loop/message_pump_mac.mm",
341     "message_loop/message_pump_win.cc",
342     "message_loop/message_pump_win.h",
343     "move.h",
344     "native_library.h",
345     "native_library_ios.mm",
346     "native_library_mac.mm",
347     "native_library_posix.cc",
348     "native_library_win.cc",
349     "nix/mime_util_xdg.cc",
350     "nix/mime_util_xdg.h",
351     "nix/xdg_util.cc",
352     "nix/xdg_util.h",
353     "numerics/safe_conversions.h",
354     "numerics/safe_conversions_impl.h",
355     "numerics/safe_math.h",
356     "numerics/safe_math_impl.h",
357     "observer_list.h",
358     "observer_list_threadsafe.h",
359     "os_compat_android.cc",
360     "os_compat_android.h",
361     "os_compat_nacl.cc",
362     "os_compat_nacl.h",
363     "path_service.cc",
364     "path_service.h",
365     "pending_task.cc",
366     "pending_task.h",
367     "pickle.cc",
368     "pickle.h",
369     "posix/eintr_wrapper.h",
370     "posix/file_descriptor_shuffle.cc",
371     "posix/global_descriptors.cc",
372     "posix/global_descriptors.h",
373     "posix/safe_strerror.cc",
374     "posix/safe_strerror.h",
375     "posix/unix_domain_socket_linux.cc",
376     "posix/unix_domain_socket_linux.h",
377     "power_monitor/power_monitor.cc",
378     "power_monitor/power_monitor.h",
379     "power_monitor/power_monitor_device_source.cc",
380     "power_monitor/power_monitor_device_source.h",
381     "power_monitor/power_monitor_device_source_android.cc",
382     "power_monitor/power_monitor_device_source_android.h",
383     "power_monitor/power_monitor_device_source_chromeos.cc",
384     "power_monitor/power_monitor_device_source_ios.mm",
385     "power_monitor/power_monitor_device_source_mac.mm",
386     "power_monitor/power_monitor_device_source_posix.cc",
387     "power_monitor/power_monitor_device_source_win.cc",
388     "power_monitor/power_monitor_source.cc",
389     "power_monitor/power_monitor_source.h",
390     "power_monitor/power_observer.h",
391     "profiler/alternate_timer.cc",
392     "profiler/alternate_timer.h",
393     "profiler/native_stack_sampler.cc",
394     "profiler/native_stack_sampler.h",
395     "profiler/scoped_profile.cc",
396     "profiler/scoped_profile.h",
397     "profiler/scoped_tracker.cc",
398     "profiler/scoped_tracker.h",
399     "profiler/stack_sampling_profiler.cc",
400     "profiler/stack_sampling_profiler.h",
401     "profiler/stack_sampling_profiler_posix.cc",
402     "profiler/stack_sampling_profiler_win.cc",
403     "profiler/tracked_time.cc",
404     "profiler/tracked_time.h",
405     "rand_util.cc",
406     "rand_util.h",
407     "rand_util_nacl.cc",
408     "rand_util_posix.cc",
409     "rand_util_win.cc",
410     "run_loop.cc",
411     "run_loop.h",
412     "scoped_generic.h",
413     "scoped_native_library.cc",
414     "scoped_native_library.h",
415     "scoped_observer.h",
416     "sequence_checker.h",
417     "sequence_checker_impl.cc",
418     "sequence_checker_impl.h",
419     "sequenced_task_runner.cc",
420     "sequenced_task_runner.h",
421     "sequenced_task_runner_helpers.h",
422     "sha1.h",
423     "sha1_portable.cc",
424     "sha1_win.cc",
425     "single_thread_task_runner.h",
426     "stl_util.h",
427     "strings/latin1_string_conversions.cc",
428     "strings/latin1_string_conversions.h",
429     "strings/nullable_string16.cc",
430     "strings/nullable_string16.h",
431     "strings/safe_sprintf.cc",
432     "strings/safe_sprintf.h",
433     "strings/string16.cc",
434     "strings/string16.h",
435     "strings/string_number_conversions.cc",
436     "strings/string_number_conversions.h",
437     "strings/string_piece.cc",
438     "strings/string_piece.h",
439     "strings/string_split.cc",
440     "strings/string_split.h",
441     "strings/string_tokenizer.h",
442     "strings/string_util.cc",
443     "strings/string_util.h",
444     "strings/string_util_constants.cc",
445     "strings/string_util_posix.h",
446     "strings/string_util_win.h",
447     "strings/stringize_macros.h",
448     "strings/stringprintf.cc",
449     "strings/stringprintf.h",
450     "strings/sys_string_conversions.h",
451     "strings/sys_string_conversions_mac.mm",
452     "strings/sys_string_conversions_posix.cc",
453     "strings/sys_string_conversions_win.cc",
454     "strings/utf_offset_string_conversions.cc",
455     "strings/utf_offset_string_conversions.h",
456     "strings/utf_string_conversion_utils.cc",
457     "strings/utf_string_conversion_utils.h",
458     "strings/utf_string_conversions.cc",
459     "strings/utf_string_conversions.h",
460     "supports_user_data.cc",
461     "supports_user_data.h",
462     "sync_socket.h",
463     "sync_socket_posix.cc",
464     "sync_socket_win.cc",
465     "synchronization/cancellation_flag.cc",
466     "synchronization/cancellation_flag.h",
467     "synchronization/condition_variable.h",
468     "synchronization/condition_variable_posix.cc",
469     "synchronization/condition_variable_win.cc",
470     "synchronization/lock.cc",
471     "synchronization/lock.h",
472     "synchronization/lock_impl.h",
473     "synchronization/lock_impl_posix.cc",
474     "synchronization/lock_impl_win.cc",
475     "synchronization/spin_wait.h",
476     "synchronization/waitable_event.h",
477     "synchronization/waitable_event_posix.cc",
478     "synchronization/waitable_event_watcher.h",
479     "synchronization/waitable_event_watcher_posix.cc",
480     "synchronization/waitable_event_watcher_win.cc",
481     "synchronization/waitable_event_win.cc",
482     "sys_byteorder.h",
483     "sys_info.cc",
484     "sys_info.h",
485     "sys_info_android.cc",
486     "sys_info_chromeos.cc",
487     "sys_info_freebsd.cc",
488     "sys_info_ios.mm",
489     "sys_info_linux.cc",
490     "sys_info_mac.cc",
491     "sys_info_openbsd.cc",
492     "sys_info_posix.cc",
493     "sys_info_win.cc",
494     "system_monitor/system_monitor.cc",
495     "system_monitor/system_monitor.h",
496     "task/cancelable_task_tracker.cc",
497     "task/cancelable_task_tracker.h",
498     "task_runner.cc",
499     "task_runner.h",
500     "task_runner_util.h",
501     "template_util.h",
502     "third_party/dmg_fp/dmg_fp.h",
503     "third_party/dmg_fp/dtoa_wrapper.cc",
504     "third_party/dmg_fp/g_fmt.cc",
505     "third_party/icu/icu_utf.cc",
506     "third_party/icu/icu_utf.h",
507     "third_party/nspr/prtime.cc",
508     "third_party/nspr/prtime.h",
509     "third_party/superfasthash/superfasthash.c",
510     "thread_task_runner_handle.cc",
511     "thread_task_runner_handle.h",
512     "threading/non_thread_safe.h",
513     "threading/non_thread_safe_impl.cc",
514     "threading/non_thread_safe_impl.h",
515     "threading/platform_thread.h",
516     "threading/platform_thread_android.cc",
517     "threading/platform_thread_internal_posix.cc",
518     "threading/platform_thread_internal_posix.h",
519     "threading/platform_thread_linux.cc",
520     "threading/platform_thread_mac.mm",
521     "threading/platform_thread_posix.cc",
522     "threading/platform_thread_win.cc",
523     "threading/post_task_and_reply_impl.cc",
524     "threading/post_task_and_reply_impl.h",
525     "threading/sequenced_worker_pool.cc",
526     "threading/sequenced_worker_pool.h",
527     "threading/simple_thread.cc",
528     "threading/simple_thread.h",
529     "threading/thread.cc",
530     "threading/thread.h",
531     "threading/thread_checker.h",
532     "threading/thread_checker_impl.cc",
533     "threading/thread_checker_impl.h",
534     "threading/thread_collision_warner.cc",
535     "threading/thread_collision_warner.h",
536     "threading/thread_id_name_manager.cc",
537     "threading/thread_id_name_manager.h",
538     "threading/thread_local.h",
539     "threading/thread_local_android.cc",
540     "threading/thread_local_posix.cc",
541     "threading/thread_local_storage.cc",
542     "threading/thread_local_storage.h",
543     "threading/thread_local_storage_posix.cc",
544     "threading/thread_local_storage_win.cc",
545     "threading/thread_local_win.cc",
546     "threading/thread_restrictions.cc",
547     "threading/thread_restrictions.h",
548     "threading/watchdog.cc",
549     "threading/watchdog.h",
550     "threading/worker_pool.cc",
551     "threading/worker_pool.h",
552     "threading/worker_pool_posix.cc",
553     "threading/worker_pool_posix.h",
554     "threading/worker_pool_win.cc",
555     "time/clock.cc",
556     "time/clock.h",
557     "time/default_clock.cc",
558     "time/default_clock.h",
559     "time/default_tick_clock.cc",
560     "time/default_tick_clock.h",
561     "time/tick_clock.cc",
562     "time/tick_clock.h",
563     "time/time.cc",
564     "time/time.h",
565     "time/time_mac.cc",
566     "time/time_posix.cc",
567     "time/time_win.cc",
568     "timer/elapsed_timer.cc",
569     "timer/elapsed_timer.h",
570     "timer/hi_res_timer_manager.h",
571     "timer/hi_res_timer_manager_posix.cc",
572     "timer/hi_res_timer_manager_win.cc",
573     "timer/mock_timer.cc",
574     "timer/mock_timer.h",
575     "timer/timer.cc",
576     "timer/timer.h",
577     "tracked_objects.cc",
578     "tracked_objects.h",
579     "tracking_info.cc",
580     "tracking_info.h",
581     "tuple.h",
582     "value_conversions.cc",
583     "value_conversions.h",
584     "values.cc",
585     "values.h",
586     "version.cc",
587     "version.h",
588     "vlog.cc",
589     "vlog.h",
590     "win/enum_variant.cc",
591     "win/enum_variant.h",
592     "win/event_trace_consumer.h",
593     "win/event_trace_controller.cc",
594     "win/event_trace_controller.h",
595     "win/event_trace_provider.cc",
596     "win/event_trace_provider.h",
597     "win/i18n.cc",
598     "win/i18n.h",
599     "win/iat_patch_function.cc",
600     "win/iat_patch_function.h",
601     "win/iunknown_impl.cc",
602     "win/iunknown_impl.h",
603     "win/message_window.cc",
604     "win/message_window.h",
605     "win/metro.cc",
606     "win/metro.h",
607     "win/object_watcher.cc",
608     "win/object_watcher.h",
609     "win/registry.cc",
610     "win/registry.h",
611     "win/resource_util.cc",
612     "win/resource_util.h",
613     "win/scoped_bstr.cc",
614     "win/scoped_bstr.h",
615     "win/scoped_co_mem.h",
616     "win/scoped_com_initializer.h",
617     "win/scoped_comptr.h",
618     "win/scoped_gdi_object.h",
619     "win/scoped_handle.cc",
620     "win/scoped_handle.h",
621     "win/scoped_hdc.h",
622     "win/scoped_hglobal.h",
623     "win/scoped_process_information.cc",
624     "win/scoped_process_information.h",
625     "win/scoped_propvariant.h",
626     "win/scoped_select_object.h",
627     "win/scoped_variant.cc",
628     "win/scoped_variant.h",
629     "win/shortcut.cc",
630     "win/shortcut.h",
631     "win/startup_information.cc",
632     "win/startup_information.h",
633     "win/win_util.cc",
634     "win/win_util.h",
635     "win/windows_version.cc",
636     "win/windows_version.h",
637     "win/wrapped_window_proc.cc",
638     "win/wrapped_window_proc.h",
639   ]
641   sources -= [
642     "sys_info_freebsd.cc",
643     "sys_info_openbsd.cc",
644   ]
646   configs += [ ":base_implementation" ]
648   deps = [
649     ":base_static",
650     "//base/allocator:allocator_extension_thunks",
651     "//base/third_party/dynamic_annotations",
652     "//third_party/modp_b64",
653   ]
655   public_deps = [
656     ":base_paths",
657     "//base/debug",
658     "//base/json",
659     "//base/memory",
660     "//base/metrics",
661     "//base/process",
662     "//base/trace_event",
663   ]
665   # Allow more direct string conversions on platforms with native utf8
666   # strings
667   if (is_mac || is_ios || is_chromeos) {
668     defines = [ "SYSTEM_NATIVE_UTF8" ]
669   }
671   if (is_android) {
672     sources -= [ "power_monitor/power_monitor_device_source_posix.cc" ]
674     # Android uses some Linux sources, put those back.
675     set_sources_assignment_filter([])
676     sources += [
677       "files/file_path_watcher_linux.cc",
678       "posix/unix_domain_socket_linux.cc",
679       "sys_info_linux.cc",
680     ]
681     set_sources_assignment_filter(sources_assignment_filter)
683     deps += [
684       ":base_jni_headers",
685       "//third_party/ashmem",
686       "//third_party/android_tools:cpu_features",
687     ]
689     # logging.cc uses the Android logging library.
690     libs = [ "log" ]
691   }
693   if (is_chromeos) {
694     sources -= [ "power_monitor/power_monitor_device_source_posix.cc" ]
695   }
697   if (is_nacl) {
698     # We reset sources_assignment_filter in order to explicitly include
699     # the linux file (which would otherwise be filtered out).
700     set_sources_assignment_filter([])
701     sources += [
702       "files/file_path_watcher_stub.cc",
703       "sync_socket_nacl.cc",
704       "threading/platform_thread_linux.cc",
705     ]
706     set_sources_assignment_filter(sources_assignment_filter)
708     sources -= [
709       "allocator/type_profiler_control.cc",
710       "allocator/type_profiler_control.h",
711       "async_socket_io_handler_posix.cc",
712       "cpu.cc",
713       "files/file_enumerator_posix.cc",
714       "files/file_proxy.cc",
715       "files/file_util.cc",
716       "files/file_util_posix.cc",
717       "files/file_util_proxy.cc",
718       "files/important_file_writer.cc",
719       "files/important_file_writer.h",
720       "files/scoped_temp_dir.cc",
721       "message_loop/message_pump_libevent.cc",
722       "native_library_posix.cc",
723       "path_service.cc",
724       "rand_util_posix.cc",
725       "scoped_native_library.cc",
726       "sync_socket_posix.cc",
727       "sys_info.cc",
728       "sys_info_posix.cc",
729     ]
730   } else {
731     # Remove NaCl stuff.
732     sources -= [
733       "os_compat_nacl.cc",
734       "os_compat_nacl.h",
735       "rand_util_nacl.cc",
736     ]
737   }
739   # Windows.
740   if (is_win) {
741     sources -= [
742       "message_loop/message_pump_libevent.cc",
743       "strings/string16.cc",
745       # Not using sha1_win.cc because it may have caused a
746       # regression to page cycler moz.
747       "sha1_win.cc",
748     ]
750     # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
751     configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
753     libs = [
754       "cfgmgr32.lib",
755       "netapi32.lib",
756       "powrprof.lib",
757       "setupapi.lib",
758     ]
759     all_dependent_configs = [ ":base_win_linker_flags" ]
760   } else if (!is_nacl) {
761     # Non-Windows.
762     deps += [ "//third_party/libevent" ]
763   }
765   # Mac.
766   if (is_mac || is_ios) {
767     # Common Desktop / iOS excludes
768     sources -= [
769       "native_library_posix.cc",
770       "strings/sys_string_conversions_posix.cc",
771       "threading/platform_thread_internal_posix.cc",
772     ]
774     if (is_ios) {
775       sources -= [
776         "files/file_path_watcher_fsevents.cc",
777         "files/file_path_watcher_fsevents.h",
778       ]
779     }
780   } else {
781     # Non-Mac.
782     sources -= [
783       "files/file_path_watcher_fsevents.cc",
784       "files/file_path_watcher_fsevents.h",
785       "files/file_path_watcher_kqueue.cc",
786       "files/file_path_watcher_kqueue.h",
787     ]
788   }
790   # Linux.
791   if (is_linux) {
792     # TODO(brettw) this will need to be parameterized at some point.
793     linux_configs = []
794     if (use_glib) {
795       linux_configs += [ "//build/config/linux:glib" ]
796     }
798     configs += linux_configs
799     all_dependent_configs = linux_configs
801     # These dependencies are not required on Android, and in the case
802     # of xdg_mime must be excluded due to licensing restrictions.
803     deps += [
804       "//base/third_party/xdg_mime",
805       "//base/third_party/xdg_user_dirs",
806     ]
807   } else {
808     # Non-Linux.
809     sources -= [
810       "nix/mime_util_xdg.cc",
811       "nix/mime_util_xdg.h",
812       "nix/xdg_util.cc",
813       "nix/xdg_util.h",
814     ]
816     if (!is_android) {
817       sources -= [
818         "linux_util.cc",
819         "linux_util.h",
820       ]
821     }
822   }
824   # iOS
825   if (is_ios) {
826     set_sources_assignment_filter([])
828     sources += [
829       "atomicops_internals_mac.h",
830       "base_paths_mac.h",
831       "base_paths_mac.mm",
832       "file_version_info_mac.h",
833       "file_version_info_mac.mm",
834       "files/file_util_mac.mm",
835       "mac/bundle_locations.h",
836       "mac/bundle_locations.mm",
837       "mac/foundation_util.h",
838       "mac/foundation_util.mm",
839       "mac/mac_logging.cc",
840       "mac/mac_logging.h",
841       "mac/mach_logging.cc",
842       "mac/mach_logging.h",
843       "mac/objc_property_releaser.h",
844       "mac/objc_property_releaser.mm",
845       "mac/scoped_mach_port.cc",
846       "mac/scoped_mach_port.h",
847       "mac/scoped_mach_vm.cc",
848       "mac/scoped_mach_vm.h",
849       "mac/scoped_nsautorelease_pool.h",
850       "mac/scoped_nsautorelease_pool.mm",
851       "mac/scoped_nsobject.h",
852       "mac/scoped_objc_class_swizzler.h",
853       "mac/scoped_objc_class_swizzler.mm",
854       "message_loop/message_pump_mac.h",
855       "message_loop/message_pump_mac.mm",
856       "strings/sys_string_conversions_mac.mm",
857       "threading/platform_thread_mac.mm",
858       "time/time_mac.cc",
859     ]
861     set_sources_assignment_filter(sources_assignment_filter)
862   }
864   if (!use_glib) {
865     sources -= [
866       "message_loop/message_pump_glib.cc",
867       "message_loop/message_pump_glib.h",
868     ]
869   }
871   configs += [ "//build/config/compiler:wexit_time_destructors" ]
872   if (!is_debug) {
873     configs -= [ "//build/config/compiler:optimize" ]
874     configs += [ "//build/config/compiler:optimize_max" ]
875   }
877   allow_circular_includes_from = public_deps
880 # This is the subset of files from base that should not be used with a dynamic
881 # library. Note that this library cannot depend on base because base depends on
882 # base_static.
883 source_set("base_static") {
884   sources = [
885     "base_switches.cc",
886     "base_switches.h",
887     "win/pe_image.cc",
888     "win/pe_image.h",
889   ]
891   if (!is_debug) {
892     configs -= [ "//build/config/compiler:optimize" ]
893     configs += [ "//build/config/compiler:optimize_max" ]
894   }
897 component("i18n") {
898   output_name = "base_i18n"
899   sources = [
900     "i18n/base_i18n_export.h",
901     "i18n/bidi_line_iterator.cc",
902     "i18n/bidi_line_iterator.h",
903     "i18n/break_iterator.cc",
904     "i18n/break_iterator.h",
905     "i18n/case_conversion.cc",
906     "i18n/case_conversion.h",
907     "i18n/char_iterator.cc",
908     "i18n/char_iterator.h",
909     "i18n/file_util_icu.cc",
910     "i18n/file_util_icu.h",
911     "i18n/i18n_constants.cc",
912     "i18n/i18n_constants.h",
913     "i18n/icu_encoding_detection.cc",
914     "i18n/icu_encoding_detection.h",
915     "i18n/icu_string_conversions.cc",
916     "i18n/icu_string_conversions.h",
917     "i18n/icu_util.cc",
918     "i18n/icu_util.h",
919     "i18n/number_formatting.cc",
920     "i18n/number_formatting.h",
921     "i18n/rtl.cc",
922     "i18n/rtl.h",
923     "i18n/streaming_utf8_validator.cc",
924     "i18n/streaming_utf8_validator.h",
925     "i18n/string_compare.cc",
926     "i18n/string_compare.h",
927     "i18n/string_search.cc",
928     "i18n/string_search.h",
929     "i18n/time_formatting.cc",
930     "i18n/time_formatting.h",
931     "i18n/timezone.cc",
932     "i18n/timezone.h",
933     "i18n/utf8_validator_tables.cc",
934     "i18n/utf8_validator_tables.h",
935   ]
936   defines = [ "BASE_I18N_IMPLEMENTATION" ]
937   configs += [ "//build/config/compiler:wexit_time_destructors" ]
938   deps = [
939     ":base",
940     "//base/third_party/dynamic_annotations",
941     "//third_party/icu",
942   ]
944   if (!is_debug) {
945     configs -= [ "//build/config/compiler:optimize" ]
946     configs += [ "//build/config/compiler:optimize_max" ]
947   }
949   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
950   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
953 if (is_win || (is_linux && !is_chromeos)) {
954   # TODO(GYP): Figure out which of these work and are needed on other platforms.
955   test("base_perftests") {
956     sources = [
957       "message_loop/message_pump_perftest.cc",
959       # "test/run_all_unittests.cc",
960       "threading/thread_perftest.cc",
961     ]
962     deps = [
963       ":base",
964       "//base/test:test_support",
965       "//base/test:test_support_perf",
966       "//testing/perf",
967       "//testing/gtest",
968     ]
970     if (is_android) {
971       deps += [ "//testing/android/native_test:native_test_native_code" ]
972     }
973   }
975   test("base_i18n_perftests") {
976     sources = [
977       "i18n/streaming_utf8_validator_perftest.cc",
978     ]
979     deps = [
980       ":base",
981       ":i18n",
982       "//base/test:test_support",
983       "//base/test:test_support_perf",
984       "//testing/gtest",
985     ]
986   }
988   if (!is_ios) {
989     executable("build_utf8_validator_tables") {
990       sources = [
991         "i18n/build_utf8_validator_tables.cc",
992       ]
993       deps = [
994         ":base",
995         "//third_party/icu:icuuc",
996       ]
997     }
999     executable("check_example") {
1000       sources = [
1001         "check_example.cc",
1002       ]
1003       deps = [
1004         ":base",
1005       ]
1006     }
1007   }
1010 component("prefs") {
1011   sources = [
1012     "prefs/base_prefs_export.h",
1013     "prefs/default_pref_store.cc",
1014     "prefs/default_pref_store.h",
1015     "prefs/json_pref_store.cc",
1016     "prefs/json_pref_store.h",
1017     "prefs/overlay_user_pref_store.cc",
1018     "prefs/overlay_user_pref_store.h",
1019     "prefs/persistent_pref_store.h",
1020     "prefs/pref_change_registrar.cc",
1021     "prefs/pref_change_registrar.h",
1022     "prefs/pref_filter.h",
1023     "prefs/pref_member.cc",
1024     "prefs/pref_member.h",
1025     "prefs/pref_notifier.h",
1026     "prefs/pref_notifier_impl.cc",
1027     "prefs/pref_notifier_impl.h",
1028     "prefs/pref_observer.h",
1029     "prefs/pref_registry.cc",
1030     "prefs/pref_registry.h",
1031     "prefs/pref_registry_simple.cc",
1032     "prefs/pref_registry_simple.h",
1033     "prefs/pref_service.cc",
1034     "prefs/pref_service.h",
1035     "prefs/pref_service_factory.cc",
1036     "prefs/pref_service_factory.h",
1037     "prefs/pref_store.cc",
1038     "prefs/pref_store.h",
1039     "prefs/pref_value_map.cc",
1040     "prefs/pref_value_map.h",
1041     "prefs/pref_value_store.cc",
1042     "prefs/pref_value_store.h",
1043     "prefs/scoped_user_pref_update.cc",
1044     "prefs/scoped_user_pref_update.h",
1045     "prefs/value_map_pref_store.cc",
1046     "prefs/value_map_pref_store.h",
1047     "prefs/writeable_pref_store.h",
1048   ]
1050   defines = [ "BASE_PREFS_IMPLEMENTATION" ]
1052   deps = [
1053     ":base",
1054   ]
1056   if (!is_debug) {
1057     configs -= [ "//build/config/compiler:optimize" ]
1058     configs += [ "//build/config/compiler:optimize_max" ]
1059   }
1062 source_set("prefs_test_support") {
1063   testonly = true
1064   sources = [
1065     "prefs/mock_pref_change_callback.cc",
1066     "prefs/mock_pref_change_callback.h",
1067     "prefs/pref_store_observer_mock.cc",
1068     "prefs/pref_store_observer_mock.h",
1069     "prefs/testing_pref_service.cc",
1070     "prefs/testing_pref_service.h",
1071     "prefs/testing_pref_store.cc",
1072     "prefs/testing_pref_store.h",
1073   ]
1075   public_deps = [
1076     ":prefs",
1077   ]
1078   deps = [
1079     ":base",
1080     "//testing/gmock",
1081     "//testing/gtest",
1082   ]
1085 source_set("message_loop_tests") {
1086   testonly = true
1087   sources = [
1088     "message_loop/message_loop_test.cc",
1089     "message_loop/message_loop_test.h",
1090   ]
1092   deps = [
1093     ":base",
1094     "//testing/gtest",
1095   ]
1098 if (is_win) {
1099   # Target to manually rebuild pe_image_test.dll which is checked into
1100   # base/test/data/pe_image.
1101   shared_library("pe_image_test") {
1102     sources = [
1103       "win/pe_image_test.cc",
1104     ]
1105     ldflags = [
1106       "/DELAYLOAD:cfgmgr32.dll",
1107       "/DELAYLOAD:shell32.dll",
1108       "/SUBSYSTEM:WINDOWS",
1109     ]
1110     libs = [
1111       "cfgmgr32.lib",
1112       "shell32.lib",
1113     ]
1114   }
1117 # TODO(GYP): Delete this after we've converted everything to GN.
1118 # The _run targets exist only for compatibility w/ GYP.
1119 group("base_unittests_run") {
1120   testonly = true
1121   deps = [
1122     ":base_unittests",
1123   ]
1126 test("base_unittests") {
1127   sources = [
1128     "android/application_status_listener_unittest.cc",
1129     "android/content_uri_utils_unittest.cc",
1130     "android/jni_android_unittest.cc",
1131     "android/jni_array_unittest.cc",
1132     "android/jni_string_unittest.cc",
1133     "android/library_loader/library_prefetcher_unittest.cc",
1134     "android/path_utils_unittest.cc",
1135     "android/scoped_java_ref_unittest.cc",
1136     "android/sys_utils_unittest.cc",
1137     "async_socket_io_handler_unittest.cc",
1138     "at_exit_unittest.cc",
1139     "atomicops_unittest.cc",
1140     "barrier_closure_unittest.cc",
1141     "base64_unittest.cc",
1142     "big_endian_unittest.cc",
1143     "bind_unittest.cc",
1144     "bind_unittest.nc",
1145     "bits_unittest.cc",
1146     "build_time_unittest.cc",
1147     "callback_helpers_unittest.cc",
1148     "callback_list_unittest.cc",
1149     "callback_list_unittest.nc",
1150     "callback_unittest.cc",
1151     "callback_unittest.nc",
1152     "cancelable_callback_unittest.cc",
1153     "command_line_unittest.cc",
1154     "containers/adapters_unittest.cc",
1155     "containers/hash_tables_unittest.cc",
1156     "containers/linked_list_unittest.cc",
1157     "containers/mru_cache_unittest.cc",
1158     "containers/scoped_ptr_hash_map_unittest.cc",
1159     "containers/scoped_ptr_map_unittest.cc",
1160     "containers/small_map_unittest.cc",
1161     "containers/stack_container_unittest.cc",
1162     "cpu_unittest.cc",
1163     "debug/crash_logging_unittest.cc",
1164     "debug/debugger_unittest.cc",
1165     "debug/leak_tracker_unittest.cc",
1166     "debug/proc_maps_linux_unittest.cc",
1167     "debug/stack_trace_unittest.cc",
1168     "debug/task_annotator_unittest.cc",
1169     "deferred_sequenced_task_runner_unittest.cc",
1170     "environment_unittest.cc",
1171     "file_version_info_unittest.cc",
1172     "files/dir_reader_posix_unittest.cc",
1173     "files/file_path_unittest.cc",
1174     "files/file_path_watcher_unittest.cc",
1175     "files/file_proxy_unittest.cc",
1176     "files/file_unittest.cc",
1177     "files/file_util_proxy_unittest.cc",
1178     "files/file_util_unittest.cc",
1179     "files/important_file_writer_unittest.cc",
1180     "files/scoped_temp_dir_unittest.cc",
1181     "gmock_unittest.cc",
1182     "guid_unittest.cc",
1183     "hash_unittest.cc",
1184     "i18n/break_iterator_unittest.cc",
1185     "i18n/case_conversion_unittest.cc",
1186     "i18n/char_iterator_unittest.cc",
1187     "i18n/file_util_icu_unittest.cc",
1188     "i18n/icu_string_conversions_unittest.cc",
1189     "i18n/number_formatting_unittest.cc",
1190     "i18n/rtl_unittest.cc",
1191     "i18n/streaming_utf8_validator_unittest.cc",
1192     "i18n/string_search_unittest.cc",
1193     "i18n/time_formatting_unittest.cc",
1194     "i18n/timezone_unittest.cc",
1195     "id_map_unittest.cc",
1196     "ios/device_util_unittest.mm",
1197     "ios/weak_nsobject_unittest.mm",
1198     "json/json_parser_unittest.cc",
1199     "json/json_reader_unittest.cc",
1200     "json/json_value_converter_unittest.cc",
1201     "json/json_value_serializer_unittest.cc",
1202     "json/json_writer_unittest.cc",
1203     "json/string_escape_unittest.cc",
1204     "lazy_instance_unittest.cc",
1205     "logging_unittest.cc",
1206     "mac/bind_objc_block_unittest.mm",
1207     "mac/dispatch_source_mach_unittest.cc",
1208     "mac/foundation_util_unittest.mm",
1209     "mac/libdispatch_task_runner_unittest.cc",
1210     "mac/mac_util_unittest.mm",
1211     "mac/objc_property_releaser_unittest.mm",
1212     "mac/scoped_nsobject_unittest.mm",
1213     "mac/scoped_objc_class_swizzler_unittest.mm",
1214     "mac/scoped_sending_event_unittest.mm",
1215     "md5_unittest.cc",
1216     "memory/aligned_memory_unittest.cc",
1217     "memory/discardable_shared_memory_unittest.cc",
1218     "memory/linked_ptr_unittest.cc",
1219     "memory/memory_pressure_monitor_chromeos_unittest.cc",
1220     "memory/memory_pressure_monitor_win_unittest.cc",
1221     "memory/ref_counted_memory_unittest.cc",
1222     "memory/ref_counted_unittest.cc",
1223     "memory/scoped_ptr_unittest.cc",
1224     "memory/scoped_ptr_unittest.nc",
1225     "memory/scoped_vector_unittest.cc",
1226     "memory/shared_memory_unittest.cc",
1227     "memory/singleton_unittest.cc",
1228     "memory/weak_ptr_unittest.cc",
1229     "memory/weak_ptr_unittest.nc",
1230     "message_loop/message_loop_task_runner_unittest.cc",
1231     "message_loop/message_loop_unittest.cc",
1232     "message_loop/message_pump_glib_unittest.cc",
1233     "message_loop/message_pump_io_ios_unittest.cc",
1234     "metrics/bucket_ranges_unittest.cc",
1235     "metrics/field_trial_unittest.cc",
1236     "metrics/histogram_base_unittest.cc",
1237     "metrics/histogram_delta_serialization_unittest.cc",
1238     "metrics/histogram_snapshot_manager_unittest.cc",
1239     "metrics/histogram_unittest.cc",
1240     "metrics/sample_map_unittest.cc",
1241     "metrics/sample_vector_unittest.cc",
1242     "metrics/sparse_histogram_unittest.cc",
1243     "metrics/statistics_recorder_unittest.cc",
1244     "move_unittest.cc",
1245     "numerics/safe_numerics_unittest.cc",
1246     "observer_list_unittest.cc",
1247     "os_compat_android_unittest.cc",
1248     "path_service_unittest.cc",
1249     "pickle_unittest.cc",
1250     "posix/file_descriptor_shuffle_unittest.cc",
1251     "posix/unix_domain_socket_linux_unittest.cc",
1252     "power_monitor/power_monitor_unittest.cc",
1253     "prefs/default_pref_store_unittest.cc",
1254     "prefs/json_pref_store_unittest.cc",
1255     "prefs/overlay_user_pref_store_unittest.cc",
1256     "prefs/pref_change_registrar_unittest.cc",
1257     "prefs/pref_member_unittest.cc",
1258     "prefs/pref_notifier_impl_unittest.cc",
1259     "prefs/pref_service_unittest.cc",
1260     "prefs/pref_value_map_unittest.cc",
1261     "prefs/pref_value_store_unittest.cc",
1262     "prefs/scoped_user_pref_update_unittest.cc",
1263     "process/memory_unittest.cc",
1264     "process/memory_unittest_mac.h",
1265     "process/memory_unittest_mac.mm",
1266     "process/process_metrics_unittest.cc",
1267     "process/process_metrics_unittest_ios.cc",
1268     "process/process_unittest.cc",
1269     "process/process_util_unittest.cc",
1270     "process/process_util_unittest_ios.cc",
1271     "profiler/stack_sampling_profiler_unittest.cc",
1272     "profiler/tracked_time_unittest.cc",
1273     "rand_util_unittest.cc",
1274     "scoped_clear_errno_unittest.cc",
1275     "scoped_generic_unittest.cc",
1276     "scoped_native_library_unittest.cc",
1277     "security_unittest.cc",
1278     "sequence_checker_unittest.cc",
1279     "sha1_unittest.cc",
1280     "stl_util_unittest.cc",
1281     "strings/nullable_string16_unittest.cc",
1282     "strings/safe_sprintf_unittest.cc",
1283     "strings/string16_unittest.cc",
1284     "strings/string_number_conversions_unittest.cc",
1285     "strings/string_piece_unittest.cc",
1286     "strings/string_split_unittest.cc",
1287     "strings/string_tokenizer_unittest.cc",
1288     "strings/string_util_unittest.cc",
1289     "strings/stringize_macros_unittest.cc",
1290     "strings/stringprintf_unittest.cc",
1291     "strings/sys_string_conversions_mac_unittest.mm",
1292     "strings/sys_string_conversions_unittest.cc",
1293     "strings/utf_offset_string_conversions_unittest.cc",
1294     "strings/utf_string_conversions_unittest.cc",
1295     "supports_user_data_unittest.cc",
1296     "sync_socket_unittest.cc",
1297     "synchronization/cancellation_flag_unittest.cc",
1298     "synchronization/condition_variable_unittest.cc",
1299     "synchronization/lock_unittest.cc",
1300     "synchronization/waitable_event_unittest.cc",
1301     "synchronization/waitable_event_watcher_unittest.cc",
1302     "sys_info_unittest.cc",
1303     "system_monitor/system_monitor_unittest.cc",
1304     "task/cancelable_task_tracker_unittest.cc",
1305     "task_runner_util_unittest.cc",
1306     "template_util_unittest.cc",
1307     "test/expectations/expectation_unittest.cc",
1308     "test/expectations/parser_unittest.cc",
1309     "test/histogram_tester_unittest.cc",
1310     "test/test_reg_util_win_unittest.cc",
1311     "test/trace_event_analyzer_unittest.cc",
1312     "test/user_action_tester_unittest.cc",
1313     "threading/non_thread_safe_unittest.cc",
1314     "threading/platform_thread_unittest.cc",
1315     "threading/sequenced_worker_pool_unittest.cc",
1316     "threading/simple_thread_unittest.cc",
1317     "threading/thread_checker_unittest.cc",
1318     "threading/thread_collision_warner_unittest.cc",
1319     "threading/thread_id_name_manager_unittest.cc",
1320     "threading/thread_local_storage_unittest.cc",
1321     "threading/thread_local_unittest.cc",
1322     "threading/thread_unittest.cc",
1323     "threading/watchdog_unittest.cc",
1324     "threading/worker_pool_posix_unittest.cc",
1325     "threading/worker_pool_unittest.cc",
1326     "time/pr_time_unittest.cc",
1327     "time/time_unittest.cc",
1328     "time/time_win_unittest.cc",
1329     "timer/hi_res_timer_manager_unittest.cc",
1330     "timer/mock_timer_unittest.cc",
1331     "timer/timer_unittest.cc",
1332     "tools_sanity_unittest.cc",
1333     "tracked_objects_unittest.cc",
1334     "tuple_unittest.cc",
1335     "values_unittest.cc",
1336     "version_unittest.cc",
1337     "vlog_unittest.cc",
1338     "win/dllmain.cc",
1339     "win/enum_variant_unittest.cc",
1340     "win/event_trace_consumer_unittest.cc",
1341     "win/event_trace_controller_unittest.cc",
1342     "win/event_trace_provider_unittest.cc",
1343     "win/i18n_unittest.cc",
1344     "win/iunknown_impl_unittest.cc",
1345     "win/message_window_unittest.cc",
1346     "win/object_watcher_unittest.cc",
1347     "win/pe_image_unittest.cc",
1348     "win/registry_unittest.cc",
1349     "win/scoped_bstr_unittest.cc",
1350     "win/scoped_comptr_unittest.cc",
1351     "win/scoped_process_information_unittest.cc",
1352     "win/scoped_variant_unittest.cc",
1353     "win/shortcut_unittest.cc",
1354     "win/startup_information_unittest.cc",
1355     "win/win_util_unittest.cc",
1356     "win/wrapped_window_proc_unittest.cc",
1357   ]
1359   deps = [
1360     ":base",
1361     ":i18n",
1362     ":message_loop_tests",
1363     ":prefs",
1364     ":prefs_test_support",
1365     "//base/allocator",
1366     "//base/test:run_all_unittests",
1367     "//base/test:test_support",
1368     "//base/third_party/dynamic_annotations",
1369     "//base/trace_event:trace_event_unittests",
1370     "//testing/gmock",
1371     "//testing/gtest",
1372     "//third_party/icu",
1373   ]
1375   data = [
1376     "test/data/",
1378     # TODO(dpranke): Remove when icu declares this directly.
1379     "$root_out_dir/icudtl.dat",
1380   ]
1382   # Allow more direct string conversions on platforms with native utf8
1383   # strings
1384   if (is_mac || is_ios || is_chromeos) {
1385     defines = [ "SYSTEM_NATIVE_UTF8" ]
1386   }
1388   if (is_android) {
1389     apk_deps = [
1390       ":base_java",
1391       ":base_java_unittest_support",
1392     ]
1393     isolate_file = "base_unittests.isolate"
1394   }
1396   if (is_ios) {
1397     sources -= [
1398       "process/memory_unittest.cc",
1399       "process/process_unittest.cc",
1400       "process/process_util_unittest.cc",
1401     ]
1403     # Pull in specific Mac files for iOS (which have been filtered out by file
1404     # name rules).
1405     set_sources_assignment_filter([])
1406     sources += [
1407       "mac/bind_objc_block_unittest.mm",
1408       "mac/foundation_util_unittest.mm",
1409       "mac/objc_property_releaser_unittest.mm",
1410       "mac/scoped_nsobject_unittest.mm",
1411       "sys_string_conversions_mac_unittest.mm",
1412     ]
1413     set_sources_assignment_filter(sources_assignment_filter)
1415     # TODO(GYP): dep on copy_test_data_ios action.
1416   }
1418   if (is_linux) {
1419     sources -= [ "file_version_info_unittest.cc" ]
1420     sources += [ "nix/xdg_util_unittest.cc" ]
1421     deps += [ "//base/test:malloc_wrapper" ]
1423     if (use_glib) {
1424       configs += [ "//build/config/linux:glib" ]
1425     }
1426   }
1428   if (!is_linux || use_ozone) {
1429     sources -= [ "message_loop/message_pump_glib_unittest.cc" ]
1430   }
1432   if (is_posix || is_ios) {
1433     sources += [ "message_loop/message_pump_libevent_unittest.cc" ]
1434     deps += [ "//third_party/libevent" ]
1435   }
1437   if (is_android) {
1438     deps += [ "//testing/android/native_test:native_test_native_code" ]
1439     set_sources_assignment_filter([])
1440     sources += [ "debug/proc_maps_linux_unittest.cc" ]
1441     set_sources_assignment_filter(sources_assignment_filter)
1442   }
1444   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1445   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1448 if (is_android) {
1449   # GYP: //base.gyp:base_jni_headers
1450   generate_jni("base_jni_headers") {
1451     sources = [
1452       "android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java",
1453       "android/java/src/org/chromium/base/ApkAssets.java",
1454       "android/java/src/org/chromium/base/ApplicationStatus.java",
1455       "android/java/src/org/chromium/base/BuildInfo.java",
1456       "android/java/src/org/chromium/base/CommandLine.java",
1457       "android/java/src/org/chromium/base/ContentUriUtils.java",
1458       "android/java/src/org/chromium/base/CpuFeatures.java",
1459       "android/java/src/org/chromium/base/EventLog.java",
1460       "android/java/src/org/chromium/base/FieldTrialList.java",
1461       "android/java/src/org/chromium/base/ImportantFileWriterAndroid.java",
1462       "android/java/src/org/chromium/base/JNIUtils.java",
1463       "android/java/src/org/chromium/base/JavaHandlerThread.java",
1464       "android/java/src/org/chromium/base/LocaleUtils.java",
1465       "android/java/src/org/chromium/base/MemoryPressureListener.java",
1466       "android/java/src/org/chromium/base/PathService.java",
1467       "android/java/src/org/chromium/base/PathUtils.java",
1468       "android/java/src/org/chromium/base/PowerMonitor.java",
1469       "android/java/src/org/chromium/base/SysUtils.java",
1470       "android/java/src/org/chromium/base/SystemMessageHandler.java",
1471       "android/java/src/org/chromium/base/ThreadUtils.java",
1472       "android/java/src/org/chromium/base/TraceEvent.java",
1473       "android/java/src/org/chromium/base/library_loader/LibraryLoader.java",
1474       "android/java/src/org/chromium/base/metrics/RecordHistogram.java",
1475       "android/java/src/org/chromium/base/metrics/RecordUserAction.java",
1476     ]
1478     deps = [
1479       ":android_runtime_jni_headers",
1480     ]
1482     jni_package = "base"
1483   }
1485   # GYP: //base.gyp:android_runtime_jni_headers
1486   generate_jar_jni("android_runtime_jni_headers") {
1487     jni_package = "base"
1488     classes = [ "java/lang/Runtime.class" ]
1489   }
1491   # GYP: //base.gyp:base_java
1492   android_library("base_java") {
1493     srcjar_deps = [
1494       ":base_android_java_enums_srcjar",
1495       ":base_native_libraries_gen",
1496     ]
1498     deps = [
1499       "//third_party/jsr-305:jsr_305_javalib",
1500     ]
1502     DEPRECATED_java_in_dir = "android/java/src"
1504     # A new version of NativeLibraries.java (with the actual correct values)
1505     # will be created when creating an apk.
1506     jar_excluded_patterns = [
1507       "*/NativeLibraries.class",
1508       "*/NativeLibraries##*.class",
1509     ]
1510   }
1512   # GYP: //base.gyp:base_javatests
1513   android_library("base_javatests") {
1514     deps = [
1515       ":base_java",
1516       ":base_java_test_support",
1517     ]
1518     DEPRECATED_java_in_dir = "android/javatests/src"
1519   }
1521   # GYP: //base.gyp:base_java_test_support
1522   android_library("base_java_test_support") {
1523     deps = [
1524       ":base_java",
1525       "//testing/android/reporter:reporter_java",
1526     ]
1527     DEPRECATED_java_in_dir = "test/android/javatests/src"
1528   }
1530   # GYP: //base.gyp:base_junit_tests
1531   junit_binary("base_junit_tests") {
1532     java_files = [ "android/junit/src/org/chromium/base/LogTest.java" ]
1533     deps = [
1534       ":base_java",
1535       ":base_java_test_support",
1536     ]
1537   }
1539   # GYP: //base.gyp:base_java_application_state
1540   # GYP: //base.gyp:base_java_library_load_from_apk_status_codes
1541   # GYP: //base.gyp:base_java_library_process_type
1542   # GYP: //base.gyp:base_java_memory_pressure_level
1543   java_cpp_enum("base_android_java_enums_srcjar") {
1544     sources = [
1545       "android/application_status_listener.h",
1546       "android/library_loader/library_load_from_apk_status_codes.h",
1547       "android/library_loader/library_loader_hooks.h",
1548       "memory/memory_pressure_listener.h",
1549     ]
1550     outputs = [
1551       "org/chromium/base/ApplicationState.java",
1552       "org/chromium/base/library_loader/LibraryLoadFromApkStatusCodes.java",
1553       "org/chromium/base/library_loader/LibraryProcessType.java",
1554       "org/chromium/base/MemoryPressureLevel.java",
1555     ]
1556   }
1558   # GYP: //base/base.gyp:base_native_libraries_gen
1559   java_cpp_template("base_native_libraries_gen") {
1560     sources = [
1561       "android/java/templates/NativeLibraries.template",
1562     ]
1563     package_name = "org/chromium/base/library_loader"
1564   }
1566   # GYP: //base.gyp:base_java_unittest_support
1567   android_library("base_java_unittest_support") {
1568     deps = [
1569       ":base_java",
1570     ]
1571     java_files =
1572         [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1573   }