Update V8 to version 4.7.42.
[chromium-blink-merge.git] / base / BUILD.gn
blobaa9261df467ae3255860fed980232ae9c8b3ab2d
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     "feature_list.cc",
190     "feature_list.h",
191     "file_descriptor_posix.h",
192     "file_version_info.h",
193     "file_version_info_mac.h",
194     "file_version_info_mac.mm",
195     "file_version_info_win.cc",
196     "file_version_info_win.h",
197     "files/dir_reader_fallback.h",
198     "files/dir_reader_linux.h",
199     "files/dir_reader_posix.h",
200     "files/file.cc",
201     "files/file_enumerator.cc",
202     "files/file_enumerator.h",
203     "files/file_enumerator_posix.cc",
204     "files/file_enumerator_win.cc",
205     "files/file_path.cc",
206     "files/file_path.h",
207     "files/file_path_constants.cc",
208     "files/file_path_watcher.cc",
209     "files/file_path_watcher.h",
210     "files/file_path_watcher_fsevents.cc",
211     "files/file_path_watcher_fsevents.h",
212     "files/file_path_watcher_kqueue.cc",
213     "files/file_path_watcher_kqueue.h",
214     "files/file_path_watcher_linux.cc",
215     "files/file_path_watcher_mac.cc",
216     "files/file_path_watcher_win.cc",
217     "files/file_posix.cc",
218     "files/file_proxy.cc",
219     "files/file_proxy.h",
220     "files/file_tracing.cc",
221     "files/file_tracing.h",
222     "files/file_util.cc",
223     "files/file_util.h",
224     "files/file_util_android.cc",
225     "files/file_util_linux.cc",
226     "files/file_util_mac.mm",
227     "files/file_util_posix.cc",
228     "files/file_util_proxy.cc",
229     "files/file_util_proxy.h",
230     "files/file_util_win.cc",
231     "files/file_win.cc",
232     "files/important_file_writer.cc",
233     "files/important_file_writer.h",
234     "files/memory_mapped_file.cc",
235     "files/memory_mapped_file.h",
236     "files/memory_mapped_file_posix.cc",
237     "files/memory_mapped_file_win.cc",
238     "files/scoped_file.cc",
239     "files/scoped_file.h",
240     "files/scoped_temp_dir.cc",
241     "files/scoped_temp_dir.h",
242     "format_macros.h",
243     "gtest_prod_util.h",
244     "guid.cc",
245     "guid.h",
246     "guid_posix.cc",
247     "guid_win.cc",
248     "hash.cc",
249     "hash.h",
250     "id_map.h",
251     "ios/crb_protocol_observers.h",
252     "ios/crb_protocol_observers.mm",
253     "ios/device_util.h",
254     "ios/device_util.mm",
255     "ios/ios_util.h",
256     "ios/ios_util.mm",
257     "ios/ns_error_util.h",
258     "ios/ns_error_util.mm",
259     "ios/scoped_critical_action.h",
260     "ios/scoped_critical_action.mm",
261     "ios/weak_nsobject.h",
262     "ios/weak_nsobject.mm",
263     "lazy_instance.cc",
264     "lazy_instance.h",
265     "linux_util.cc",
266     "linux_util.h",
267     "location.cc",
268     "location.h",
269     "logging.cc",
270     "logging.h",
271     "logging_win.cc",
272     "logging_win.h",
273     "mac/authorization_util.h",
274     "mac/authorization_util.mm",
275     "mac/bind_objc_block.h",
276     "mac/bundle_locations.h",
277     "mac/bundle_locations.mm",
278     "mac/call_with_eh_frame.cc",
279     "mac/call_with_eh_frame.h",
280     "mac/call_with_eh_frame_asm.S",
281     "mac/cocoa_protocols.h",
282     "mac/dispatch_source_mach.cc",
283     "mac/dispatch_source_mach.h",
284     "mac/foundation_util.h",
285     "mac/foundation_util.mm",
286     "mac/launch_services_util.cc",
287     "mac/launch_services_util.h",
288     "mac/launchd.cc",
289     "mac/launchd.h",
290     "mac/libdispatch_task_runner.cc",
291     "mac/libdispatch_task_runner.h",
292     "mac/mac_logging.cc",
293     "mac/mac_logging.h",
294     "mac/mac_util.h",
295     "mac/mac_util.mm",
296     "mac/mach_logging.cc",
297     "mac/mach_logging.h",
298     "mac/objc_property_releaser.h",
299     "mac/objc_property_releaser.mm",
300     "mac/os_crash_dumps.cc",
301     "mac/os_crash_dumps.h",
302     "mac/scoped_aedesc.h",
303     "mac/scoped_authorizationref.h",
304     "mac/scoped_block.h",
305     "mac/scoped_cftyperef.h",
306     "mac/scoped_ioobject.h",
307     "mac/scoped_ioplugininterface.h",
308     "mac/scoped_launch_data.h",
309     "mac/scoped_mach_port.cc",
310     "mac/scoped_mach_port.h",
311     "mac/scoped_mach_vm.cc",
312     "mac/scoped_mach_vm.h",
313     "mac/scoped_nsautorelease_pool.h",
314     "mac/scoped_nsautorelease_pool.mm",
315     "mac/scoped_nsobject.h",
316     "mac/scoped_objc_class_swizzler.h",
317     "mac/scoped_objc_class_swizzler.mm",
318     "mac/scoped_sending_event.h",
319     "mac/scoped_sending_event.mm",
320     "mac/sdk_forward_declarations.h",
321     "mac/sdk_forward_declarations.mm",
322     "macros.h",
323     "md5.cc",
324     "md5.h",
325     "message_loop/incoming_task_queue.cc",
326     "message_loop/incoming_task_queue.h",
327     "message_loop/message_loop.cc",
328     "message_loop/message_loop.h",
329     "message_loop/message_loop_task_runner.cc",
330     "message_loop/message_loop_task_runner.h",
331     "message_loop/message_pump.cc",
332     "message_loop/message_pump.h",
333     "message_loop/message_pump_android.cc",
334     "message_loop/message_pump_android.h",
335     "message_loop/message_pump_default.cc",
336     "message_loop/message_pump_default.h",
337     "message_loop/message_pump_glib.cc",
338     "message_loop/message_pump_glib.h",
339     "message_loop/message_pump_io_ios.cc",
340     "message_loop/message_pump_io_ios.h",
341     "message_loop/message_pump_libevent.cc",
342     "message_loop/message_pump_libevent.h",
343     "message_loop/message_pump_mac.h",
344     "message_loop/message_pump_mac.mm",
345     "message_loop/message_pump_win.cc",
346     "message_loop/message_pump_win.h",
347     "move.h",
348     "native_library.h",
349     "native_library_ios.mm",
350     "native_library_mac.mm",
351     "native_library_posix.cc",
352     "native_library_win.cc",
353     "nix/mime_util_xdg.cc",
354     "nix/mime_util_xdg.h",
355     "nix/xdg_util.cc",
356     "nix/xdg_util.h",
357     "numerics/safe_conversions.h",
358     "numerics/safe_conversions_impl.h",
359     "numerics/safe_math.h",
360     "numerics/safe_math_impl.h",
361     "observer_list.h",
362     "observer_list_threadsafe.h",
363     "os_compat_android.cc",
364     "os_compat_android.h",
365     "os_compat_nacl.cc",
366     "os_compat_nacl.h",
367     "path_service.cc",
368     "path_service.h",
369     "pending_task.cc",
370     "pending_task.h",
371     "pickle.cc",
372     "pickle.h",
373     "posix/eintr_wrapper.h",
374     "posix/file_descriptor_shuffle.cc",
375     "posix/global_descriptors.cc",
376     "posix/global_descriptors.h",
377     "posix/safe_strerror.cc",
378     "posix/safe_strerror.h",
379     "posix/unix_domain_socket_linux.cc",
380     "posix/unix_domain_socket_linux.h",
381     "power_monitor/power_monitor.cc",
382     "power_monitor/power_monitor.h",
383     "power_monitor/power_monitor_device_source.cc",
384     "power_monitor/power_monitor_device_source.h",
385     "power_monitor/power_monitor_device_source_android.cc",
386     "power_monitor/power_monitor_device_source_android.h",
387     "power_monitor/power_monitor_device_source_chromeos.cc",
388     "power_monitor/power_monitor_device_source_ios.mm",
389     "power_monitor/power_monitor_device_source_mac.mm",
390     "power_monitor/power_monitor_device_source_posix.cc",
391     "power_monitor/power_monitor_device_source_win.cc",
392     "power_monitor/power_monitor_source.cc",
393     "power_monitor/power_monitor_source.h",
394     "power_monitor/power_observer.h",
395     "profiler/alternate_timer.cc",
396     "profiler/alternate_timer.h",
397     "profiler/native_stack_sampler.cc",
398     "profiler/native_stack_sampler.h",
399     "profiler/native_stack_sampler_posix.cc",
400     "profiler/native_stack_sampler_win.cc",
401     "profiler/scoped_profile.cc",
402     "profiler/scoped_profile.h",
403     "profiler/scoped_tracker.cc",
404     "profiler/scoped_tracker.h",
405     "profiler/stack_sampling_profiler.cc",
406     "profiler/stack_sampling_profiler.h",
407     "profiler/tracked_time.cc",
408     "profiler/tracked_time.h",
409     "rand_util.cc",
410     "rand_util.h",
411     "rand_util_nacl.cc",
412     "rand_util_posix.cc",
413     "rand_util_win.cc",
414     "run_loop.cc",
415     "run_loop.h",
416     "scoped_generic.h",
417     "scoped_native_library.cc",
418     "scoped_native_library.h",
419     "scoped_observer.h",
420     "sequence_checker.h",
421     "sequence_checker_impl.cc",
422     "sequence_checker_impl.h",
423     "sequenced_task_runner.cc",
424     "sequenced_task_runner.h",
425     "sequenced_task_runner_helpers.h",
426     "sha1.h",
427     "sha1_portable.cc",
428     "sha1_win.cc",
429     "single_thread_task_runner.h",
430     "stl_util.h",
431     "strings/latin1_string_conversions.cc",
432     "strings/latin1_string_conversions.h",
433     "strings/nullable_string16.cc",
434     "strings/nullable_string16.h",
435     "strings/pattern.cc",
436     "strings/pattern.h",
437     "strings/safe_sprintf.cc",
438     "strings/safe_sprintf.h",
439     "strings/string16.cc",
440     "strings/string16.h",
441     "strings/string_number_conversions.cc",
442     "strings/string_number_conversions.h",
443     "strings/string_piece.cc",
444     "strings/string_piece.h",
445     "strings/string_split.cc",
446     "strings/string_split.h",
447     "strings/string_tokenizer.h",
448     "strings/string_util.cc",
449     "strings/string_util.h",
450     "strings/string_util_constants.cc",
451     "strings/string_util_posix.h",
452     "strings/string_util_win.h",
453     "strings/stringize_macros.h",
454     "strings/stringprintf.cc",
455     "strings/stringprintf.h",
456     "strings/sys_string_conversions.h",
457     "strings/sys_string_conversions_mac.mm",
458     "strings/sys_string_conversions_posix.cc",
459     "strings/sys_string_conversions_win.cc",
460     "strings/utf_offset_string_conversions.cc",
461     "strings/utf_offset_string_conversions.h",
462     "strings/utf_string_conversion_utils.cc",
463     "strings/utf_string_conversion_utils.h",
464     "strings/utf_string_conversions.cc",
465     "strings/utf_string_conversions.h",
466     "supports_user_data.cc",
467     "supports_user_data.h",
468     "sync_socket.h",
469     "sync_socket_posix.cc",
470     "sync_socket_win.cc",
471     "synchronization/cancellation_flag.cc",
472     "synchronization/cancellation_flag.h",
473     "synchronization/condition_variable.h",
474     "synchronization/condition_variable_posix.cc",
475     "synchronization/condition_variable_win.cc",
476     "synchronization/lock.cc",
477     "synchronization/lock.h",
478     "synchronization/lock_impl.h",
479     "synchronization/lock_impl_posix.cc",
480     "synchronization/lock_impl_win.cc",
481     "synchronization/spin_wait.h",
482     "synchronization/waitable_event.h",
483     "synchronization/waitable_event_posix.cc",
484     "synchronization/waitable_event_watcher.h",
485     "synchronization/waitable_event_watcher_posix.cc",
486     "synchronization/waitable_event_watcher_win.cc",
487     "synchronization/waitable_event_win.cc",
488     "sys_byteorder.h",
489     "sys_info.cc",
490     "sys_info.h",
491     "sys_info_android.cc",
492     "sys_info_chromeos.cc",
493     "sys_info_freebsd.cc",
494     "sys_info_ios.mm",
495     "sys_info_linux.cc",
496     "sys_info_mac.cc",
497     "sys_info_openbsd.cc",
498     "sys_info_posix.cc",
499     "sys_info_win.cc",
500     "system_monitor/system_monitor.cc",
501     "system_monitor/system_monitor.h",
502     "task/cancelable_task_tracker.cc",
503     "task/cancelable_task_tracker.h",
504     "task_runner.cc",
505     "task_runner.h",
506     "task_runner_util.h",
507     "template_util.h",
508     "third_party/dmg_fp/dmg_fp.h",
509     "third_party/dmg_fp/dtoa_wrapper.cc",
510     "third_party/dmg_fp/g_fmt.cc",
511     "third_party/icu/icu_utf.cc",
512     "third_party/icu/icu_utf.h",
513     "third_party/nspr/prtime.cc",
514     "third_party/nspr/prtime.h",
515     "third_party/superfasthash/superfasthash.c",
516     "thread_task_runner_handle.cc",
517     "thread_task_runner_handle.h",
518     "threading/non_thread_safe.h",
519     "threading/non_thread_safe_impl.cc",
520     "threading/non_thread_safe_impl.h",
521     "threading/platform_thread.h",
522     "threading/platform_thread_android.cc",
523     "threading/platform_thread_internal_posix.cc",
524     "threading/platform_thread_internal_posix.h",
525     "threading/platform_thread_linux.cc",
526     "threading/platform_thread_mac.mm",
527     "threading/platform_thread_posix.cc",
528     "threading/platform_thread_win.cc",
529     "threading/post_task_and_reply_impl.cc",
530     "threading/post_task_and_reply_impl.h",
531     "threading/sequenced_worker_pool.cc",
532     "threading/sequenced_worker_pool.h",
533     "threading/simple_thread.cc",
534     "threading/simple_thread.h",
535     "threading/thread.cc",
536     "threading/thread.h",
537     "threading/thread_checker.h",
538     "threading/thread_checker_impl.cc",
539     "threading/thread_checker_impl.h",
540     "threading/thread_collision_warner.cc",
541     "threading/thread_collision_warner.h",
542     "threading/thread_id_name_manager.cc",
543     "threading/thread_id_name_manager.h",
544     "threading/thread_local.h",
545     "threading/thread_local_android.cc",
546     "threading/thread_local_posix.cc",
547     "threading/thread_local_storage.cc",
548     "threading/thread_local_storage.h",
549     "threading/thread_local_storage_posix.cc",
550     "threading/thread_local_storage_win.cc",
551     "threading/thread_local_win.cc",
552     "threading/thread_restrictions.cc",
553     "threading/thread_restrictions.h",
554     "threading/watchdog.cc",
555     "threading/watchdog.h",
556     "threading/worker_pool.cc",
557     "threading/worker_pool.h",
558     "threading/worker_pool_posix.cc",
559     "threading/worker_pool_posix.h",
560     "threading/worker_pool_win.cc",
561     "time/clock.cc",
562     "time/clock.h",
563     "time/default_clock.cc",
564     "time/default_clock.h",
565     "time/default_tick_clock.cc",
566     "time/default_tick_clock.h",
567     "time/tick_clock.cc",
568     "time/tick_clock.h",
569     "time/time.cc",
570     "time/time.h",
571     "time/time_mac.cc",
572     "time/time_posix.cc",
573     "time/time_win.cc",
574     "timer/elapsed_timer.cc",
575     "timer/elapsed_timer.h",
576     "timer/hi_res_timer_manager.h",
577     "timer/hi_res_timer_manager_posix.cc",
578     "timer/hi_res_timer_manager_win.cc",
579     "timer/mock_timer.cc",
580     "timer/mock_timer.h",
581     "timer/timer.cc",
582     "timer/timer.h",
583     "tracked_objects.cc",
584     "tracked_objects.h",
585     "tracking_info.cc",
586     "tracking_info.h",
587     "tuple.h",
588     "value_conversions.cc",
589     "value_conversions.h",
590     "values.cc",
591     "values.h",
592     "version.cc",
593     "version.h",
594     "vlog.cc",
595     "vlog.h",
596     "win/enum_variant.cc",
597     "win/enum_variant.h",
598     "win/event_trace_consumer.h",
599     "win/event_trace_controller.cc",
600     "win/event_trace_controller.h",
601     "win/event_trace_provider.cc",
602     "win/event_trace_provider.h",
603     "win/i18n.cc",
604     "win/i18n.h",
605     "win/iat_patch_function.cc",
606     "win/iat_patch_function.h",
607     "win/iunknown_impl.cc",
608     "win/iunknown_impl.h",
609     "win/message_window.cc",
610     "win/message_window.h",
611     "win/metro.cc",
612     "win/metro.h",
613     "win/object_watcher.cc",
614     "win/object_watcher.h",
615     "win/registry.cc",
616     "win/registry.h",
617     "win/resource_util.cc",
618     "win/resource_util.h",
619     "win/scoped_bstr.cc",
620     "win/scoped_bstr.h",
621     "win/scoped_co_mem.h",
622     "win/scoped_com_initializer.h",
623     "win/scoped_comptr.h",
624     "win/scoped_gdi_object.h",
625     "win/scoped_handle.cc",
626     "win/scoped_handle.h",
627     "win/scoped_hdc.h",
628     "win/scoped_hglobal.h",
629     "win/scoped_process_information.cc",
630     "win/scoped_process_information.h",
631     "win/scoped_propvariant.h",
632     "win/scoped_select_object.h",
633     "win/scoped_variant.cc",
634     "win/scoped_variant.h",
635     "win/shortcut.cc",
636     "win/shortcut.h",
637     "win/startup_information.cc",
638     "win/startup_information.h",
639     "win/win_util.cc",
640     "win/win_util.h",
641     "win/windows_version.cc",
642     "win/windows_version.h",
643     "win/wrapped_window_proc.cc",
644     "win/wrapped_window_proc.h",
645   ]
647   if (is_ios) {
648     sources -= [
649       "message_loop/message_pump_libevent.cc",
650       "message_loop/message_pump_libevent.h",
651     ]
653     set_sources_assignment_filter([])
654     sources += [ "files/file_path_watcher_mac.cc" ]
655     set_sources_assignment_filter(sources_assignment_filter)
656   }
658   sources -= [
659     "sys_info_freebsd.cc",
660     "sys_info_openbsd.cc",
661   ]
663   data = []
665   configs += [
666     ":base_implementation",
667     "//build/config:precompiled_headers",
668   ]
670   deps = [
671     ":base_static",
672     "//base/allocator:allocator_extension_thunks",
673     "//base/third_party/dynamic_annotations",
674     "//third_party/modp_b64",
675   ]
677   public_deps = [
678     ":base_paths",
679     "//base/debug",
680     "//base/json",
681     "//base/memory",
682     "//base/metrics",
683     "//base/process",
684     "//base/trace_event",
685   ]
687   # Allow more direct string conversions on platforms with native utf8
688   # strings
689   if (is_mac || is_ios || is_chromeos) {
690     defines = [ "SYSTEM_NATIVE_UTF8" ]
691   }
693   if (is_android) {
694     sources -= [ "power_monitor/power_monitor_device_source_posix.cc" ]
696     # Android uses some Linux sources, put those back.
697     set_sources_assignment_filter([])
698     sources += [
699       "files/file_path_watcher_linux.cc",
700       "posix/unix_domain_socket_linux.cc",
701       "sys_info_linux.cc",
702     ]
703     set_sources_assignment_filter(sources_assignment_filter)
705     deps += [
706       ":base_jni_headers",
707       "//third_party/ashmem",
708       "//third_party/android_tools:cpu_features",
709     ]
711     # logging.cc uses the Android logging library.
712     libs = [ "log" ]
713   }
715   if (is_chromeos) {
716     sources -= [ "power_monitor/power_monitor_device_source_posix.cc" ]
717   }
719   if (is_nacl) {
720     # We reset sources_assignment_filter in order to explicitly include
721     # the linux file (which would otherwise be filtered out).
722     set_sources_assignment_filter([])
723     sources += [
724       "files/file_path_watcher_stub.cc",
725       "sync_socket_nacl.cc",
726       "threading/platform_thread_linux.cc",
727     ]
728     set_sources_assignment_filter(sources_assignment_filter)
730     sources -= [
731       "allocator/type_profiler_control.cc",
732       "allocator/type_profiler_control.h",
733       "async_socket_io_handler_posix.cc",
734       "cpu.cc",
735       "files/file_enumerator_posix.cc",
736       "files/file_proxy.cc",
737       "files/file_util.cc",
738       "files/file_util_posix.cc",
739       "files/file_util_proxy.cc",
740       "files/important_file_writer.cc",
741       "files/important_file_writer.h",
742       "files/scoped_temp_dir.cc",
743       "message_loop/message_pump_libevent.cc",
744       "native_library_posix.cc",
745       "path_service.cc",
746       "rand_util_posix.cc",
747       "scoped_native_library.cc",
748       "sync_socket_posix.cc",
749       "sys_info.cc",
750       "sys_info_posix.cc",
751     ]
752   } else {
753     # Remove NaCl stuff.
754     sources -= [
755       "os_compat_nacl.cc",
756       "os_compat_nacl.h",
757       "rand_util_nacl.cc",
758     ]
759   }
761   # Windows.
762   if (is_win) {
763     sources += [
764       "profiler/win32_stack_frame_unwinder.cc",
765       "profiler/win32_stack_frame_unwinder.h",
766     ]
768     sources -= [
769       "message_loop/message_pump_libevent.cc",
770       "strings/string16.cc",
772       # Not using sha1_win.cc because it may have caused a
773       # regression to page cycler moz.
774       "sha1_win.cc",
775     ]
777     # Required for base/stack_trace_win.cc to symbolize correctly.
778     data += [ "$root_build_dir/dbghelp.dll" ]
780     if (is_component_build) {
781       # Copy the VS runtime DLLs into the isolate so that they don't have to be
782       # preinstalled on the target machine. The debug runtimes have a "d" at
783       # the end.
784       if (is_debug) {
785         vcrt_suffix = "d"
786       } else {
787         vcrt_suffix = ""
788       }
790       # These runtime files are copied to the output directory by the
791       # vs_toolchain script that runs as part of toolchain configuration.
792       data += [
793         "$root_out_dir/msvcp120${vcrt_suffix}.dll",
794         "$root_out_dir/msvcr120${vcrt_suffix}.dll",
795       ]
796       if (is_asan) {
797         data += [ "//third_party/llvm-build/Release+Asserts/lib/clang/3.8.0/lib/windows/clang_rt.asan_dynamic-i386.dll" ]
798       }
799     }
801     # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
802     configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
804     libs = [
805       "cfgmgr32.lib",
806       "netapi32.lib",
807       "powrprof.lib",
808       "setupapi.lib",
809     ]
810     all_dependent_configs = [ ":base_win_linker_flags" ]
811   } else if (!is_nacl) {
812     # Non-Windows.
813     deps += [ "//third_party/libevent" ]
814   }
816   # Mac.
817   if (is_mac || is_ios) {
818     # Common Desktop / iOS excludes
819     sources -= [
820       "native_library_posix.cc",
821       "strings/sys_string_conversions_posix.cc",
822       "threading/platform_thread_internal_posix.cc",
823     ]
825     if (is_asan) {
826       # TODO(GYP) hook up asan on Mac. GYP has this extra dylib:
827       #data += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
828     }
830     if (is_ios) {
831       sources -= [
832         "files/file_path_watcher_fsevents.cc",
833         "files/file_path_watcher_fsevents.h",
834       ]
835     }
836   } else {
837     # Non-Mac.
838     sources -= [
839       "files/file_path_watcher_fsevents.cc",
840       "files/file_path_watcher_fsevents.h",
841       "files/file_path_watcher_kqueue.cc",
842       "files/file_path_watcher_kqueue.h",
843     ]
844   }
846   # Linux.
847   if (is_linux) {
848     if (is_asan || is_lsan || is_msan || is_tsan) {
849       # For llvm-sanitizer.
850       data += [ "//third_party/llvm-build/Release+Asserts/lib/libstdc++.so.6" ]
851     }
853     # TODO(brettw) this will need to be parameterized at some point.
854     linux_configs = []
855     if (use_glib) {
856       linux_configs += [ "//build/config/linux:glib" ]
857     }
859     configs += linux_configs
860     all_dependent_configs = linux_configs
862     # These dependencies are not required on Android, and in the case
863     # of xdg_mime must be excluded due to licensing restrictions.
864     deps += [
865       "//base/third_party/xdg_mime",
866       "//base/third_party/xdg_user_dirs",
867     ]
868   } else {
869     # Non-Linux.
870     sources -= [
871       "nix/mime_util_xdg.cc",
872       "nix/mime_util_xdg.h",
873       "nix/xdg_util.cc",
874       "nix/xdg_util.h",
875     ]
877     if (!is_android) {
878       sources -= [
879         "linux_util.cc",
880         "linux_util.h",
881       ]
882     }
883   }
885   # iOS
886   if (is_ios) {
887     set_sources_assignment_filter([])
889     sources += [
890       "atomicops_internals_mac.h",
891       "base_paths_mac.h",
892       "base_paths_mac.mm",
893       "file_version_info_mac.h",
894       "file_version_info_mac.mm",
895       "files/file_util_mac.mm",
896       "mac/bundle_locations.h",
897       "mac/bundle_locations.mm",
898       "mac/call_with_eh_frame.cc",
899       "mac/call_with_eh_frame.h",
900       "mac/foundation_util.h",
901       "mac/foundation_util.mm",
902       "mac/mac_logging.cc",
903       "mac/mac_logging.h",
904       "mac/mach_logging.cc",
905       "mac/mach_logging.h",
906       "mac/objc_property_releaser.h",
907       "mac/objc_property_releaser.mm",
908       "mac/scoped_mach_port.cc",
909       "mac/scoped_mach_port.h",
910       "mac/scoped_mach_vm.cc",
911       "mac/scoped_mach_vm.h",
912       "mac/scoped_nsautorelease_pool.h",
913       "mac/scoped_nsautorelease_pool.mm",
914       "mac/scoped_nsobject.h",
915       "mac/scoped_objc_class_swizzler.h",
916       "mac/scoped_objc_class_swizzler.mm",
917       "message_loop/message_pump_mac.h",
918       "message_loop/message_pump_mac.mm",
919       "strings/sys_string_conversions_mac.mm",
920       "threading/platform_thread_mac.mm",
921       "time/time_mac.cc",
922     ]
924     set_sources_assignment_filter(sources_assignment_filter)
925   }
927   if (!use_glib) {
928     sources -= [
929       "message_loop/message_pump_glib.cc",
930       "message_loop/message_pump_glib.h",
931     ]
932   }
934   if (is_asan || is_lsan || is_msan || is_tsan) {
935     data += [ "//tools/valgrind/asan/" ]
936     if (is_win) {
937       data +=
938           [ "//third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer.exe" ]
939     } else {
940       data += [ "//third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer" ]
941     }
942   }
944   configs += [ "//build/config/compiler:wexit_time_destructors" ]
945   if (!is_debug) {
946     configs -= [ "//build/config/compiler:optimize" ]
947     configs += [ "//build/config/compiler:optimize_max" ]
948   }
950   allow_circular_includes_from = public_deps
953 # This is the subset of files from base that should not be used with a dynamic
954 # library. Note that this library cannot depend on base because base depends on
955 # base_static.
956 source_set("base_static") {
957   sources = [
958     "base_switches.cc",
959     "base_switches.h",
960     "win/pe_image.cc",
961     "win/pe_image.h",
962   ]
964   if (!is_debug) {
965     configs -= [ "//build/config/compiler:optimize" ]
966     configs += [ "//build/config/compiler:optimize_max" ]
967   }
970 component("i18n") {
971   output_name = "base_i18n"
972   sources = [
973     "i18n/base_i18n_export.h",
974     "i18n/bidi_line_iterator.cc",
975     "i18n/bidi_line_iterator.h",
976     "i18n/break_iterator.cc",
977     "i18n/break_iterator.h",
978     "i18n/case_conversion.cc",
979     "i18n/case_conversion.h",
980     "i18n/char_iterator.cc",
981     "i18n/char_iterator.h",
982     "i18n/file_util_icu.cc",
983     "i18n/file_util_icu.h",
984     "i18n/i18n_constants.cc",
985     "i18n/i18n_constants.h",
986     "i18n/icu_encoding_detection.cc",
987     "i18n/icu_encoding_detection.h",
988     "i18n/icu_string_conversions.cc",
989     "i18n/icu_string_conversions.h",
990     "i18n/icu_util.cc",
991     "i18n/icu_util.h",
992     "i18n/message_formatter.cc",
993     "i18n/message_formatter.h",
994     "i18n/number_formatting.cc",
995     "i18n/number_formatting.h",
996     "i18n/rtl.cc",
997     "i18n/rtl.h",
998     "i18n/streaming_utf8_validator.cc",
999     "i18n/streaming_utf8_validator.h",
1000     "i18n/string_compare.cc",
1001     "i18n/string_compare.h",
1002     "i18n/string_search.cc",
1003     "i18n/string_search.h",
1004     "i18n/time_formatting.cc",
1005     "i18n/time_formatting.h",
1006     "i18n/timezone.cc",
1007     "i18n/timezone.h",
1008     "i18n/utf8_validator_tables.cc",
1009     "i18n/utf8_validator_tables.h",
1010   ]
1011   defines = [ "BASE_I18N_IMPLEMENTATION" ]
1012   configs += [ "//build/config/compiler:wexit_time_destructors" ]
1013   public_deps = [
1014     "//third_party/icu",
1015   ]
1016   deps = [
1017     ":base",
1018     "//base/third_party/dynamic_annotations",
1019   ]
1021   if (!is_debug) {
1022     configs -= [ "//build/config/compiler:optimize" ]
1023     configs += [ "//build/config/compiler:optimize_max" ]
1024   }
1026   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1027   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1030 if (is_ios || is_win || (is_linux && !is_chromeos)) {
1031   # TODO(GYP): Figure out which of these work and are needed on other platforms.
1032   test("base_perftests") {
1033     sources = [
1034       "message_loop/message_pump_perftest.cc",
1036       # "test/run_all_unittests.cc",
1037       "threading/thread_perftest.cc",
1038     ]
1039     deps = [
1040       ":base",
1041       "//base/test:test_support",
1042       "//base/test:test_support_perf",
1043       "//testing/perf",
1044       "//testing/gtest",
1045     ]
1047     if (is_android) {
1048       deps += [ "//testing/android/native_test:native_test_native_code" ]
1049     }
1050   }
1052   test("base_i18n_perftests") {
1053     sources = [
1054       "i18n/streaming_utf8_validator_perftest.cc",
1055     ]
1056     deps = [
1057       ":base",
1058       ":i18n",
1059       "//base/test:test_support",
1060       "//base/test:test_support_perf",
1061       "//testing/gtest",
1062     ]
1063   }
1065   if (!is_ios) {
1066     executable("build_utf8_validator_tables") {
1067       sources = [
1068         "i18n/build_utf8_validator_tables.cc",
1069       ]
1070       deps = [
1071         ":base",
1072         "//build/config/sanitizers:deps",
1073         "//third_party/icu:icuuc",
1074       ]
1075     }
1077     executable("check_example") {
1078       sources = [
1079         "check_example.cc",
1080       ]
1081       deps = [
1082         ":base",
1083         "//build/config/sanitizers:deps",
1084       ]
1085     }
1086   }
1089 component("prefs") {
1090   sources = [
1091     "prefs/default_pref_store.cc",
1092     "prefs/default_pref_store.h",
1093     "prefs/json_pref_store.cc",
1094     "prefs/json_pref_store.h",
1095     "prefs/overlay_user_pref_store.cc",
1096     "prefs/overlay_user_pref_store.h",
1097     "prefs/pref_change_registrar.cc",
1098     "prefs/pref_change_registrar.h",
1099     "prefs/pref_member.cc",
1100     "prefs/pref_member.h",
1101     "prefs/pref_notifier_impl.cc",
1102     "prefs/pref_notifier_impl.h",
1103     "prefs/pref_registry.cc",
1104     "prefs/pref_registry.h",
1105     "prefs/pref_registry_simple.cc",
1106     "prefs/pref_registry_simple.h",
1107     "prefs/pref_service.cc",
1108     "prefs/pref_service.h",
1109     "prefs/pref_service_factory.cc",
1110     "prefs/pref_service_factory.h",
1111     "prefs/pref_store.cc",
1112     "prefs/pref_store.h",
1113     "prefs/pref_value_map.cc",
1114     "prefs/pref_value_map.h",
1115     "prefs/pref_value_store.cc",
1116     "prefs/pref_value_store.h",
1117     "prefs/scoped_user_pref_update.cc",
1118     "prefs/scoped_user_pref_update.h",
1119     "prefs/value_map_pref_store.cc",
1120     "prefs/value_map_pref_store.h",
1121   ]
1122   if (!is_ios) {
1123     sources += [
1124       "prefs/base_prefs_export.h",
1125       "prefs/persistent_pref_store.h",
1126       "prefs/pref_filter.h",
1127       "prefs/pref_notifier.h",
1128       "prefs/pref_observer.h",
1129       "prefs/writeable_pref_store.h",
1130     ]
1131   }
1133   defines = [ "BASE_PREFS_IMPLEMENTATION" ]
1135   deps = [
1136     ":base",
1137   ]
1139   if (!is_debug) {
1140     configs -= [ "//build/config/compiler:optimize" ]
1141     configs += [ "//build/config/compiler:optimize_max" ]
1142   }
1145 source_set("prefs_test_support") {
1146   testonly = true
1147   sources = [
1148     "prefs/mock_pref_change_callback.cc",
1149     "prefs/mock_pref_change_callback.h",
1150     "prefs/pref_store_observer_mock.cc",
1151     "prefs/pref_store_observer_mock.h",
1152     "prefs/testing_pref_service.cc",
1153     "prefs/testing_pref_service.h",
1154     "prefs/testing_pref_store.cc",
1155     "prefs/testing_pref_store.h",
1156   ]
1158   public_deps = [
1159     ":prefs",
1160   ]
1161   deps = [
1162     ":base",
1163     "//testing/gmock",
1164     "//testing/gtest",
1165   ]
1168 source_set("message_loop_tests") {
1169   testonly = true
1170   sources = [
1171     "message_loop/message_loop_test.cc",
1172     "message_loop/message_loop_test.h",
1173   ]
1175   deps = [
1176     ":base",
1177     "//testing/gtest",
1178   ]
1181 if (is_win) {
1182   # Target to manually rebuild pe_image_test.dll which is checked into
1183   # base/test/data/pe_image.
1184   shared_library("pe_image_test") {
1185     sources = [
1186       "win/pe_image_test.cc",
1187     ]
1188     ldflags = [
1189       "/DELAYLOAD:cfgmgr32.dll",
1190       "/DELAYLOAD:shell32.dll",
1191       "/SUBSYSTEM:WINDOWS",
1192     ]
1193     libs = [
1194       "cfgmgr32.lib",
1195       "shell32.lib",
1196     ]
1197     deps = [
1198       "//build/config/sanitizers:deps",
1199     ]
1200   }
1203 # TODO(GYP): Delete this after we've converted everything to GN.
1204 # The _run targets exist only for compatibility w/ GYP.
1205 group("base_unittests_run") {
1206   testonly = true
1207   deps = [
1208     ":base_unittests",
1209   ]
1212 test("base_unittests") {
1213   sources = [
1214     "android/application_status_listener_unittest.cc",
1215     "android/content_uri_utils_unittest.cc",
1216     "android/jni_android_unittest.cc",
1217     "android/jni_array_unittest.cc",
1218     "android/jni_string_unittest.cc",
1219     "android/library_loader/library_prefetcher_unittest.cc",
1220     "android/path_utils_unittest.cc",
1221     "android/scoped_java_ref_unittest.cc",
1222     "android/sys_utils_unittest.cc",
1223     "async_socket_io_handler_unittest.cc",
1224     "at_exit_unittest.cc",
1225     "atomicops_unittest.cc",
1226     "barrier_closure_unittest.cc",
1227     "base64_unittest.cc",
1228     "big_endian_unittest.cc",
1229     "bind_unittest.cc",
1230     "bind_unittest.nc",
1231     "bits_unittest.cc",
1232     "build_time_unittest.cc",
1233     "callback_helpers_unittest.cc",
1234     "callback_list_unittest.cc",
1235     "callback_list_unittest.nc",
1236     "callback_unittest.cc",
1237     "callback_unittest.nc",
1238     "cancelable_callback_unittest.cc",
1239     "command_line_unittest.cc",
1240     "containers/adapters_unittest.cc",
1241     "containers/hash_tables_unittest.cc",
1242     "containers/linked_list_unittest.cc",
1243     "containers/mru_cache_unittest.cc",
1244     "containers/scoped_ptr_hash_map_unittest.cc",
1245     "containers/scoped_ptr_map_unittest.cc",
1246     "containers/small_map_unittest.cc",
1247     "containers/stack_container_unittest.cc",
1248     "cpu_unittest.cc",
1249     "debug/crash_logging_unittest.cc",
1250     "debug/debugger_unittest.cc",
1251     "debug/leak_tracker_unittest.cc",
1252     "debug/proc_maps_linux_unittest.cc",
1253     "debug/stack_trace_unittest.cc",
1254     "debug/task_annotator_unittest.cc",
1255     "deferred_sequenced_task_runner_unittest.cc",
1256     "environment_unittest.cc",
1257     "file_version_info_unittest.cc",
1258     "files/dir_reader_posix_unittest.cc",
1259     "files/file_path_unittest.cc",
1260     "files/file_path_watcher_unittest.cc",
1261     "files/file_proxy_unittest.cc",
1262     "files/file_unittest.cc",
1263     "files/file_util_proxy_unittest.cc",
1264     "files/file_util_unittest.cc",
1265     "files/important_file_writer_unittest.cc",
1266     "files/memory_mapped_file_unittest.cc",
1267     "files/scoped_temp_dir_unittest.cc",
1268     "gmock_unittest.cc",
1269     "guid_unittest.cc",
1270     "hash_unittest.cc",
1271     "i18n/break_iterator_unittest.cc",
1272     "i18n/case_conversion_unittest.cc",
1273     "i18n/char_iterator_unittest.cc",
1274     "i18n/file_util_icu_unittest.cc",
1275     "i18n/icu_string_conversions_unittest.cc",
1276     "i18n/message_formatter_unittest.cc",
1277     "i18n/number_formatting_unittest.cc",
1278     "i18n/rtl_unittest.cc",
1279     "i18n/streaming_utf8_validator_unittest.cc",
1280     "i18n/string_search_unittest.cc",
1281     "i18n/time_formatting_unittest.cc",
1282     "i18n/timezone_unittest.cc",
1283     "id_map_unittest.cc",
1284     "ios/device_util_unittest.mm",
1285     "ios/weak_nsobject_unittest.mm",
1286     "json/json_parser_unittest.cc",
1287     "json/json_reader_unittest.cc",
1288     "json/json_value_converter_unittest.cc",
1289     "json/json_value_serializer_unittest.cc",
1290     "json/json_writer_unittest.cc",
1291     "json/string_escape_unittest.cc",
1292     "lazy_instance_unittest.cc",
1293     "logging_unittest.cc",
1294     "mac/bind_objc_block_unittest.mm",
1295     "mac/call_with_eh_frame_unittest.mm",
1296     "mac/dispatch_source_mach_unittest.cc",
1297     "mac/foundation_util_unittest.mm",
1298     "mac/libdispatch_task_runner_unittest.cc",
1299     "mac/mac_util_unittest.mm",
1300     "mac/objc_property_releaser_unittest.mm",
1301     "mac/scoped_nsobject_unittest.mm",
1302     "mac/scoped_objc_class_swizzler_unittest.mm",
1303     "mac/scoped_sending_event_unittest.mm",
1304     "md5_unittest.cc",
1305     "memory/aligned_memory_unittest.cc",
1306     "memory/discardable_shared_memory_unittest.cc",
1307     "memory/linked_ptr_unittest.cc",
1308     "memory/memory_pressure_monitor_chromeos_unittest.cc",
1309     "memory/memory_pressure_monitor_win_unittest.cc",
1310     "memory/ref_counted_memory_unittest.cc",
1311     "memory/ref_counted_unittest.cc",
1312     "memory/scoped_ptr_unittest.cc",
1313     "memory/scoped_ptr_unittest.nc",
1314     "memory/scoped_vector_unittest.cc",
1315     "memory/shared_memory_unittest.cc",
1316     "memory/singleton_unittest.cc",
1317     "memory/weak_ptr_unittest.cc",
1318     "memory/weak_ptr_unittest.nc",
1319     "message_loop/message_loop_task_runner_unittest.cc",
1320     "message_loop/message_loop_unittest.cc",
1321     "message_loop/message_pump_glib_unittest.cc",
1322     "message_loop/message_pump_io_ios_unittest.cc",
1323     "metrics/bucket_ranges_unittest.cc",
1324     "metrics/field_trial_unittest.cc",
1325     "metrics/histogram_base_unittest.cc",
1326     "metrics/histogram_delta_serialization_unittest.cc",
1327     "metrics/histogram_macros_unittest.cc",
1328     "metrics/histogram_snapshot_manager_unittest.cc",
1329     "metrics/histogram_unittest.cc",
1330     "metrics/sample_map_unittest.cc",
1331     "metrics/sample_vector_unittest.cc",
1332     "metrics/sparse_histogram_unittest.cc",
1333     "metrics/statistics_recorder_unittest.cc",
1334     "move_unittest.cc",
1335     "numerics/safe_numerics_unittest.cc",
1336     "observer_list_unittest.cc",
1337     "os_compat_android_unittest.cc",
1338     "path_service_unittest.cc",
1339     "pickle_unittest.cc",
1340     "posix/file_descriptor_shuffle_unittest.cc",
1341     "posix/unix_domain_socket_linux_unittest.cc",
1342     "power_monitor/power_monitor_unittest.cc",
1343     "prefs/default_pref_store_unittest.cc",
1344     "prefs/json_pref_store_unittest.cc",
1345     "prefs/overlay_user_pref_store_unittest.cc",
1346     "prefs/pref_change_registrar_unittest.cc",
1347     "prefs/pref_member_unittest.cc",
1348     "prefs/pref_notifier_impl_unittest.cc",
1349     "prefs/pref_service_unittest.cc",
1350     "prefs/pref_value_map_unittest.cc",
1351     "prefs/pref_value_store_unittest.cc",
1352     "prefs/scoped_user_pref_update_unittest.cc",
1353     "process/memory_unittest.cc",
1354     "process/memory_unittest_mac.h",
1355     "process/memory_unittest_mac.mm",
1356     "process/process_metrics_unittest.cc",
1357     "process/process_metrics_unittest_ios.cc",
1358     "process/process_unittest.cc",
1359     "process/process_util_unittest.cc",
1360     "profiler/stack_sampling_profiler_unittest.cc",
1361     "profiler/tracked_time_unittest.cc",
1362     "rand_util_unittest.cc",
1363     "scoped_clear_errno_unittest.cc",
1364     "scoped_generic_unittest.cc",
1365     "scoped_native_library_unittest.cc",
1366     "security_unittest.cc",
1367     "sequence_checker_unittest.cc",
1368     "sha1_unittest.cc",
1369     "stl_util_unittest.cc",
1370     "strings/nullable_string16_unittest.cc",
1371     "strings/pattern_unittest.cc",
1372     "strings/safe_sprintf_unittest.cc",
1373     "strings/string16_unittest.cc",
1374     "strings/string_number_conversions_unittest.cc",
1375     "strings/string_piece_unittest.cc",
1376     "strings/string_split_unittest.cc",
1377     "strings/string_tokenizer_unittest.cc",
1378     "strings/string_util_unittest.cc",
1379     "strings/stringize_macros_unittest.cc",
1380     "strings/stringprintf_unittest.cc",
1381     "strings/sys_string_conversions_mac_unittest.mm",
1382     "strings/sys_string_conversions_unittest.cc",
1383     "strings/utf_offset_string_conversions_unittest.cc",
1384     "strings/utf_string_conversions_unittest.cc",
1385     "supports_user_data_unittest.cc",
1386     "sync_socket_unittest.cc",
1387     "synchronization/cancellation_flag_unittest.cc",
1388     "synchronization/condition_variable_unittest.cc",
1389     "synchronization/lock_unittest.cc",
1390     "synchronization/waitable_event_unittest.cc",
1391     "synchronization/waitable_event_watcher_unittest.cc",
1392     "sys_info_unittest.cc",
1393     "system_monitor/system_monitor_unittest.cc",
1394     "task/cancelable_task_tracker_unittest.cc",
1395     "task_runner_util_unittest.cc",
1396     "template_util_unittest.cc",
1397     "test/histogram_tester_unittest.cc",
1398     "test/icu_test_util.cc",
1399     "test/icu_test_util.h",
1400     "test/test_pending_task_unittest.cc",
1401     "test/test_reg_util_win_unittest.cc",
1402     "test/trace_event_analyzer_unittest.cc",
1403     "test/user_action_tester_unittest.cc",
1404     "threading/non_thread_safe_unittest.cc",
1405     "threading/platform_thread_unittest.cc",
1406     "threading/sequenced_worker_pool_unittest.cc",
1407     "threading/simple_thread_unittest.cc",
1408     "threading/thread_checker_unittest.cc",
1409     "threading/thread_collision_warner_unittest.cc",
1410     "threading/thread_id_name_manager_unittest.cc",
1411     "threading/thread_local_storage_unittest.cc",
1412     "threading/thread_local_unittest.cc",
1413     "threading/thread_unittest.cc",
1414     "threading/watchdog_unittest.cc",
1415     "threading/worker_pool_posix_unittest.cc",
1416     "threading/worker_pool_unittest.cc",
1417     "time/pr_time_unittest.cc",
1418     "time/time_unittest.cc",
1419     "time/time_win_unittest.cc",
1420     "timer/hi_res_timer_manager_unittest.cc",
1421     "timer/mock_timer_unittest.cc",
1422     "timer/timer_unittest.cc",
1423     "tools_sanity_unittest.cc",
1424     "tracked_objects_unittest.cc",
1425     "tuple_unittest.cc",
1426     "values_unittest.cc",
1427     "version_unittest.cc",
1428     "vlog_unittest.cc",
1429     "win/dllmain.cc",
1430     "win/enum_variant_unittest.cc",
1431     "win/event_trace_consumer_unittest.cc",
1432     "win/event_trace_controller_unittest.cc",
1433     "win/event_trace_provider_unittest.cc",
1434     "win/i18n_unittest.cc",
1435     "win/iunknown_impl_unittest.cc",
1436     "win/message_window_unittest.cc",
1437     "win/object_watcher_unittest.cc",
1438     "win/pe_image_unittest.cc",
1439     "win/registry_unittest.cc",
1440     "win/scoped_bstr_unittest.cc",
1441     "win/scoped_comptr_unittest.cc",
1442     "win/scoped_process_information_unittest.cc",
1443     "win/scoped_variant_unittest.cc",
1444     "win/shortcut_unittest.cc",
1445     "win/startup_information_unittest.cc",
1446     "win/win_util_unittest.cc",
1447     "win/wrapped_window_proc_unittest.cc",
1448   ]
1450   deps = [
1451     ":base",
1452     ":i18n",
1453     ":message_loop_tests",
1454     ":prefs",
1455     ":prefs_test_support",
1456     "//base/allocator",
1457     "//base/test:run_all_unittests",
1458     "//base/test:test_support",
1459     "//base/third_party/dynamic_annotations",
1460     "//base/trace_event:trace_event_unittests",
1461     "//testing/gmock",
1462     "//testing/gtest",
1463     "//third_party/icu",
1464   ]
1466   data = [
1467     "test/data/",
1468   ]
1470   # Allow more direct string conversions on platforms with native utf8
1471   # strings
1472   if (is_mac || is_ios || is_chromeos) {
1473     defines = [ "SYSTEM_NATIVE_UTF8" ]
1474   }
1476   if (is_android) {
1477     apk_deps = [
1478       ":base_java",
1479       ":base_java_unittest_support",
1480     ]
1482     # TODO(brettw) I think this should not be here, we should not be using
1483     # isolate files.
1484     isolate_file = "base_unittests.isolate"
1485   }
1487   if (is_ios) {
1488     sources -= [
1489       "memory/discardable_shared_memory_unittest.cc",
1490       "memory/shared_memory_unittest.cc",
1491       "process/memory_unittest.cc",
1492       "process/process_unittest.cc",
1493       "process/process_util_unittest.cc",
1494     ]
1496     # Pull in specific Mac files for iOS (which have been filtered out by file
1497     # name rules).
1498     set_sources_assignment_filter([])
1499     sources += [
1500       "mac/bind_objc_block_unittest.mm",
1501       "mac/foundation_util_unittest.mm",
1502       "mac/objc_property_releaser_unittest.mm",
1503       "mac/scoped_nsobject_unittest.mm",
1504       "strings/sys_string_conversions_mac_unittest.mm",
1505     ]
1506     set_sources_assignment_filter(sources_assignment_filter)
1508     # TODO(GYP): dep on copy_test_data_ios action.
1509   }
1511   if (is_linux) {
1512     sources -= [ "file_version_info_unittest.cc" ]
1513     sources += [ "nix/xdg_util_unittest.cc" ]
1514     deps += [ "//base/test:malloc_wrapper" ]
1516     if (use_glib) {
1517       configs += [ "//build/config/linux:glib" ]
1518     }
1519   }
1521   if (!is_linux || use_ozone) {
1522     sources -= [ "message_loop/message_pump_glib_unittest.cc" ]
1523   }
1525   if (is_posix && !is_ios) {
1526     sources += [ "message_loop/message_pump_libevent_unittest.cc" ]
1527     deps += [ "//third_party/libevent" ]
1528   }
1530   if (is_android) {
1531     deps += [ "//testing/android/native_test:native_test_native_code" ]
1532     set_sources_assignment_filter([])
1533     sources += [ "debug/proc_maps_linux_unittest.cc" ]
1534     set_sources_assignment_filter(sources_assignment_filter)
1535   }
1537   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1538   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1540   # Symbols for crashes when running tests on swarming.
1541   if (symbol_level > 0) {
1542     if (is_win) {
1543       data += [ "$root_out_dir/base_unittests.exe.pdb" ]
1544     } else if (is_mac) {
1545       data += [ "$root_out_dir/base_unittests.dSYM/" ]
1546     }
1547   }
1550 if (is_android) {
1551   # GYP: //base.gyp:base_jni_headers
1552   generate_jni("base_jni_headers") {
1553     sources = [
1554       "android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java",
1555       "android/java/src/org/chromium/base/ApkAssets.java",
1556       "android/java/src/org/chromium/base/ApplicationStatus.java",
1557       "android/java/src/org/chromium/base/BuildInfo.java",
1558       "android/java/src/org/chromium/base/CommandLine.java",
1559       "android/java/src/org/chromium/base/ContentUriUtils.java",
1560       "android/java/src/org/chromium/base/CpuFeatures.java",
1561       "android/java/src/org/chromium/base/EventLog.java",
1562       "android/java/src/org/chromium/base/FieldTrialList.java",
1563       "android/java/src/org/chromium/base/ImportantFileWriterAndroid.java",
1564       "android/java/src/org/chromium/base/JNIUtils.java",
1565       "android/java/src/org/chromium/base/JavaHandlerThread.java",
1566       "android/java/src/org/chromium/base/LocaleUtils.java",
1567       "android/java/src/org/chromium/base/MemoryPressureListener.java",
1568       "android/java/src/org/chromium/base/PathService.java",
1569       "android/java/src/org/chromium/base/PathUtils.java",
1570       "android/java/src/org/chromium/base/PowerMonitor.java",
1571       "android/java/src/org/chromium/base/SysUtils.java",
1572       "android/java/src/org/chromium/base/SystemMessageHandler.java",
1573       "android/java/src/org/chromium/base/ThreadUtils.java",
1574       "android/java/src/org/chromium/base/TraceEvent.java",
1575       "android/java/src/org/chromium/base/library_loader/LibraryLoader.java",
1576       "android/java/src/org/chromium/base/metrics/RecordHistogram.java",
1577       "android/java/src/org/chromium/base/metrics/RecordUserAction.java",
1578     ]
1580     deps = [
1581       ":android_runtime_jni_headers",
1582     ]
1584     jni_package = "base"
1585   }
1587   # GYP: //base.gyp:android_runtime_jni_headers
1588   generate_jar_jni("android_runtime_jni_headers") {
1589     jni_package = "base"
1590     classes = [ "java/lang/Runtime.class" ]
1591   }
1593   # GYP: //base.gyp:base_java
1594   android_library("base_java") {
1595     srcjar_deps = [
1596       ":base_android_java_enums_srcjar",
1597       ":base_native_libraries_gen",
1598     ]
1600     deps = [
1601       "//third_party/android_tools:android_support_multidex_java",
1602       "//third_party/jsr-305:jsr_305_javalib",
1603     ]
1605     DEPRECATED_java_in_dir = "android/java/src"
1606     if (is_debug) {
1607       java_files = [
1608         "android/java/debug_src/org/chromium/base/IncrementalInstall.java",
1609         "android/java/debug_src/org/chromium/base/Reflect.java",
1610       ]
1611     } else {
1612       java_files = [ "android/java/release_src/org/chromium/base/IncrementalInstall.java" ]
1613     }
1615     # A new version of NativeLibraries.java (with the actual correct values)
1616     # will be created when creating an apk.
1617     jar_excluded_patterns = [
1618       "*/NativeLibraries.class",
1619       "*/NativeLibraries##*.class",
1620     ]
1621   }
1623   # GYP: //base.gyp:base_javatests
1624   android_library("base_javatests") {
1625     deps = [
1626       ":base_java",
1627       ":base_java_test_support",
1628     ]
1629     DEPRECATED_java_in_dir = "android/javatests/src"
1630   }
1632   # GYP: //base.gyp:base_java_test_support
1633   android_library("base_java_test_support") {
1634     deps = [
1635       ":base_java",
1636       "//testing/android/reporter:reporter_java",
1637     ]
1638     DEPRECATED_java_in_dir = "test/android/javatests/src"
1639   }
1641   # TODO(jbudorick): Remove this once we roll to robolectric 3.0 and pull
1642   # in the multidex shadow library. crbug.com/522043
1643   # GYP: //base.gyp:base_junit_test_support
1644   java_library("base_junit_test_support") {
1645     testonly = true
1646     java_files = [ "test/android/junit/src/org/chromium/base/test/shadows/ShadowMultiDex.java" ]
1647     deps = [
1648       "//third_party/android_tools:android_support_multidex_java",
1649       "//third_party/robolectric:android-all-4.3_r2-robolectric-0",
1650       "//third_party/robolectric:robolectric_java",
1651     ]
1652   }
1654   # GYP: //base.gyp:base_junit_tests
1655   junit_binary("base_junit_tests") {
1656     java_files = [
1657       "android/junit/src/org/chromium/base/BaseChromiumApplicationTest.java",
1658       "android/junit/src/org/chromium/base/LogTest.java",
1659     ]
1660     deps = [
1661       ":base_java",
1662       ":base_java_test_support",
1663       ":base_junit_test_support",
1664     ]
1665   }
1667   # GYP: //base.gyp:base_java_application_state
1668   # GYP: //base.gyp:base_java_library_load_from_apk_status_codes
1669   # GYP: //base.gyp:base_java_library_process_type
1670   # GYP: //base.gyp:base_java_memory_pressure_level
1671   java_cpp_enum("base_android_java_enums_srcjar") {
1672     sources = [
1673       "android/application_status_listener.h",
1674       "android/library_loader/library_load_from_apk_status_codes.h",
1675       "android/library_loader/library_loader_hooks.h",
1676       "memory/memory_pressure_listener.h",
1677     ]
1678     outputs = [
1679       "org/chromium/base/ApplicationState.java",
1680       "org/chromium/base/library_loader/LibraryLoadFromApkStatusCodes.java",
1681       "org/chromium/base/library_loader/LibraryProcessType.java",
1682       "org/chromium/base/MemoryPressureLevel.java",
1683     ]
1684   }
1686   # GYP: //base/base.gyp:base_native_libraries_gen
1687   java_cpp_template("base_native_libraries_gen") {
1688     sources = [
1689       "android/java/templates/NativeLibraries.template",
1690     ]
1691     package_name = "org/chromium/base/library_loader"
1692   }
1694   # GYP: //base.gyp:base_java_unittest_support
1695   android_library("base_java_unittest_support") {
1696     deps = [
1697       ":base_java",
1698     ]
1699     java_files =
1700         [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1701   }