Extension syncing: Introduce a NeedsSync pref
[chromium-blink-merge.git] / base / BUILD.gn
blob6866707c2db4129ad517c1974d81357b6ced3f00
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_mac.h",
144     "atomicops_internals_portable.h",
145     "atomicops_internals_x86_msvc.h",
146     "auto_reset.h",
147     "barrier_closure.cc",
148     "barrier_closure.h",
149     "base64.cc",
150     "base64.h",
151     "base_export.h",
152     "base_switches.h",
153     "basictypes.h",
154     "big_endian.cc",
155     "big_endian.h",
156     "bind.h",
157     "bind_helpers.cc",
158     "bind_helpers.h",
159     "bind_internal.h",
160     "bind_internal_win.h",
161     "bits.h",
162     "build_time.cc",
163     "build_time.h",
164     "callback.h",
165     "callback_helpers.cc",
166     "callback_helpers.h",
167     "callback_internal.cc",
168     "callback_internal.h",
169     "cancelable_callback.h",
170     "command_line.cc",
171     "command_line.h",
172     "compiler_specific.h",
173     "containers/adapters.h",
174     "containers/hash_tables.h",
175     "containers/linked_list.h",
176     "containers/mru_cache.h",
177     "containers/scoped_ptr_hash_map.h",
178     "containers/scoped_ptr_map.h",
179     "containers/small_map.h",
180     "containers/stack_container.h",
181     "cpu.cc",
182     "cpu.h",
183     "critical_closure.h",
184     "critical_closure_internal_ios.mm",
185     "deferred_sequenced_task_runner.cc",
186     "deferred_sequenced_task_runner.h",
187     "environment.cc",
188     "environment.h",
189     "file_descriptor_posix.h",
190     "file_version_info.h",
191     "file_version_info_mac.h",
192     "file_version_info_mac.mm",
193     "file_version_info_win.cc",
194     "file_version_info_win.h",
195     "files/dir_reader_fallback.h",
196     "files/dir_reader_linux.h",
197     "files/dir_reader_posix.h",
198     "files/file.cc",
199     "files/file_enumerator.cc",
200     "files/file_enumerator.h",
201     "files/file_enumerator_posix.cc",
202     "files/file_enumerator_win.cc",
203     "files/file_path.cc",
204     "files/file_path.h",
205     "files/file_path_constants.cc",
206     "files/file_path_watcher.cc",
207     "files/file_path_watcher.h",
208     "files/file_path_watcher_fsevents.cc",
209     "files/file_path_watcher_fsevents.h",
210     "files/file_path_watcher_kqueue.cc",
211     "files/file_path_watcher_kqueue.h",
212     "files/file_path_watcher_linux.cc",
213     "files/file_path_watcher_mac.cc",
214     "files/file_path_watcher_win.cc",
215     "files/file_posix.cc",
216     "files/file_proxy.cc",
217     "files/file_proxy.h",
218     "files/file_tracing.cc",
219     "files/file_tracing.h",
220     "files/file_util.cc",
221     "files/file_util.h",
222     "files/file_util_android.cc",
223     "files/file_util_linux.cc",
224     "files/file_util_mac.mm",
225     "files/file_util_posix.cc",
226     "files/file_util_proxy.cc",
227     "files/file_util_proxy.h",
228     "files/file_util_win.cc",
229     "files/file_win.cc",
230     "files/important_file_writer.cc",
231     "files/important_file_writer.h",
232     "files/memory_mapped_file.cc",
233     "files/memory_mapped_file.h",
234     "files/memory_mapped_file_posix.cc",
235     "files/memory_mapped_file_win.cc",
236     "files/scoped_file.cc",
237     "files/scoped_file.h",
238     "files/scoped_temp_dir.cc",
239     "files/scoped_temp_dir.h",
240     "format_macros.h",
241     "gtest_prod_util.h",
242     "guid.cc",
243     "guid.h",
244     "guid_posix.cc",
245     "guid_win.cc",
246     "hash.cc",
247     "hash.h",
248     "id_map.h",
249     "ios/device_util.h",
250     "ios/device_util.mm",
251     "ios/ios_util.h",
252     "ios/ios_util.mm",
253     "ios/scoped_critical_action.h",
254     "ios/scoped_critical_action.mm",
255     "ios/weak_nsobject.h",
256     "ios/weak_nsobject.mm",
257     "lazy_instance.cc",
258     "lazy_instance.h",
259     "linux_util.cc",
260     "linux_util.h",
261     "location.cc",
262     "location.h",
263     "logging.cc",
264     "logging.h",
265     "logging_win.cc",
266     "logging_win.h",
267     "mac/authorization_util.h",
268     "mac/authorization_util.mm",
269     "mac/bind_objc_block.h",
270     "mac/bundle_locations.h",
271     "mac/bundle_locations.mm",
272     "mac/call_with_eh_frame.cc",
273     "mac/call_with_eh_frame.h",
274     "mac/call_with_eh_frame_asm.S",
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/pattern.cc",
432     "strings/pattern.h",
433     "strings/safe_sprintf.cc",
434     "strings/safe_sprintf.h",
435     "strings/string16.cc",
436     "strings/string16.h",
437     "strings/string_number_conversions.cc",
438     "strings/string_number_conversions.h",
439     "strings/string_piece.cc",
440     "strings/string_piece.h",
441     "strings/string_split.cc",
442     "strings/string_split.h",
443     "strings/string_tokenizer.h",
444     "strings/string_util.cc",
445     "strings/string_util.h",
446     "strings/string_util_constants.cc",
447     "strings/string_util_posix.h",
448     "strings/string_util_win.h",
449     "strings/stringize_macros.h",
450     "strings/stringprintf.cc",
451     "strings/stringprintf.h",
452     "strings/sys_string_conversions.h",
453     "strings/sys_string_conversions_mac.mm",
454     "strings/sys_string_conversions_posix.cc",
455     "strings/sys_string_conversions_win.cc",
456     "strings/utf_offset_string_conversions.cc",
457     "strings/utf_offset_string_conversions.h",
458     "strings/utf_string_conversion_utils.cc",
459     "strings/utf_string_conversion_utils.h",
460     "strings/utf_string_conversions.cc",
461     "strings/utf_string_conversions.h",
462     "supports_user_data.cc",
463     "supports_user_data.h",
464     "sync_socket.h",
465     "sync_socket_posix.cc",
466     "sync_socket_win.cc",
467     "synchronization/cancellation_flag.cc",
468     "synchronization/cancellation_flag.h",
469     "synchronization/condition_variable.h",
470     "synchronization/condition_variable_posix.cc",
471     "synchronization/condition_variable_win.cc",
472     "synchronization/lock.cc",
473     "synchronization/lock.h",
474     "synchronization/lock_impl.h",
475     "synchronization/lock_impl_posix.cc",
476     "synchronization/lock_impl_win.cc",
477     "synchronization/spin_wait.h",
478     "synchronization/waitable_event.h",
479     "synchronization/waitable_event_posix.cc",
480     "synchronization/waitable_event_watcher.h",
481     "synchronization/waitable_event_watcher_posix.cc",
482     "synchronization/waitable_event_watcher_win.cc",
483     "synchronization/waitable_event_win.cc",
484     "sys_byteorder.h",
485     "sys_info.cc",
486     "sys_info.h",
487     "sys_info_android.cc",
488     "sys_info_chromeos.cc",
489     "sys_info_freebsd.cc",
490     "sys_info_ios.mm",
491     "sys_info_linux.cc",
492     "sys_info_mac.cc",
493     "sys_info_openbsd.cc",
494     "sys_info_posix.cc",
495     "sys_info_win.cc",
496     "system_monitor/system_monitor.cc",
497     "system_monitor/system_monitor.h",
498     "task/cancelable_task_tracker.cc",
499     "task/cancelable_task_tracker.h",
500     "task_runner.cc",
501     "task_runner.h",
502     "task_runner_util.h",
503     "template_util.h",
504     "third_party/dmg_fp/dmg_fp.h",
505     "third_party/dmg_fp/dtoa_wrapper.cc",
506     "third_party/dmg_fp/g_fmt.cc",
507     "third_party/icu/icu_utf.cc",
508     "third_party/icu/icu_utf.h",
509     "third_party/nspr/prtime.cc",
510     "third_party/nspr/prtime.h",
511     "third_party/superfasthash/superfasthash.c",
512     "thread_task_runner_handle.cc",
513     "thread_task_runner_handle.h",
514     "threading/non_thread_safe.h",
515     "threading/non_thread_safe_impl.cc",
516     "threading/non_thread_safe_impl.h",
517     "threading/platform_thread.h",
518     "threading/platform_thread_android.cc",
519     "threading/platform_thread_internal_posix.cc",
520     "threading/platform_thread_internal_posix.h",
521     "threading/platform_thread_linux.cc",
522     "threading/platform_thread_mac.mm",
523     "threading/platform_thread_posix.cc",
524     "threading/platform_thread_win.cc",
525     "threading/post_task_and_reply_impl.cc",
526     "threading/post_task_and_reply_impl.h",
527     "threading/sequenced_worker_pool.cc",
528     "threading/sequenced_worker_pool.h",
529     "threading/simple_thread.cc",
530     "threading/simple_thread.h",
531     "threading/thread.cc",
532     "threading/thread.h",
533     "threading/thread_checker.h",
534     "threading/thread_checker_impl.cc",
535     "threading/thread_checker_impl.h",
536     "threading/thread_collision_warner.cc",
537     "threading/thread_collision_warner.h",
538     "threading/thread_id_name_manager.cc",
539     "threading/thread_id_name_manager.h",
540     "threading/thread_local.h",
541     "threading/thread_local_android.cc",
542     "threading/thread_local_posix.cc",
543     "threading/thread_local_storage.cc",
544     "threading/thread_local_storage.h",
545     "threading/thread_local_storage_posix.cc",
546     "threading/thread_local_storage_win.cc",
547     "threading/thread_local_win.cc",
548     "threading/thread_restrictions.cc",
549     "threading/thread_restrictions.h",
550     "threading/watchdog.cc",
551     "threading/watchdog.h",
552     "threading/worker_pool.cc",
553     "threading/worker_pool.h",
554     "threading/worker_pool_posix.cc",
555     "threading/worker_pool_posix.h",
556     "threading/worker_pool_win.cc",
557     "time/clock.cc",
558     "time/clock.h",
559     "time/default_clock.cc",
560     "time/default_clock.h",
561     "time/default_tick_clock.cc",
562     "time/default_tick_clock.h",
563     "time/tick_clock.cc",
564     "time/tick_clock.h",
565     "time/time.cc",
566     "time/time.h",
567     "time/time_mac.cc",
568     "time/time_posix.cc",
569     "time/time_win.cc",
570     "timer/elapsed_timer.cc",
571     "timer/elapsed_timer.h",
572     "timer/hi_res_timer_manager.h",
573     "timer/hi_res_timer_manager_posix.cc",
574     "timer/hi_res_timer_manager_win.cc",
575     "timer/mock_timer.cc",
576     "timer/mock_timer.h",
577     "timer/timer.cc",
578     "timer/timer.h",
579     "tracked_objects.cc",
580     "tracked_objects.h",
581     "tracking_info.cc",
582     "tracking_info.h",
583     "tuple.h",
584     "value_conversions.cc",
585     "value_conversions.h",
586     "values.cc",
587     "values.h",
588     "version.cc",
589     "version.h",
590     "vlog.cc",
591     "vlog.h",
592     "win/enum_variant.cc",
593     "win/enum_variant.h",
594     "win/event_trace_consumer.h",
595     "win/event_trace_controller.cc",
596     "win/event_trace_controller.h",
597     "win/event_trace_provider.cc",
598     "win/event_trace_provider.h",
599     "win/i18n.cc",
600     "win/i18n.h",
601     "win/iat_patch_function.cc",
602     "win/iat_patch_function.h",
603     "win/iunknown_impl.cc",
604     "win/iunknown_impl.h",
605     "win/message_window.cc",
606     "win/message_window.h",
607     "win/metro.cc",
608     "win/metro.h",
609     "win/object_watcher.cc",
610     "win/object_watcher.h",
611     "win/registry.cc",
612     "win/registry.h",
613     "win/resource_util.cc",
614     "win/resource_util.h",
615     "win/scoped_bstr.cc",
616     "win/scoped_bstr.h",
617     "win/scoped_co_mem.h",
618     "win/scoped_com_initializer.h",
619     "win/scoped_comptr.h",
620     "win/scoped_gdi_object.h",
621     "win/scoped_handle.cc",
622     "win/scoped_handle.h",
623     "win/scoped_hdc.h",
624     "win/scoped_hglobal.h",
625     "win/scoped_process_information.cc",
626     "win/scoped_process_information.h",
627     "win/scoped_propvariant.h",
628     "win/scoped_select_object.h",
629     "win/scoped_variant.cc",
630     "win/scoped_variant.h",
631     "win/shortcut.cc",
632     "win/shortcut.h",
633     "win/startup_information.cc",
634     "win/startup_information.h",
635     "win/win_util.cc",
636     "win/win_util.h",
637     "win/windows_version.cc",
638     "win/windows_version.h",
639     "win/wrapped_window_proc.cc",
640     "win/wrapped_window_proc.h",
641   ]
643   sources -= [
644     "sys_info_freebsd.cc",
645     "sys_info_openbsd.cc",
646   ]
648   data = []
650   configs += [ ":base_implementation" ]
652   deps = [
653     ":base_static",
654     "//base/allocator:allocator_extension_thunks",
655     "//base/third_party/dynamic_annotations",
656     "//third_party/modp_b64",
657   ]
659   public_deps = [
660     ":base_paths",
661     "//base/debug",
662     "//base/json",
663     "//base/memory",
664     "//base/metrics",
665     "//base/process",
666     "//base/trace_event",
667   ]
669   # Allow more direct string conversions on platforms with native utf8
670   # strings
671   if (is_mac || is_ios || is_chromeos) {
672     defines = [ "SYSTEM_NATIVE_UTF8" ]
673   }
675   if (is_android) {
676     sources -= [ "power_monitor/power_monitor_device_source_posix.cc" ]
678     # Android uses some Linux sources, put those back.
679     set_sources_assignment_filter([])
680     sources += [
681       "files/file_path_watcher_linux.cc",
682       "posix/unix_domain_socket_linux.cc",
683       "sys_info_linux.cc",
684     ]
685     set_sources_assignment_filter(sources_assignment_filter)
687     deps += [
688       ":base_jni_headers",
689       "//third_party/ashmem",
690       "//third_party/android_tools:cpu_features",
691     ]
693     # logging.cc uses the Android logging library.
694     libs = [ "log" ]
695   }
697   if (is_chromeos) {
698     sources -= [ "power_monitor/power_monitor_device_source_posix.cc" ]
699   }
701   if (is_nacl) {
702     # We reset sources_assignment_filter in order to explicitly include
703     # the linux file (which would otherwise be filtered out).
704     set_sources_assignment_filter([])
705     sources += [
706       "files/file_path_watcher_stub.cc",
707       "sync_socket_nacl.cc",
708       "threading/platform_thread_linux.cc",
709     ]
710     set_sources_assignment_filter(sources_assignment_filter)
712     sources -= [
713       "allocator/type_profiler_control.cc",
714       "allocator/type_profiler_control.h",
715       "async_socket_io_handler_posix.cc",
716       "cpu.cc",
717       "files/file_enumerator_posix.cc",
718       "files/file_proxy.cc",
719       "files/file_util.cc",
720       "files/file_util_posix.cc",
721       "files/file_util_proxy.cc",
722       "files/important_file_writer.cc",
723       "files/important_file_writer.h",
724       "files/scoped_temp_dir.cc",
725       "message_loop/message_pump_libevent.cc",
726       "native_library_posix.cc",
727       "path_service.cc",
728       "rand_util_posix.cc",
729       "scoped_native_library.cc",
730       "sync_socket_posix.cc",
731       "sys_info.cc",
732       "sys_info_posix.cc",
733     ]
734   } else {
735     # Remove NaCl stuff.
736     sources -= [
737       "os_compat_nacl.cc",
738       "os_compat_nacl.h",
739       "rand_util_nacl.cc",
740     ]
741   }
743   # Windows.
744   if (is_win) {
745     sources -= [
746       "message_loop/message_pump_libevent.cc",
747       "strings/string16.cc",
749       # Not using sha1_win.cc because it may have caused a
750       # regression to page cycler moz.
751       "sha1_win.cc",
752     ]
754     # Required for base/stack_trace_win.cc to symbolize correctly.
755     data += [ "$root_build_dir/dbghelp.dll" ]
757     if (is_component_build) {
758       # Copy the VS runtime DLLs into the isolate so that they don't have to be
759       # preinstalled on the target machine. The debug runtimes have a "d" at
760       # the end.
761       if (is_debug) {
762         vcrt_suffix = "d"
763       } else {
764         vcrt_suffix = ""
765       }
767       # These runtime files are copied to the output directory by the
768       # vs_toolchain script that runs as part of toolchain configuration.
769       data += [
770         "$root_out_dir/msvcp120${vcrt_suffix}.dll",
771         "$root_out_dir/msvcr120${vcrt_suffix}.dll",
772       ]
773       if (is_asan) {
774         data += [ "//third_party/llvm-build/Release+Asserts/lib/clang/3.8.0/lib/windows/clang_rt.asan_dynamic-i386.dll" ]
775       }
776     }
778     # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
779     configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
781     libs = [
782       "cfgmgr32.lib",
783       "netapi32.lib",
784       "powrprof.lib",
785       "setupapi.lib",
786     ]
787     all_dependent_configs = [ ":base_win_linker_flags" ]
788   } else if (!is_nacl) {
789     # Non-Windows.
790     deps += [ "//third_party/libevent" ]
791   }
793   # Mac.
794   if (is_mac || is_ios) {
795     # Common Desktop / iOS excludes
796     sources -= [
797       "native_library_posix.cc",
798       "strings/sys_string_conversions_posix.cc",
799       "threading/platform_thread_internal_posix.cc",
800     ]
802     if (is_asan) {
803       # TODO(GYP) hook up asan on Mac. GYP has this extra dylib:
804       #data += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
805     }
807     if (is_ios) {
808       sources -= [
809         "files/file_path_watcher_fsevents.cc",
810         "files/file_path_watcher_fsevents.h",
811       ]
812     }
813   } else {
814     # Non-Mac.
815     sources -= [
816       "files/file_path_watcher_fsevents.cc",
817       "files/file_path_watcher_fsevents.h",
818       "files/file_path_watcher_kqueue.cc",
819       "files/file_path_watcher_kqueue.h",
820     ]
821   }
823   # Linux.
824   if (is_linux) {
825     if (is_asan || is_lsan || is_msan || is_tsan) {
826       # For llvm-sanitizer.
827       data += [ "//third_party/llvm-build/Release+Asserts/lib/libstdc++.so.6" ]
828     }
830     # TODO(brettw) this will need to be parameterized at some point.
831     linux_configs = []
832     if (use_glib) {
833       linux_configs += [ "//build/config/linux:glib" ]
834     }
836     configs += linux_configs
837     all_dependent_configs = linux_configs
839     # These dependencies are not required on Android, and in the case
840     # of xdg_mime must be excluded due to licensing restrictions.
841     deps += [
842       "//base/third_party/xdg_mime",
843       "//base/third_party/xdg_user_dirs",
844     ]
845   } else {
846     # Non-Linux.
847     sources -= [
848       "nix/mime_util_xdg.cc",
849       "nix/mime_util_xdg.h",
850       "nix/xdg_util.cc",
851       "nix/xdg_util.h",
852     ]
854     if (!is_android) {
855       sources -= [
856         "linux_util.cc",
857         "linux_util.h",
858       ]
859     }
860   }
862   # iOS
863   if (is_ios) {
864     set_sources_assignment_filter([])
866     sources += [
867       "atomicops_internals_mac.h",
868       "base_paths_mac.h",
869       "base_paths_mac.mm",
870       "file_version_info_mac.h",
871       "file_version_info_mac.mm",
872       "files/file_util_mac.mm",
873       "mac/bundle_locations.h",
874       "mac/bundle_locations.mm",
875       "mac/call_with_eh_frame.cc",
876       "mac/call_with_eh_frame.h",
877       "mac/foundation_util.h",
878       "mac/foundation_util.mm",
879       "mac/mac_logging.cc",
880       "mac/mac_logging.h",
881       "mac/mach_logging.cc",
882       "mac/mach_logging.h",
883       "mac/objc_property_releaser.h",
884       "mac/objc_property_releaser.mm",
885       "mac/scoped_mach_port.cc",
886       "mac/scoped_mach_port.h",
887       "mac/scoped_mach_vm.cc",
888       "mac/scoped_mach_vm.h",
889       "mac/scoped_nsautorelease_pool.h",
890       "mac/scoped_nsautorelease_pool.mm",
891       "mac/scoped_nsobject.h",
892       "mac/scoped_objc_class_swizzler.h",
893       "mac/scoped_objc_class_swizzler.mm",
894       "message_loop/message_pump_mac.h",
895       "message_loop/message_pump_mac.mm",
896       "strings/sys_string_conversions_mac.mm",
897       "threading/platform_thread_mac.mm",
898       "time/time_mac.cc",
899     ]
901     set_sources_assignment_filter(sources_assignment_filter)
902   }
904   if (!use_glib) {
905     sources -= [
906       "message_loop/message_pump_glib.cc",
907       "message_loop/message_pump_glib.h",
908     ]
909   }
911   if (is_asan || is_lsan || is_msan || is_tsan) {
912     data += [ "//tools/valgrind/asan/" ]
913     if (is_win) {
914       data +=
915           [ "//third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer.exe" ]
916     } else {
917       data += [ "//third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer" ]
918     }
919   }
921   configs += [ "//build/config/compiler:wexit_time_destructors" ]
922   if (!is_debug) {
923     configs -= [ "//build/config/compiler:optimize" ]
924     configs += [ "//build/config/compiler:optimize_max" ]
925   }
927   allow_circular_includes_from = public_deps
930 # This is the subset of files from base that should not be used with a dynamic
931 # library. Note that this library cannot depend on base because base depends on
932 # base_static.
933 source_set("base_static") {
934   sources = [
935     "base_switches.cc",
936     "base_switches.h",
937     "win/pe_image.cc",
938     "win/pe_image.h",
939   ]
941   if (!is_debug) {
942     configs -= [ "//build/config/compiler:optimize" ]
943     configs += [ "//build/config/compiler:optimize_max" ]
944   }
947 component("i18n") {
948   output_name = "base_i18n"
949   sources = [
950     "i18n/base_i18n_export.h",
951     "i18n/bidi_line_iterator.cc",
952     "i18n/bidi_line_iterator.h",
953     "i18n/break_iterator.cc",
954     "i18n/break_iterator.h",
955     "i18n/case_conversion.cc",
956     "i18n/case_conversion.h",
957     "i18n/char_iterator.cc",
958     "i18n/char_iterator.h",
959     "i18n/file_util_icu.cc",
960     "i18n/file_util_icu.h",
961     "i18n/i18n_constants.cc",
962     "i18n/i18n_constants.h",
963     "i18n/icu_encoding_detection.cc",
964     "i18n/icu_encoding_detection.h",
965     "i18n/icu_string_conversions.cc",
966     "i18n/icu_string_conversions.h",
967     "i18n/icu_util.cc",
968     "i18n/icu_util.h",
969     "i18n/number_formatting.cc",
970     "i18n/number_formatting.h",
971     "i18n/rtl.cc",
972     "i18n/rtl.h",
973     "i18n/streaming_utf8_validator.cc",
974     "i18n/streaming_utf8_validator.h",
975     "i18n/string_compare.cc",
976     "i18n/string_compare.h",
977     "i18n/string_search.cc",
978     "i18n/string_search.h",
979     "i18n/time_formatting.cc",
980     "i18n/time_formatting.h",
981     "i18n/timezone.cc",
982     "i18n/timezone.h",
983     "i18n/utf8_validator_tables.cc",
984     "i18n/utf8_validator_tables.h",
985   ]
986   defines = [ "BASE_I18N_IMPLEMENTATION" ]
987   configs += [ "//build/config/compiler:wexit_time_destructors" ]
988   deps = [
989     ":base",
990     "//base/third_party/dynamic_annotations",
991     "//third_party/icu",
992   ]
994   if (!is_debug) {
995     configs -= [ "//build/config/compiler:optimize" ]
996     configs += [ "//build/config/compiler:optimize_max" ]
997   }
999   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1000   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1003 if (is_win || (is_linux && !is_chromeos)) {
1004   # TODO(GYP): Figure out which of these work and are needed on other platforms.
1005   test("base_perftests") {
1006     sources = [
1007       "message_loop/message_pump_perftest.cc",
1009       # "test/run_all_unittests.cc",
1010       "threading/thread_perftest.cc",
1011     ]
1012     deps = [
1013       ":base",
1014       "//base/test:test_support",
1015       "//base/test:test_support_perf",
1016       "//testing/perf",
1017       "//testing/gtest",
1018     ]
1020     if (is_android) {
1021       deps += [ "//testing/android/native_test:native_test_native_code" ]
1022     }
1023   }
1025   test("base_i18n_perftests") {
1026     sources = [
1027       "i18n/streaming_utf8_validator_perftest.cc",
1028     ]
1029     deps = [
1030       ":base",
1031       ":i18n",
1032       "//base/test:test_support",
1033       "//base/test:test_support_perf",
1034       "//testing/gtest",
1035     ]
1036   }
1038   if (!is_ios) {
1039     executable("build_utf8_validator_tables") {
1040       sources = [
1041         "i18n/build_utf8_validator_tables.cc",
1042       ]
1043       deps = [
1044         ":base",
1045         "//third_party/icu:icuuc",
1046       ]
1047     }
1049     executable("check_example") {
1050       sources = [
1051         "check_example.cc",
1052       ]
1053       deps = [
1054         ":base",
1055       ]
1056     }
1057   }
1060 component("prefs") {
1061   sources = [
1062     "prefs/base_prefs_export.h",
1063     "prefs/default_pref_store.cc",
1064     "prefs/default_pref_store.h",
1065     "prefs/json_pref_store.cc",
1066     "prefs/json_pref_store.h",
1067     "prefs/overlay_user_pref_store.cc",
1068     "prefs/overlay_user_pref_store.h",
1069     "prefs/persistent_pref_store.h",
1070     "prefs/pref_change_registrar.cc",
1071     "prefs/pref_change_registrar.h",
1072     "prefs/pref_filter.h",
1073     "prefs/pref_member.cc",
1074     "prefs/pref_member.h",
1075     "prefs/pref_notifier.h",
1076     "prefs/pref_notifier_impl.cc",
1077     "prefs/pref_notifier_impl.h",
1078     "prefs/pref_observer.h",
1079     "prefs/pref_registry.cc",
1080     "prefs/pref_registry.h",
1081     "prefs/pref_registry_simple.cc",
1082     "prefs/pref_registry_simple.h",
1083     "prefs/pref_service.cc",
1084     "prefs/pref_service.h",
1085     "prefs/pref_service_factory.cc",
1086     "prefs/pref_service_factory.h",
1087     "prefs/pref_store.cc",
1088     "prefs/pref_store.h",
1089     "prefs/pref_value_map.cc",
1090     "prefs/pref_value_map.h",
1091     "prefs/pref_value_store.cc",
1092     "prefs/pref_value_store.h",
1093     "prefs/scoped_user_pref_update.cc",
1094     "prefs/scoped_user_pref_update.h",
1095     "prefs/value_map_pref_store.cc",
1096     "prefs/value_map_pref_store.h",
1097     "prefs/writeable_pref_store.h",
1098   ]
1100   defines = [ "BASE_PREFS_IMPLEMENTATION" ]
1102   deps = [
1103     ":base",
1104   ]
1106   if (!is_debug) {
1107     configs -= [ "//build/config/compiler:optimize" ]
1108     configs += [ "//build/config/compiler:optimize_max" ]
1109   }
1112 source_set("prefs_test_support") {
1113   testonly = true
1114   sources = [
1115     "prefs/mock_pref_change_callback.cc",
1116     "prefs/mock_pref_change_callback.h",
1117     "prefs/pref_store_observer_mock.cc",
1118     "prefs/pref_store_observer_mock.h",
1119     "prefs/testing_pref_service.cc",
1120     "prefs/testing_pref_service.h",
1121     "prefs/testing_pref_store.cc",
1122     "prefs/testing_pref_store.h",
1123   ]
1125   public_deps = [
1126     ":prefs",
1127   ]
1128   deps = [
1129     ":base",
1130     "//testing/gmock",
1131     "//testing/gtest",
1132   ]
1135 source_set("message_loop_tests") {
1136   testonly = true
1137   sources = [
1138     "message_loop/message_loop_test.cc",
1139     "message_loop/message_loop_test.h",
1140   ]
1142   deps = [
1143     ":base",
1144     "//testing/gtest",
1145   ]
1148 if (is_win) {
1149   # Target to manually rebuild pe_image_test.dll which is checked into
1150   # base/test/data/pe_image.
1151   shared_library("pe_image_test") {
1152     sources = [
1153       "win/pe_image_test.cc",
1154     ]
1155     ldflags = [
1156       "/DELAYLOAD:cfgmgr32.dll",
1157       "/DELAYLOAD:shell32.dll",
1158       "/SUBSYSTEM:WINDOWS",
1159     ]
1160     libs = [
1161       "cfgmgr32.lib",
1162       "shell32.lib",
1163     ]
1164   }
1167 # TODO(GYP): Delete this after we've converted everything to GN.
1168 # The _run targets exist only for compatibility w/ GYP.
1169 group("base_unittests_run") {
1170   testonly = true
1171   deps = [
1172     ":base_unittests",
1173   ]
1176 test("base_unittests") {
1177   sources = [
1178     "android/application_status_listener_unittest.cc",
1179     "android/content_uri_utils_unittest.cc",
1180     "android/jni_android_unittest.cc",
1181     "android/jni_array_unittest.cc",
1182     "android/jni_string_unittest.cc",
1183     "android/library_loader/library_prefetcher_unittest.cc",
1184     "android/path_utils_unittest.cc",
1185     "android/scoped_java_ref_unittest.cc",
1186     "android/sys_utils_unittest.cc",
1187     "async_socket_io_handler_unittest.cc",
1188     "at_exit_unittest.cc",
1189     "atomicops_unittest.cc",
1190     "barrier_closure_unittest.cc",
1191     "base64_unittest.cc",
1192     "big_endian_unittest.cc",
1193     "bind_unittest.cc",
1194     "bind_unittest.nc",
1195     "bits_unittest.cc",
1196     "build_time_unittest.cc",
1197     "callback_helpers_unittest.cc",
1198     "callback_list_unittest.cc",
1199     "callback_list_unittest.nc",
1200     "callback_unittest.cc",
1201     "callback_unittest.nc",
1202     "cancelable_callback_unittest.cc",
1203     "command_line_unittest.cc",
1204     "containers/adapters_unittest.cc",
1205     "containers/hash_tables_unittest.cc",
1206     "containers/linked_list_unittest.cc",
1207     "containers/mru_cache_unittest.cc",
1208     "containers/scoped_ptr_hash_map_unittest.cc",
1209     "containers/scoped_ptr_map_unittest.cc",
1210     "containers/small_map_unittest.cc",
1211     "containers/stack_container_unittest.cc",
1212     "cpu_unittest.cc",
1213     "debug/crash_logging_unittest.cc",
1214     "debug/debugger_unittest.cc",
1215     "debug/leak_tracker_unittest.cc",
1216     "debug/proc_maps_linux_unittest.cc",
1217     "debug/stack_trace_unittest.cc",
1218     "debug/task_annotator_unittest.cc",
1219     "deferred_sequenced_task_runner_unittest.cc",
1220     "environment_unittest.cc",
1221     "file_version_info_unittest.cc",
1222     "files/dir_reader_posix_unittest.cc",
1223     "files/file_path_unittest.cc",
1224     "files/file_path_watcher_unittest.cc",
1225     "files/file_proxy_unittest.cc",
1226     "files/file_unittest.cc",
1227     "files/file_util_proxy_unittest.cc",
1228     "files/file_util_unittest.cc",
1229     "files/important_file_writer_unittest.cc",
1230     "files/scoped_temp_dir_unittest.cc",
1231     "gmock_unittest.cc",
1232     "guid_unittest.cc",
1233     "hash_unittest.cc",
1234     "i18n/break_iterator_unittest.cc",
1235     "i18n/case_conversion_unittest.cc",
1236     "i18n/char_iterator_unittest.cc",
1237     "i18n/file_util_icu_unittest.cc",
1238     "i18n/icu_string_conversions_unittest.cc",
1239     "i18n/number_formatting_unittest.cc",
1240     "i18n/rtl_unittest.cc",
1241     "i18n/streaming_utf8_validator_unittest.cc",
1242     "i18n/string_search_unittest.cc",
1243     "i18n/time_formatting_unittest.cc",
1244     "i18n/timezone_unittest.cc",
1245     "id_map_unittest.cc",
1246     "ios/device_util_unittest.mm",
1247     "ios/weak_nsobject_unittest.mm",
1248     "json/json_parser_unittest.cc",
1249     "json/json_reader_unittest.cc",
1250     "json/json_value_converter_unittest.cc",
1251     "json/json_value_serializer_unittest.cc",
1252     "json/json_writer_unittest.cc",
1253     "json/string_escape_unittest.cc",
1254     "lazy_instance_unittest.cc",
1255     "logging_unittest.cc",
1256     "mac/bind_objc_block_unittest.mm",
1257     "mac/call_with_eh_frame_unittest.mm",
1258     "mac/dispatch_source_mach_unittest.cc",
1259     "mac/foundation_util_unittest.mm",
1260     "mac/libdispatch_task_runner_unittest.cc",
1261     "mac/mac_util_unittest.mm",
1262     "mac/objc_property_releaser_unittest.mm",
1263     "mac/scoped_nsobject_unittest.mm",
1264     "mac/scoped_objc_class_swizzler_unittest.mm",
1265     "mac/scoped_sending_event_unittest.mm",
1266     "md5_unittest.cc",
1267     "memory/aligned_memory_unittest.cc",
1268     "memory/discardable_shared_memory_unittest.cc",
1269     "memory/linked_ptr_unittest.cc",
1270     "memory/memory_pressure_monitor_chromeos_unittest.cc",
1271     "memory/memory_pressure_monitor_win_unittest.cc",
1272     "memory/ref_counted_memory_unittest.cc",
1273     "memory/ref_counted_unittest.cc",
1274     "memory/scoped_ptr_unittest.cc",
1275     "memory/scoped_ptr_unittest.nc",
1276     "memory/scoped_vector_unittest.cc",
1277     "memory/shared_memory_unittest.cc",
1278     "memory/singleton_unittest.cc",
1279     "memory/weak_ptr_unittest.cc",
1280     "memory/weak_ptr_unittest.nc",
1281     "message_loop/message_loop_task_runner_unittest.cc",
1282     "message_loop/message_loop_unittest.cc",
1283     "message_loop/message_pump_glib_unittest.cc",
1284     "message_loop/message_pump_io_ios_unittest.cc",
1285     "metrics/bucket_ranges_unittest.cc",
1286     "metrics/field_trial_unittest.cc",
1287     "metrics/histogram_base_unittest.cc",
1288     "metrics/histogram_delta_serialization_unittest.cc",
1289     "metrics/histogram_snapshot_manager_unittest.cc",
1290     "metrics/histogram_unittest.cc",
1291     "metrics/sample_map_unittest.cc",
1292     "metrics/sample_vector_unittest.cc",
1293     "metrics/sparse_histogram_unittest.cc",
1294     "metrics/statistics_recorder_unittest.cc",
1295     "move_unittest.cc",
1296     "numerics/safe_numerics_unittest.cc",
1297     "observer_list_unittest.cc",
1298     "os_compat_android_unittest.cc",
1299     "path_service_unittest.cc",
1300     "pickle_unittest.cc",
1301     "posix/file_descriptor_shuffle_unittest.cc",
1302     "posix/unix_domain_socket_linux_unittest.cc",
1303     "power_monitor/power_monitor_unittest.cc",
1304     "prefs/default_pref_store_unittest.cc",
1305     "prefs/json_pref_store_unittest.cc",
1306     "prefs/overlay_user_pref_store_unittest.cc",
1307     "prefs/pref_change_registrar_unittest.cc",
1308     "prefs/pref_member_unittest.cc",
1309     "prefs/pref_notifier_impl_unittest.cc",
1310     "prefs/pref_service_unittest.cc",
1311     "prefs/pref_value_map_unittest.cc",
1312     "prefs/pref_value_store_unittest.cc",
1313     "prefs/scoped_user_pref_update_unittest.cc",
1314     "process/memory_unittest.cc",
1315     "process/memory_unittest_mac.h",
1316     "process/memory_unittest_mac.mm",
1317     "process/process_metrics_unittest.cc",
1318     "process/process_metrics_unittest_ios.cc",
1319     "process/process_unittest.cc",
1320     "process/process_util_unittest.cc",
1321     "process/process_util_unittest_ios.cc",
1322     "profiler/stack_sampling_profiler_unittest.cc",
1323     "profiler/tracked_time_unittest.cc",
1324     "rand_util_unittest.cc",
1325     "scoped_clear_errno_unittest.cc",
1326     "scoped_generic_unittest.cc",
1327     "scoped_native_library_unittest.cc",
1328     "security_unittest.cc",
1329     "sequence_checker_unittest.cc",
1330     "sha1_unittest.cc",
1331     "stl_util_unittest.cc",
1332     "strings/nullable_string16_unittest.cc",
1333     "strings/pattern_unittest.cc",
1334     "strings/safe_sprintf_unittest.cc",
1335     "strings/string16_unittest.cc",
1336     "strings/string_number_conversions_unittest.cc",
1337     "strings/string_piece_unittest.cc",
1338     "strings/string_split_unittest.cc",
1339     "strings/string_tokenizer_unittest.cc",
1340     "strings/string_util_unittest.cc",
1341     "strings/stringize_macros_unittest.cc",
1342     "strings/stringprintf_unittest.cc",
1343     "strings/sys_string_conversions_mac_unittest.mm",
1344     "strings/sys_string_conversions_unittest.cc",
1345     "strings/utf_offset_string_conversions_unittest.cc",
1346     "strings/utf_string_conversions_unittest.cc",
1347     "supports_user_data_unittest.cc",
1348     "sync_socket_unittest.cc",
1349     "synchronization/cancellation_flag_unittest.cc",
1350     "synchronization/condition_variable_unittest.cc",
1351     "synchronization/lock_unittest.cc",
1352     "synchronization/waitable_event_unittest.cc",
1353     "synchronization/waitable_event_watcher_unittest.cc",
1354     "sys_info_unittest.cc",
1355     "system_monitor/system_monitor_unittest.cc",
1356     "task/cancelable_task_tracker_unittest.cc",
1357     "task_runner_util_unittest.cc",
1358     "template_util_unittest.cc",
1359     "test/histogram_tester_unittest.cc",
1360     "test/test_reg_util_win_unittest.cc",
1361     "test/trace_event_analyzer_unittest.cc",
1362     "test/user_action_tester_unittest.cc",
1363     "threading/non_thread_safe_unittest.cc",
1364     "threading/platform_thread_unittest.cc",
1365     "threading/sequenced_worker_pool_unittest.cc",
1366     "threading/simple_thread_unittest.cc",
1367     "threading/thread_checker_unittest.cc",
1368     "threading/thread_collision_warner_unittest.cc",
1369     "threading/thread_id_name_manager_unittest.cc",
1370     "threading/thread_local_storage_unittest.cc",
1371     "threading/thread_local_unittest.cc",
1372     "threading/thread_unittest.cc",
1373     "threading/watchdog_unittest.cc",
1374     "threading/worker_pool_posix_unittest.cc",
1375     "threading/worker_pool_unittest.cc",
1376     "time/pr_time_unittest.cc",
1377     "time/time_unittest.cc",
1378     "time/time_win_unittest.cc",
1379     "timer/hi_res_timer_manager_unittest.cc",
1380     "timer/mock_timer_unittest.cc",
1381     "timer/timer_unittest.cc",
1382     "tools_sanity_unittest.cc",
1383     "tracked_objects_unittest.cc",
1384     "tuple_unittest.cc",
1385     "values_unittest.cc",
1386     "version_unittest.cc",
1387     "vlog_unittest.cc",
1388     "win/dllmain.cc",
1389     "win/enum_variant_unittest.cc",
1390     "win/event_trace_consumer_unittest.cc",
1391     "win/event_trace_controller_unittest.cc",
1392     "win/event_trace_provider_unittest.cc",
1393     "win/i18n_unittest.cc",
1394     "win/iunknown_impl_unittest.cc",
1395     "win/message_window_unittest.cc",
1396     "win/object_watcher_unittest.cc",
1397     "win/pe_image_unittest.cc",
1398     "win/registry_unittest.cc",
1399     "win/scoped_bstr_unittest.cc",
1400     "win/scoped_comptr_unittest.cc",
1401     "win/scoped_process_information_unittest.cc",
1402     "win/scoped_variant_unittest.cc",
1403     "win/shortcut_unittest.cc",
1404     "win/startup_information_unittest.cc",
1405     "win/win_util_unittest.cc",
1406     "win/wrapped_window_proc_unittest.cc",
1407   ]
1409   deps = [
1410     ":base",
1411     ":i18n",
1412     ":message_loop_tests",
1413     ":prefs",
1414     ":prefs_test_support",
1415     "//base/allocator",
1416     "//base/test:run_all_unittests",
1417     "//base/test:test_support",
1418     "//base/third_party/dynamic_annotations",
1419     "//base/trace_event:trace_event_unittests",
1420     "//testing/gmock",
1421     "//testing/gtest",
1422     "//third_party/icu",
1423   ]
1425   data = [
1426     "test/data/",
1427   ]
1429   # Allow more direct string conversions on platforms with native utf8
1430   # strings
1431   if (is_mac || is_ios || is_chromeos) {
1432     defines = [ "SYSTEM_NATIVE_UTF8" ]
1433   }
1435   if (is_android) {
1436     apk_deps = [
1437       ":base_java",
1438       ":base_java_unittest_support",
1439     ]
1441     # TODO(brettw) I think this should not be here, we should not be using
1442     # isolate files.
1443     isolate_file = "base_unittests.isolate"
1444   }
1446   if (is_ios) {
1447     sources -= [
1448       "process/memory_unittest.cc",
1449       "process/process_unittest.cc",
1450       "process/process_util_unittest.cc",
1451     ]
1453     # Pull in specific Mac files for iOS (which have been filtered out by file
1454     # name rules).
1455     set_sources_assignment_filter([])
1456     sources += [
1457       "mac/bind_objc_block_unittest.mm",
1458       "mac/foundation_util_unittest.mm",
1459       "mac/objc_property_releaser_unittest.mm",
1460       "mac/scoped_nsobject_unittest.mm",
1461       "sys_string_conversions_mac_unittest.mm",
1462     ]
1463     set_sources_assignment_filter(sources_assignment_filter)
1465     # TODO(GYP): dep on copy_test_data_ios action.
1466   }
1468   if (is_linux) {
1469     sources -= [ "file_version_info_unittest.cc" ]
1470     sources += [ "nix/xdg_util_unittest.cc" ]
1471     deps += [ "//base/test:malloc_wrapper" ]
1473     if (use_glib) {
1474       configs += [ "//build/config/linux:glib" ]
1475     }
1476   }
1478   if (!is_linux || use_ozone) {
1479     sources -= [ "message_loop/message_pump_glib_unittest.cc" ]
1480   }
1482   if (is_posix || is_ios) {
1483     sources += [ "message_loop/message_pump_libevent_unittest.cc" ]
1484     deps += [ "//third_party/libevent" ]
1485   }
1487   if (is_android) {
1488     deps += [ "//testing/android/native_test:native_test_native_code" ]
1489     set_sources_assignment_filter([])
1490     sources += [ "debug/proc_maps_linux_unittest.cc" ]
1491     set_sources_assignment_filter(sources_assignment_filter)
1492   }
1494   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1495   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1497   # Symbols for crashes when running tests on swarming.
1498   if (symbol_level > 0) {
1499     if (is_win) {
1500       data += [ "$root_out_dir/base_unittests.exe.pdb" ]
1501     } else if (is_mac) {
1502       data += [ "$root_out_dir/base_unittests.dSYM/" ]
1503     }
1504   }
1507 if (is_android) {
1508   # GYP: //base.gyp:base_jni_headers
1509   generate_jni("base_jni_headers") {
1510     sources = [
1511       "android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java",
1512       "android/java/src/org/chromium/base/ApkAssets.java",
1513       "android/java/src/org/chromium/base/ApplicationStatus.java",
1514       "android/java/src/org/chromium/base/BuildInfo.java",
1515       "android/java/src/org/chromium/base/CommandLine.java",
1516       "android/java/src/org/chromium/base/ContentUriUtils.java",
1517       "android/java/src/org/chromium/base/CpuFeatures.java",
1518       "android/java/src/org/chromium/base/EventLog.java",
1519       "android/java/src/org/chromium/base/FieldTrialList.java",
1520       "android/java/src/org/chromium/base/ImportantFileWriterAndroid.java",
1521       "android/java/src/org/chromium/base/JNIUtils.java",
1522       "android/java/src/org/chromium/base/JavaHandlerThread.java",
1523       "android/java/src/org/chromium/base/LocaleUtils.java",
1524       "android/java/src/org/chromium/base/MemoryPressureListener.java",
1525       "android/java/src/org/chromium/base/PathService.java",
1526       "android/java/src/org/chromium/base/PathUtils.java",
1527       "android/java/src/org/chromium/base/PowerMonitor.java",
1528       "android/java/src/org/chromium/base/SysUtils.java",
1529       "android/java/src/org/chromium/base/SystemMessageHandler.java",
1530       "android/java/src/org/chromium/base/ThreadUtils.java",
1531       "android/java/src/org/chromium/base/TraceEvent.java",
1532       "android/java/src/org/chromium/base/library_loader/LibraryLoader.java",
1533       "android/java/src/org/chromium/base/metrics/RecordHistogram.java",
1534       "android/java/src/org/chromium/base/metrics/RecordUserAction.java",
1535     ]
1537     deps = [
1538       ":android_runtime_jni_headers",
1539     ]
1541     jni_package = "base"
1542   }
1544   # GYP: //base.gyp:android_runtime_jni_headers
1545   generate_jar_jni("android_runtime_jni_headers") {
1546     jni_package = "base"
1547     classes = [ "java/lang/Runtime.class" ]
1548   }
1550   # GYP: //base.gyp:base_java
1551   android_library("base_java") {
1552     srcjar_deps = [
1553       ":base_android_java_enums_srcjar",
1554       ":base_native_libraries_gen",
1555     ]
1557     deps = [
1558       "//third_party/jsr-305:jsr_305_javalib",
1559     ]
1561     DEPRECATED_java_in_dir = "android/java/src"
1563     # A new version of NativeLibraries.java (with the actual correct values)
1564     # will be created when creating an apk.
1565     jar_excluded_patterns = [
1566       "*/NativeLibraries.class",
1567       "*/NativeLibraries##*.class",
1568     ]
1569   }
1571   # GYP: //base.gyp:base_javatests
1572   android_library("base_javatests") {
1573     deps = [
1574       ":base_java",
1575       ":base_java_test_support",
1576     ]
1577     DEPRECATED_java_in_dir = "android/javatests/src"
1578   }
1580   # GYP: //base.gyp:base_java_test_support
1581   android_library("base_java_test_support") {
1582     deps = [
1583       ":base_java",
1584       "//testing/android/reporter:reporter_java",
1585     ]
1586     DEPRECATED_java_in_dir = "test/android/javatests/src"
1587   }
1589   # GYP: //base.gyp:base_junit_tests
1590   junit_binary("base_junit_tests") {
1591     java_files = [ "android/junit/src/org/chromium/base/LogTest.java" ]
1592     deps = [
1593       ":base_java",
1594       ":base_java_test_support",
1595     ]
1596   }
1598   # GYP: //base.gyp:base_java_application_state
1599   # GYP: //base.gyp:base_java_library_load_from_apk_status_codes
1600   # GYP: //base.gyp:base_java_library_process_type
1601   # GYP: //base.gyp:base_java_memory_pressure_level
1602   java_cpp_enum("base_android_java_enums_srcjar") {
1603     sources = [
1604       "android/application_status_listener.h",
1605       "android/library_loader/library_load_from_apk_status_codes.h",
1606       "android/library_loader/library_loader_hooks.h",
1607       "memory/memory_pressure_listener.h",
1608     ]
1609     outputs = [
1610       "org/chromium/base/ApplicationState.java",
1611       "org/chromium/base/library_loader/LibraryLoadFromApkStatusCodes.java",
1612       "org/chromium/base/library_loader/LibraryProcessType.java",
1613       "org/chromium/base/MemoryPressureLevel.java",
1614     ]
1615   }
1617   # GYP: //base/base.gyp:base_native_libraries_gen
1618   java_cpp_template("base_native_libraries_gen") {
1619     sources = [
1620       "android/java/templates/NativeLibraries.template",
1621     ]
1622     package_name = "org/chromium/base/library_loader"
1623   }
1625   # GYP: //base.gyp:base_java_unittest_support
1626   android_library("base_java_unittest_support") {
1627     deps = [
1628       ":base_java",
1629     ]
1630     java_files =
1631         [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1632   }