| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
| 10 }, | 10 }, |
| 11 'target_conditions': [ | 11 'target_conditions': [ |
| 12 # This part is shared between the targets defined below. | 12 # This part is shared between the targets defined below. |
| 13 ['base_target==1', { | 13 ['base_target==1', { |
| 14 'sources': [ | 14 'sources': [ |
| 15 '../build/build_config.h', | 15 '../build/build_config.h', |
| 16 'third_party/dmg_fp/dmg_fp.h', | |
| 17 'third_party/dmg_fp/g_fmt.cc', | |
| 18 'third_party/dmg_fp/dtoa_wrapper.cc', | |
| 19 'third_party/icu/icu_utf.cc', | |
| 20 'third_party/icu/icu_utf.h', | |
| 21 'third_party/nspr/prtime.cc', | |
| 22 'third_party/nspr/prtime.h', | |
| 23 'third_party/superfasthash/superfasthash.c', | |
| 24 'third_party/xdg_mime/xdgmime.h', | |
| 25 'allocator/allocator_extension.cc', | 16 'allocator/allocator_extension.cc', |
| 26 'allocator/allocator_extension.h', | 17 'allocator/allocator_extension.h', |
| 27 'allocator/type_profiler_control.cc', | 18 'allocator/type_profiler_control.cc', |
| 28 'allocator/type_profiler_control.h', | 19 'allocator/type_profiler_control.h', |
| 29 'android/application_status_listener.cc', | 20 'android/application_status_listener.cc', |
| 30 'android/application_status_listener.h', | 21 'android/application_status_listener.h', |
| 31 'android/base_jni_onload.cc', | 22 'android/base_jni_onload.cc', |
| 32 'android/base_jni_onload.h', | 23 'android/base_jni_onload.h', |
| 33 'android/base_jni_registrar.cc', | 24 'android/base_jni_registrar.cc', |
| 34 'android/base_jni_registrar.h', | 25 'android/base_jni_registrar.h', |
| 35 'android/build_info.cc', | 26 'android/build_info.cc', |
| 36 'android/build_info.h', | 27 'android/build_info.h', |
| 37 'android/command_line_android.cc', | 28 'android/command_line_android.cc', |
| 38 'android/command_line_android.h', | 29 'android/command_line_android.h', |
| 39 'android/content_uri_utils.cc', | 30 'android/content_uri_utils.cc', |
| 40 'android/content_uri_utils.h', | 31 'android/content_uri_utils.h', |
| 41 'android/cpu_features.cc', | 32 'android/cpu_features.cc', |
| 42 'android/event_log.cc', | 33 'android/event_log.cc', |
| 43 'android/event_log.h', | 34 'android/event_log.h', |
| 44 'android/field_trial_list.cc', | 35 'android/field_trial_list.cc', |
| 45 'android/field_trial_list.h', | 36 'android/field_trial_list.h', |
| 46 'android/fifo_utils.cc', | 37 'android/fifo_utils.cc', |
| 47 'android/fifo_utils.h', | 38 'android/fifo_utils.h', |
| 48 'android/important_file_writer_android.cc', | 39 'android/important_file_writer_android.cc', |
| 49 'android/important_file_writer_android.h', | 40 'android/important_file_writer_android.h', |
| 50 'android/locale_utils.h', | 41 'android/java_handler_thread.cc', |
| 51 'android/locale_utils.cc', | 42 'android/java_handler_thread.h', |
| 52 'android/scoped_java_ref.cc', | |
| 53 'android/scoped_java_ref.h', | |
| 54 'android/jni_android.cc', | 43 'android/jni_android.cc', |
| 55 'android/jni_android.h', | 44 'android/jni_android.h', |
| 56 'android/jni_array.cc', | 45 'android/jni_array.cc', |
| 57 'android/jni_array.h', | 46 'android/jni_array.h', |
| 58 'android/jni_onload_delegate.h', | 47 'android/jni_onload_delegate.h', |
| 59 'android/jni_registrar.cc', | 48 'android/jni_registrar.cc', |
| 60 'android/jni_registrar.h', | 49 'android/jni_registrar.h', |
| 61 'android/jni_string.cc', | 50 'android/jni_string.cc', |
| 62 'android/jni_string.h', | 51 'android/jni_string.h', |
| 63 'android/jni_utils.cc', | 52 'android/jni_utils.cc', |
| 64 'android/jni_utils.h', | 53 'android/jni_utils.h', |
| 65 'android/jni_weak_ref.cc', | 54 'android/jni_weak_ref.cc', |
| 66 'android/jni_weak_ref.h', | 55 'android/jni_weak_ref.h', |
| 56 'android/library_loader/library_load_from_apk_status_codes.h', |
| 67 'android/library_loader/library_loader_hooks.cc', | 57 'android/library_loader/library_loader_hooks.cc', |
| 68 'android/library_loader/library_loader_hooks.h', | 58 'android/library_loader/library_loader_hooks.h', |
| 69 'android/library_loader/library_load_from_apk_status_codes.h', | 59 'android/locale_utils.cc', |
| 60 'android/locale_utils.h', |
| 70 'android/memory_pressure_listener_android.cc', | 61 'android/memory_pressure_listener_android.cc', |
| 71 'android/memory_pressure_listener_android.h', | 62 'android/memory_pressure_listener_android.h', |
| 72 'android/java_handler_thread.cc', | |
| 73 'android/java_handler_thread.h', | |
| 74 'android/path_service_android.cc', | 63 'android/path_service_android.cc', |
| 75 'android/path_service_android.h', | 64 'android/path_service_android.h', |
| 76 'android/path_utils.cc', | 65 'android/path_utils.cc', |
| 77 'android/path_utils.h', | 66 'android/path_utils.h', |
| 78 'android/record_histogram.cc', | 67 'android/record_histogram.cc', |
| 79 'android/record_histogram.h', | 68 'android/record_histogram.h', |
| 69 'android/scoped_java_ref.cc', |
| 70 'android/scoped_java_ref.h', |
| 80 'android/sys_utils.cc', | 71 'android/sys_utils.cc', |
| 81 'android/sys_utils.h', | 72 'android/sys_utils.h', |
| 82 'android/thread_utils.h', | 73 'android/thread_utils.h', |
| 83 'android/trace_event_binding.cc', | 74 'android/trace_event_binding.cc', |
| 84 'android/trace_event_binding.h', | 75 'android/trace_event_binding.h', |
| 85 'at_exit.cc', | 76 'at_exit.cc', |
| 86 'at_exit.h', | 77 'at_exit.h', |
| 87 'atomic_ref_count.h', | 78 'atomic_ref_count.h', |
| 88 'atomic_sequence_num.h', | 79 'atomic_sequence_num.h', |
| 89 'atomicops.h', | 80 'atomicops.h', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'files/file_util.cc', | 202 'files/file_util.cc', |
| 212 'files/file_util.h', | 203 'files/file_util.h', |
| 213 'files/file_util_android.cc', | 204 'files/file_util_android.cc', |
| 214 'files/file_util_linux.cc', | 205 'files/file_util_linux.cc', |
| 215 'files/file_util_mac.mm', | 206 'files/file_util_mac.mm', |
| 216 'files/file_util_posix.cc', | 207 'files/file_util_posix.cc', |
| 217 'files/file_util_proxy.cc', | 208 'files/file_util_proxy.cc', |
| 218 'files/file_util_proxy.h', | 209 'files/file_util_proxy.h', |
| 219 'files/file_util_win.cc', | 210 'files/file_util_win.cc', |
| 220 'files/file_win.cc', | 211 'files/file_win.cc', |
| 212 'files/important_file_writer.cc', |
| 221 'files/important_file_writer.h', | 213 'files/important_file_writer.h', |
| 222 'files/important_file_writer.cc', | |
| 223 'files/memory_mapped_file.cc', | 214 'files/memory_mapped_file.cc', |
| 224 'files/memory_mapped_file.h', | 215 'files/memory_mapped_file.h', |
| 225 'files/memory_mapped_file_posix.cc', | 216 'files/memory_mapped_file_posix.cc', |
| 226 'files/memory_mapped_file_win.cc', | 217 'files/memory_mapped_file_win.cc', |
| 227 'files/scoped_file.cc', | 218 'files/scoped_file.cc', |
| 228 'files/scoped_file.h', | 219 'files/scoped_file.h', |
| 229 'files/scoped_temp_dir.cc', | 220 'files/scoped_temp_dir.cc', |
| 230 'files/scoped_temp_dir.h', | 221 'files/scoped_temp_dir.h', |
| 231 'float_util.h', | 222 'float_util.h', |
| 232 'format_macros.h', | 223 'format_macros.h', |
| 233 'gtest_prod_util.h', | 224 'gtest_prod_util.h', |
| 234 'guid.cc', | 225 'guid.cc', |
| 235 'guid.h', | 226 'guid.h', |
| 236 'guid_posix.cc', | 227 'guid_posix.cc', |
| 237 'guid_win.cc', | 228 'guid_win.cc', |
| 238 'hash.cc', | 229 'hash.cc', |
| 239 'hash.h', | 230 'hash.h', |
| 240 'id_map.h', | 231 'id_map.h', |
| 241 'ios/block_types.h', | 232 'ios/block_types.h', |
| 233 'ios/crb_protocol_observers.h', |
| 234 'ios/crb_protocol_observers.mm', |
| 242 'ios/device_util.h', | 235 'ios/device_util.h', |
| 243 'ios/device_util.mm', | 236 'ios/device_util.mm', |
| 244 'ios/ios_util.h', | 237 'ios/ios_util.h', |
| 245 'ios/ios_util.mm', | 238 'ios/ios_util.mm', |
| 246 'ios/scoped_critical_action.h', | 239 'ios/scoped_critical_action.h', |
| 247 'ios/scoped_critical_action.mm', | 240 'ios/scoped_critical_action.mm', |
| 248 'ios/weak_nsobject.h', | 241 'ios/weak_nsobject.h', |
| 249 'ios/weak_nsobject.mm', | 242 'ios/weak_nsobject.mm', |
| 250 'json/json_file_value_serializer.cc', | 243 'json/json_file_value_serializer.cc', |
| 251 'json/json_file_value_serializer.h', | 244 'json/json_file_value_serializer.h', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 277 'mac/close_nocancel.cc', | 270 'mac/close_nocancel.cc', |
| 278 'mac/cocoa_protocols.h', | 271 'mac/cocoa_protocols.h', |
| 279 'mac/foundation_util.h', | 272 'mac/foundation_util.h', |
| 280 'mac/foundation_util.mm', | 273 'mac/foundation_util.mm', |
| 281 'mac/launch_services_util.cc', | 274 'mac/launch_services_util.cc', |
| 282 'mac/launch_services_util.h', | 275 'mac/launch_services_util.h', |
| 283 'mac/launchd.cc', | 276 'mac/launchd.cc', |
| 284 'mac/launchd.h', | 277 'mac/launchd.h', |
| 285 'mac/libdispatch_task_runner.cc', | 278 'mac/libdispatch_task_runner.cc', |
| 286 'mac/libdispatch_task_runner.h', | 279 'mac/libdispatch_task_runner.h', |
| 280 'mac/mac_logging.cc', |
| 287 'mac/mac_logging.h', | 281 'mac/mac_logging.h', |
| 288 'mac/mac_logging.cc', | |
| 289 'mac/mac_util.h', | 282 'mac/mac_util.h', |
| 290 'mac/mac_util.mm', | 283 'mac/mac_util.mm', |
| 291 'mac/mach_logging.cc', | 284 'mac/mach_logging.cc', |
| 292 'mac/mach_logging.h', | 285 'mac/mach_logging.h', |
| 293 'mac/objc_property_releaser.h', | 286 'mac/objc_property_releaser.h', |
| 294 'mac/objc_property_releaser.mm', | 287 'mac/objc_property_releaser.mm', |
| 295 'mac/os_crash_dumps.cc', | 288 'mac/os_crash_dumps.cc', |
| 296 'mac/os_crash_dumps.h', | 289 'mac/os_crash_dumps.h', |
| 297 'mac/scoped_aedesc.h', | 290 'mac/scoped_aedesc.h', |
| 298 'mac/scoped_authorizationref.h', | 291 'mac/scoped_authorizationref.h', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'message_loop/message_loop_proxy_impl.h', | 363 'message_loop/message_loop_proxy_impl.h', |
| 371 'message_loop/message_pump.cc', | 364 'message_loop/message_pump.cc', |
| 372 'message_loop/message_pump.h', | 365 'message_loop/message_pump.h', |
| 373 'message_loop/message_pump_android.cc', | 366 'message_loop/message_pump_android.cc', |
| 374 'message_loop/message_pump_android.h', | 367 'message_loop/message_pump_android.h', |
| 375 'message_loop/message_pump_default.cc', | 368 'message_loop/message_pump_default.cc', |
| 376 'message_loop/message_pump_default.h', | 369 'message_loop/message_pump_default.h', |
| 377 'message_loop/message_pump_win.cc', | 370 'message_loop/message_pump_win.cc', |
| 378 'message_loop/message_pump_win.h', | 371 'message_loop/message_pump_win.h', |
| 379 'message_loop/timer_slack.h', | 372 'message_loop/timer_slack.h', |
| 380 'metrics/sample_map.cc', | |
| 381 'metrics/sample_map.h', | |
| 382 'metrics/sample_vector.cc', | |
| 383 'metrics/sample_vector.h', | |
| 384 'metrics/bucket_ranges.cc', | 373 'metrics/bucket_ranges.cc', |
| 385 'metrics/bucket_ranges.h', | 374 'metrics/bucket_ranges.h', |
| 386 'metrics/histogram.cc', | 375 'metrics/histogram.cc', |
| 387 'metrics/histogram.h', | 376 'metrics/histogram.h', |
| 388 'metrics/histogram_base.cc', | 377 'metrics/histogram_base.cc', |
| 389 'metrics/histogram_base.h', | 378 'metrics/histogram_base.h', |
| 390 'metrics/histogram_delta_serialization.cc', | 379 'metrics/histogram_delta_serialization.cc', |
| 391 'metrics/histogram_delta_serialization.h', | 380 'metrics/histogram_delta_serialization.h', |
| 392 'metrics/histogram_flattener.h', | 381 'metrics/histogram_flattener.h', |
| 393 'metrics/histogram_macros.h', | 382 'metrics/histogram_macros.h', |
| 394 'metrics/histogram_samples.cc', | 383 'metrics/histogram_samples.cc', |
| 395 'metrics/histogram_samples.h', | 384 'metrics/histogram_samples.h', |
| 396 'metrics/histogram_snapshot_manager.cc', | 385 'metrics/histogram_snapshot_manager.cc', |
| 397 'metrics/histogram_snapshot_manager.h', | 386 'metrics/histogram_snapshot_manager.h', |
| 387 'metrics/sample_map.cc', |
| 388 'metrics/sample_map.h', |
| 389 'metrics/sample_vector.cc', |
| 390 'metrics/sample_vector.h', |
| 398 'metrics/sparse_histogram.cc', | 391 'metrics/sparse_histogram.cc', |
| 399 'metrics/sparse_histogram.h', | 392 'metrics/sparse_histogram.h', |
| 400 'metrics/statistics_recorder.cc', | 393 'metrics/statistics_recorder.cc', |
| 401 'metrics/statistics_recorder.h', | 394 'metrics/statistics_recorder.h', |
| 402 'metrics/stats_counters.cc', | |
| 403 'metrics/stats_counters.h', | |
| 404 'metrics/stats_table.cc', | |
| 405 'metrics/stats_table.h', | |
| 406 'metrics/user_metrics.cc', | 395 'metrics/user_metrics.cc', |
| 407 'metrics/user_metrics.h', | 396 'metrics/user_metrics.h', |
| 408 'metrics/user_metrics_action.h', | 397 'metrics/user_metrics_action.h', |
| 409 'move.h', | 398 'move.h', |
| 410 'native_library.h', | 399 'native_library.h', |
| 411 'native_library_mac.mm', | 400 'native_library_mac.mm', |
| 412 'native_library_posix.cc', | 401 'native_library_posix.cc', |
| 413 'native_library_win.cc', | 402 'native_library_win.cc', |
| 414 'nix/mime_util_xdg.cc', | 403 'nix/mime_util_xdg.cc', |
| 415 'nix/mime_util_xdg.h', | 404 'nix/mime_util_xdg.h', |
| 416 'nix/xdg_util.cc', | 405 'nix/xdg_util.cc', |
| 417 'nix/xdg_util.h', | 406 'nix/xdg_util.h', |
| 407 'numerics/safe_conversions.h', |
| 408 'numerics/safe_conversions_impl.h', |
| 409 'numerics/safe_math.h', |
| 410 'numerics/safe_math_impl.h', |
| 418 'observer_list.h', | 411 'observer_list.h', |
| 419 'observer_list_threadsafe.h', | 412 'observer_list_threadsafe.h', |
| 420 'os_compat_android.cc', | 413 'os_compat_android.cc', |
| 421 'os_compat_android.h', | 414 'os_compat_android.h', |
| 422 'os_compat_nacl.cc', | 415 'os_compat_nacl.cc', |
| 423 'os_compat_nacl.h', | 416 'os_compat_nacl.h', |
| 424 'path_service.cc', | 417 'path_service.cc', |
| 425 'path_service.h', | 418 'path_service.h', |
| 426 'pending_task.cc', | 419 'pending_task.cc', |
| 427 'pending_task.h', | 420 'pending_task.h', |
| 428 'pickle.cc', | 421 'pickle.cc', |
| 429 'pickle.h', | 422 'pickle.h', |
| 430 'port.h', | 423 'port.h', |
| 431 'posix/eintr_wrapper.h', | 424 'posix/eintr_wrapper.h', |
| 432 'posix/global_descriptors.cc', | 425 'posix/global_descriptors.cc', |
| 433 'posix/global_descriptors.h', | 426 'posix/global_descriptors.h', |
| 434 'posix/unix_domain_socket_linux.cc', | 427 'posix/unix_domain_socket_linux.cc', |
| 435 'posix/unix_domain_socket_linux.h', | 428 'posix/unix_domain_socket_linux.h', |
| 436 'power_monitor/power_monitor.cc', | 429 'power_monitor/power_monitor.cc', |
| 437 'power_monitor/power_monitor.h', | 430 'power_monitor/power_monitor.h', |
| 431 'power_monitor/power_monitor_device_source.cc', |
| 432 'power_monitor/power_monitor_device_source.h', |
| 438 'power_monitor/power_monitor_device_source_android.cc', | 433 'power_monitor/power_monitor_device_source_android.cc', |
| 439 'power_monitor/power_monitor_device_source_android.h', | 434 'power_monitor/power_monitor_device_source_android.h', |
| 440 'power_monitor/power_monitor_device_source_chromeos.cc', | 435 'power_monitor/power_monitor_device_source_chromeos.cc', |
| 441 'power_monitor/power_monitor_device_source.cc', | |
| 442 'power_monitor/power_monitor_device_source.h', | |
| 443 'power_monitor/power_monitor_device_source_ios.mm', | 436 'power_monitor/power_monitor_device_source_ios.mm', |
| 444 'power_monitor/power_monitor_device_source_mac.mm', | 437 'power_monitor/power_monitor_device_source_mac.mm', |
| 445 'power_monitor/power_monitor_device_source_posix.cc', | 438 'power_monitor/power_monitor_device_source_posix.cc', |
| 446 'power_monitor/power_monitor_device_source_win.cc', | 439 'power_monitor/power_monitor_device_source_win.cc', |
| 447 'power_monitor/power_monitor_source.cc', | 440 'power_monitor/power_monitor_source.cc', |
| 448 'power_monitor/power_monitor_source.h', | 441 'power_monitor/power_monitor_source.h', |
| 449 'power_monitor/power_observer.h', | 442 'power_monitor/power_observer.h', |
| 450 'process/internal_linux.cc', | 443 'process/internal_linux.cc', |
| 451 'process/internal_linux.h', | 444 'process/internal_linux.h', |
| 452 'process/kill.cc', | 445 'process/kill.cc', |
| 453 'process/kill.h', | 446 'process/kill.h', |
| 454 'process/kill_mac.cc', | 447 'process/kill_mac.cc', |
| 455 'process/kill_posix.cc', | 448 'process/kill_posix.cc', |
| 456 'process/kill_win.cc', | 449 'process/kill_win.cc', |
| 457 'process/launch.cc', | 450 'process/launch.cc', |
| 458 'process/launch.h', | 451 'process/launch.h', |
| 459 'process/launch_ios.cc', | 452 'process/launch_ios.cc', |
| 460 'process/launch_mac.cc', | 453 'process/launch_mac.cc', |
| 461 'process/launch_posix.cc', | 454 'process/launch_posix.cc', |
| 462 'process/launch_win.cc', | 455 'process/launch_win.cc', |
| 456 'process/memory.cc', |
| 463 'process/memory.h', | 457 'process/memory.h', |
| 464 'process/memory.cc', | |
| 465 'process/memory_linux.cc', | 458 'process/memory_linux.cc', |
| 466 'process/memory_mac.mm', | 459 'process/memory_mac.mm', |
| 467 'process/memory_win.cc', | 460 'process/memory_win.cc', |
| 468 'process/process.h', | 461 'process/process.h', |
| 469 'process/process_handle_freebsd.cc', | 462 'process/process_handle_freebsd.cc', |
| 470 'process/process_handle_linux.cc', | 463 'process/process_handle_linux.cc', |
| 471 'process/process_handle_mac.cc', | 464 'process/process_handle_mac.cc', |
| 472 'process/process_handle_openbsd.cc', | 465 'process/process_handle_openbsd.cc', |
| 473 'process/process_handle_posix.cc', | 466 'process/process_handle_posix.cc', |
| 474 'process/process_handle_win.cc', | 467 'process/process_handle_win.cc', |
| 475 'process/process_info.h', | 468 'process/process_info.h', |
| 476 'process/process_info_linux.cc', | 469 'process/process_info_linux.cc', |
| 477 'process/process_info_mac.cc', | 470 'process/process_info_mac.cc', |
| 478 'process/process_info_win.cc', | 471 'process/process_info_win.cc', |
| 479 'process/process_iterator.cc', | 472 'process/process_iterator.cc', |
| 480 'process/process_iterator.h', | 473 'process/process_iterator.h', |
| 481 'process/process_iterator_freebsd.cc', | 474 'process/process_iterator_freebsd.cc', |
| 482 'process/process_iterator_linux.cc', | 475 'process/process_iterator_linux.cc', |
| 483 'process/process_iterator_mac.cc', | 476 'process/process_iterator_mac.cc', |
| 484 'process/process_iterator_openbsd.cc', | 477 'process/process_iterator_openbsd.cc', |
| 485 'process/process_iterator_win.cc', | 478 'process/process_iterator_win.cc', |
| 486 'process/process_linux.cc', | 479 'process/process_linux.cc', |
| 480 'process/process_metrics.cc', |
| 487 'process/process_metrics.h', | 481 'process/process_metrics.h', |
| 488 'process/process_metrics.cc', | |
| 489 'process/process_metrics_freebsd.cc', | 482 'process/process_metrics_freebsd.cc', |
| 490 'process/process_metrics_ios.cc', | 483 'process/process_metrics_ios.cc', |
| 491 'process/process_metrics_linux.cc', | 484 'process/process_metrics_linux.cc', |
| 492 'process/process_metrics_mac.cc', | 485 'process/process_metrics_mac.cc', |
| 493 'process/process_metrics_openbsd.cc', | 486 'process/process_metrics_openbsd.cc', |
| 494 'process/process_metrics_posix.cc', | 487 'process/process_metrics_posix.cc', |
| 495 'process/process_metrics_win.cc', | 488 'process/process_metrics_win.cc', |
| 496 'process/process_posix.cc', | 489 'process/process_posix.cc', |
| 497 'process/process_win.cc', | 490 'process/process_win.cc', |
| 498 'profiler/alternate_timer.cc', | 491 'profiler/alternate_timer.cc', |
| 499 'profiler/alternate_timer.h', | 492 'profiler/alternate_timer.h', |
| 500 'profiler/scoped_profile.cc', | 493 'profiler/scoped_profile.cc', |
| 501 'profiler/scoped_profile.h', | 494 'profiler/scoped_profile.h', |
| 502 'profiler/scoped_tracker.cc', | 495 'profiler/scoped_tracker.cc', |
| 503 'profiler/scoped_tracker.h', | 496 'profiler/scoped_tracker.h', |
| 504 'profiler/tracked_time.cc', | 497 'profiler/tracked_time.cc', |
| 505 'profiler/tracked_time.h', | 498 'profiler/tracked_time.h', |
| 506 'rand_util.cc', | 499 'rand_util.cc', |
| 507 'rand_util.h', | 500 'rand_util.h', |
| 508 'rand_util_nacl.cc', | 501 'rand_util_nacl.cc', |
| 509 'rand_util_posix.cc', | 502 'rand_util_posix.cc', |
| 510 'rand_util_win.cc', | 503 'rand_util_win.cc', |
| 511 'run_loop.cc', | 504 'run_loop.cc', |
| 512 'run_loop.h', | 505 'run_loop.h', |
| 513 'numerics/safe_conversions.h', | |
| 514 'numerics/safe_conversions_impl.h', | |
| 515 'numerics/safe_math.h', | |
| 516 'numerics/safe_math_impl.h', | |
| 517 'safe_strerror_posix.cc', | 506 'safe_strerror_posix.cc', |
| 518 'safe_strerror_posix.h', | 507 'safe_strerror_posix.h', |
| 519 'scoped_generic.h', | 508 'scoped_generic.h', |
| 520 'scoped_native_library.cc', | 509 'scoped_native_library.cc', |
| 521 'scoped_native_library.h', | 510 'scoped_native_library.h', |
| 522 'scoped_observer.h', | 511 'scoped_observer.h', |
| 523 'sequence_checker.h', | 512 'sequence_checker.h', |
| 524 'sequence_checker_impl.cc', | 513 'sequence_checker_impl.cc', |
| 525 'sequence_checker_impl.h', | 514 'sequence_checker_impl.h', |
| 526 'sequenced_task_runner.cc', | 515 'sequenced_task_runner.cc', |
| 527 'sequenced_task_runner.h', | 516 'sequenced_task_runner.h', |
| 528 'sequenced_task_runner_helpers.h', | 517 'sequenced_task_runner_helpers.h', |
| 529 'sha1.h', | 518 'sha1.h', |
| 530 'sha1_portable.cc', | 519 'sha1_portable.cc', |
| 531 'sha1_win.cc', | 520 'sha1_win.cc', |
| 532 'single_thread_task_runner.h', | 521 'single_thread_task_runner.h', |
| 533 'stl_util.h', | 522 'stl_util.h', |
| 534 'strings/latin1_string_conversions.cc', | 523 'strings/latin1_string_conversions.cc', |
| 535 'strings/latin1_string_conversions.h', | 524 'strings/latin1_string_conversions.h', |
| 536 'strings/nullable_string16.cc', | 525 'strings/nullable_string16.cc', |
| 537 'strings/nullable_string16.h', | 526 'strings/nullable_string16.h', |
| 538 'strings/safe_sprintf.cc', | 527 'strings/safe_sprintf.cc', |
| 539 'strings/safe_sprintf.h', | 528 'strings/safe_sprintf.h', |
| 540 'strings/string16.cc', | 529 'strings/string16.cc', |
| 541 'strings/string16.h', | 530 'strings/string16.h', |
| 542 'strings/string_number_conversions.cc', | 531 'strings/string_number_conversions.cc', |
| 543 'strings/string_split.cc', | |
| 544 'strings/string_split.h', | |
| 545 'strings/string_number_conversions.h', | 532 'strings/string_number_conversions.h', |
| 546 'strings/string_piece.cc', | 533 'strings/string_piece.cc', |
| 547 'strings/string_piece.h', | 534 'strings/string_piece.h', |
| 535 'strings/string_split.cc', |
| 536 'strings/string_split.h', |
| 548 'strings/string_tokenizer.h', | 537 'strings/string_tokenizer.h', |
| 549 'strings/string_util.cc', | 538 'strings/string_util.cc', |
| 550 'strings/string_util.h', | 539 'strings/string_util.h', |
| 551 'strings/string_util_constants.cc', | 540 'strings/string_util_constants.cc', |
| 552 'strings/string_util_posix.h', | 541 'strings/string_util_posix.h', |
| 553 'strings/string_util_win.h', | 542 'strings/string_util_win.h', |
| 554 'strings/stringize_macros.h', | 543 'strings/stringize_macros.h', |
| 555 'strings/stringprintf.cc', | 544 'strings/stringprintf.cc', |
| 556 'strings/stringprintf.h', | 545 'strings/stringprintf.h', |
| 557 'strings/sys_string_conversions.h', | 546 'strings/sys_string_conversions.h', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 576 'synchronization/lock_impl.h', | 565 'synchronization/lock_impl.h', |
| 577 'synchronization/lock_impl_posix.cc', | 566 'synchronization/lock_impl_posix.cc', |
| 578 'synchronization/lock_impl_win.cc', | 567 'synchronization/lock_impl_win.cc', |
| 579 'synchronization/spin_wait.h', | 568 'synchronization/spin_wait.h', |
| 580 'synchronization/waitable_event.h', | 569 'synchronization/waitable_event.h', |
| 581 'synchronization/waitable_event_posix.cc', | 570 'synchronization/waitable_event_posix.cc', |
| 582 'synchronization/waitable_event_watcher.h', | 571 'synchronization/waitable_event_watcher.h', |
| 583 'synchronization/waitable_event_watcher_posix.cc', | 572 'synchronization/waitable_event_watcher_posix.cc', |
| 584 'synchronization/waitable_event_watcher_win.cc', | 573 'synchronization/waitable_event_watcher_win.cc', |
| 585 'synchronization/waitable_event_win.cc', | 574 'synchronization/waitable_event_win.cc', |
| 586 'system_monitor/system_monitor.cc', | |
| 587 'system_monitor/system_monitor.h', | |
| 588 'sys_byteorder.h', | 575 'sys_byteorder.h', |
| 589 'sys_info.cc', | 576 'sys_info.cc', |
| 590 'sys_info.h', | 577 'sys_info.h', |
| 591 'sys_info_android.cc', | 578 'sys_info_android.cc', |
| 592 'sys_info_chromeos.cc', | 579 'sys_info_chromeos.cc', |
| 593 'sys_info_freebsd.cc', | 580 'sys_info_freebsd.cc', |
| 594 'sys_info_internal.h', | 581 'sys_info_internal.h', |
| 595 'sys_info_ios.mm', | 582 'sys_info_ios.mm', |
| 596 'sys_info_linux.cc', | 583 'sys_info_linux.cc', |
| 597 'sys_info_mac.cc', | 584 'sys_info_mac.cc', |
| 598 'sys_info_openbsd.cc', | 585 'sys_info_openbsd.cc', |
| 599 'sys_info_posix.cc', | 586 'sys_info_posix.cc', |
| 600 'sys_info_win.cc', | 587 'sys_info_win.cc', |
| 588 'system_monitor/system_monitor.cc', |
| 589 'system_monitor/system_monitor.h', |
| 601 'task/cancelable_task_tracker.cc', | 590 'task/cancelable_task_tracker.cc', |
| 602 'task/cancelable_task_tracker.h', | 591 'task/cancelable_task_tracker.h', |
| 603 'task_runner.cc', | 592 'task_runner.cc', |
| 604 'task_runner.h', | 593 'task_runner.h', |
| 605 'task_runner_util.h', | 594 'task_runner_util.h', |
| 606 'template_util.h', | 595 'template_util.h', |
| 596 'third_party/dmg_fp/dmg_fp.h', |
| 597 'third_party/dmg_fp/dtoa_wrapper.cc', |
| 598 'third_party/dmg_fp/g_fmt.cc', |
| 599 'third_party/icu/icu_utf.cc', |
| 600 'third_party/icu/icu_utf.h', |
| 601 'third_party/nspr/prtime.cc', |
| 602 'third_party/nspr/prtime.h', |
| 603 'third_party/superfasthash/superfasthash.c', |
| 604 'third_party/xdg_mime/xdgmime.h', |
| 607 'thread_task_runner_handle.cc', | 605 'thread_task_runner_handle.cc', |
| 608 'thread_task_runner_handle.h', | 606 'thread_task_runner_handle.h', |
| 609 'threading/non_thread_safe.h', | 607 'threading/non_thread_safe.h', |
| 610 'threading/non_thread_safe_impl.cc', | 608 'threading/non_thread_safe_impl.cc', |
| 611 'threading/non_thread_safe_impl.h', | 609 'threading/non_thread_safe_impl.h', |
| 612 'threading/platform_thread.h', | 610 'threading/platform_thread.h', |
| 613 'threading/platform_thread_android.cc', | 611 'threading/platform_thread_android.cc', |
| 614 'threading/platform_thread_linux.cc', | 612 'threading/platform_thread_linux.cc', |
| 615 'threading/platform_thread_mac.mm', | 613 'threading/platform_thread_mac.mm', |
| 616 'threading/platform_thread_posix.cc', | 614 'threading/platform_thread_posix.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 631 'threading/thread_id_name_manager.cc', | 629 'threading/thread_id_name_manager.cc', |
| 632 'threading/thread_id_name_manager.h', | 630 'threading/thread_id_name_manager.h', |
| 633 'threading/thread_local.h', | 631 'threading/thread_local.h', |
| 634 'threading/thread_local_android.cc', | 632 'threading/thread_local_android.cc', |
| 635 'threading/thread_local_posix.cc', | 633 'threading/thread_local_posix.cc', |
| 636 'threading/thread_local_storage.cc', | 634 'threading/thread_local_storage.cc', |
| 637 'threading/thread_local_storage.h', | 635 'threading/thread_local_storage.h', |
| 638 'threading/thread_local_storage_posix.cc', | 636 'threading/thread_local_storage_posix.cc', |
| 639 'threading/thread_local_storage_win.cc', | 637 'threading/thread_local_storage_win.cc', |
| 640 'threading/thread_local_win.cc', | 638 'threading/thread_local_win.cc', |
| 639 'threading/thread_restrictions.cc', |
| 641 'threading/thread_restrictions.h', | 640 'threading/thread_restrictions.h', |
| 642 'threading/thread_restrictions.cc', | |
| 643 'threading/watchdog.cc', | 641 'threading/watchdog.cc', |
| 644 'threading/watchdog.h', | 642 'threading/watchdog.h', |
| 643 'threading/worker_pool.cc', |
| 645 'threading/worker_pool.h', | 644 'threading/worker_pool.h', |
| 646 'threading/worker_pool.cc', | |
| 647 'threading/worker_pool_posix.cc', | 645 'threading/worker_pool_posix.cc', |
| 648 'threading/worker_pool_posix.h', | 646 'threading/worker_pool_posix.h', |
| 649 'threading/worker_pool_win.cc', | 647 'threading/worker_pool_win.cc', |
| 650 'time/clock.cc', | 648 'time/clock.cc', |
| 651 'time/clock.h', | 649 'time/clock.h', |
| 652 'time/default_clock.cc', | 650 'time/default_clock.cc', |
| 653 'time/default_clock.h', | 651 'time/default_clock.h', |
| 654 'time/default_tick_clock.cc', | 652 'time/default_tick_clock.cc', |
| 655 'time/default_tick_clock.h', | 653 'time/default_tick_clock.h', |
| 656 'time/tick_clock.cc', | 654 'time/tick_clock.cc', |
| 657 'time/tick_clock.h', | 655 'time/tick_clock.h', |
| 658 'time/time.cc', | 656 'time/time.cc', |
| 659 'time/time.h', | 657 'time/time.h', |
| 660 'time/time_mac.cc', | 658 'time/time_mac.cc', |
| 661 'time/time_posix.cc', | 659 'time/time_posix.cc', |
| 662 'time/time_win.cc', | 660 'time/time_win.cc', |
| 663 'timer/elapsed_timer.cc', | 661 'timer/elapsed_timer.cc', |
| 664 'timer/elapsed_timer.h', | 662 'timer/elapsed_timer.h', |
| 665 'timer/hi_res_timer_manager.h', | 663 'timer/hi_res_timer_manager.h', |
| 666 'timer/hi_res_timer_manager_posix.cc', | 664 'timer/hi_res_timer_manager_posix.cc', |
| 667 'timer/hi_res_timer_manager_win.cc', | 665 'timer/hi_res_timer_manager_win.cc', |
| 668 'timer/mock_timer.cc', | 666 'timer/mock_timer.cc', |
| 669 'timer/mock_timer.h', | 667 'timer/mock_timer.h', |
| 670 'timer/timer.cc', | 668 'timer/timer.cc', |
| 671 'timer/timer.h', | 669 'timer/timer.h', |
| 670 'trace_event/memory_dump_manager.cc', |
| 671 'trace_event/memory_dump_manager.h', |
| 672 'trace_event/memory_dump_provider.h', |
| 673 'trace_event/process_memory_dump.cc', |
| 674 'trace_event/process_memory_dump.h', |
| 672 'trace_event/trace_event.h', | 675 'trace_event/trace_event.h', |
| 673 'trace_event/trace_event_android.cc', | 676 'trace_event/trace_event_android.cc', |
| 674 'trace_event/trace_event_argument.cc', | 677 'trace_event/trace_event_argument.cc', |
| 675 'trace_event/trace_event_argument.h', | 678 'trace_event/trace_event_argument.h', |
| 676 'trace_event/trace_event_impl.cc', | 679 'trace_event/trace_event_impl.cc', |
| 677 'trace_event/trace_event_impl.h', | 680 'trace_event/trace_event_impl.h', |
| 678 'trace_event/trace_event_impl_constants.cc', | 681 'trace_event/trace_event_impl_constants.cc', |
| 679 'trace_event/trace_event_memory.cc', | 682 'trace_event/trace_event_memory.cc', |
| 680 'trace_event/trace_event_memory.h', | 683 'trace_event/trace_event_memory.h', |
| 681 'trace_event/trace_event_synthetic_delay.cc', | 684 'trace_event/trace_event_synthetic_delay.cc', |
| 682 'trace_event/trace_event_synthetic_delay.h', | 685 'trace_event/trace_event_synthetic_delay.h', |
| 683 'trace_event/trace_event_system_stats_monitor.cc', | 686 'trace_event/trace_event_system_stats_monitor.cc', |
| 684 'trace_event/trace_event_system_stats_monitor.h', | 687 'trace_event/trace_event_system_stats_monitor.h', |
| 685 'trace_event/trace_event_win.cc', | 688 'trace_event/trace_event_win.cc', |
| 686 'trace_event/trace_event_win.h', | 689 'trace_event/trace_event_win.h', |
| 687 'tracked_objects.cc', | 690 'tracked_objects.cc', |
| 688 'tracked_objects.h', | 691 'tracked_objects.h', |
| 689 'tracking_info.cc', | 692 'tracking_info.cc', |
| 690 'tracking_info.h', | 693 'tracking_info.h', |
| 691 'tuple.h', | 694 'tuple.h', |
| 695 'value_conversions.cc', |
| 696 'value_conversions.h', |
| 692 'values.cc', | 697 'values.cc', |
| 693 'values.h', | 698 'values.h', |
| 694 'value_conversions.cc', | |
| 695 'value_conversions.h', | |
| 696 'version.cc', | 699 'version.cc', |
| 697 'version.h', | 700 'version.h', |
| 698 'vlog.cc', | 701 'vlog.cc', |
| 699 'vlog.h', | 702 'vlog.h', |
| 700 'win/enum_variant.cc', | 703 'win/enum_variant.cc', |
| 701 'win/enum_variant.h', | 704 'win/enum_variant.h', |
| 702 'win/event_trace_consumer.h', | 705 'win/event_trace_consumer.h', |
| 703 'win/event_trace_controller.cc', | 706 'win/event_trace_controller.cc', |
| 704 'win/event_trace_controller.h', | 707 'win/event_trace_controller.h', |
| 705 'win/event_trace_provider.cc', | 708 'win/event_trace_provider.cc', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 'files/file_enumerator_posix.cc', | 791 'files/file_enumerator_posix.cc', |
| 789 'files/file_path_watcher_fsevents.cc', | 792 'files/file_path_watcher_fsevents.cc', |
| 790 'files/file_path_watcher_fsevents.h', | 793 'files/file_path_watcher_fsevents.h', |
| 791 'files/file_path_watcher_kqueue.cc', | 794 'files/file_path_watcher_kqueue.cc', |
| 792 'files/file_path_watcher_kqueue.h', | 795 'files/file_path_watcher_kqueue.h', |
| 793 'files/file_proxy.cc', | 796 'files/file_proxy.cc', |
| 794 'files/file_util.cc', | 797 'files/file_util.cc', |
| 795 'files/file_util_posix.cc', | 798 'files/file_util_posix.cc', |
| 796 'files/file_util_proxy.cc', | 799 'files/file_util_proxy.cc', |
| 797 'files/important_file_writer.cc', | 800 'files/important_file_writer.cc', |
| 801 'files/scoped_temp_dir.cc', |
| 798 'memory/shared_memory_posix.cc', | 802 'memory/shared_memory_posix.cc', |
| 799 'native_library_posix.cc', | 803 'native_library_posix.cc', |
| 800 'path_service.cc', | 804 'path_service.cc', |
| 801 'posix/unix_domain_socket_linux.cc', | 805 'posix/unix_domain_socket_linux.cc', |
| 802 'process/kill.cc', | 806 'process/kill.cc', |
| 803 'process/kill_posix.cc', | 807 'process/kill_posix.cc', |
| 804 'process/launch.cc', | 808 'process/launch.cc', |
| 805 'process/launch_posix.cc', | 809 'process/launch_posix.cc', |
| 806 'process/process_metrics.cc', | 810 'process/process_metrics.cc', |
| 807 'process/process_metrics_posix.cc', | 811 'process/process_metrics_posix.cc', |
| 808 'process/process_posix.cc', | 812 'process/process_posix.cc', |
| 809 'rand_util_posix.cc', | 813 'rand_util_posix.cc', |
| 810 'scoped_native_library.cc', | 814 'scoped_native_library.cc', |
| 811 'files/scoped_temp_dir.cc', | |
| 812 'sys_info.cc', | 815 'sys_info.cc', |
| 813 'sys_info_posix.cc', | 816 'sys_info_posix.cc', |
| 814 'third_party/dynamic_annotations/dynamic_annotations.c', | 817 'third_party/dynamic_annotations/dynamic_annotations.c', |
| 815 ], | 818 ], |
| 816 'sources/': [ | 819 'sources/': [ |
| 817 ['include', '^threading/platform_thread_linux\\.cc$'], | 820 ['include', '^threading/platform_thread_linux\\.cc$'], |
| 818 ], | 821 ], |
| 819 }], | 822 }], |
| 820 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build)
==0', { | 823 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build)
==0', { |
| 821 'sources': [ | 824 'sources': [ |
| 825 'memory/discardable_memory_ashmem.cc', |
| 826 'memory/discardable_memory_ashmem.h', |
| 822 'memory/discardable_memory_ashmem_allocator.cc', | 827 'memory/discardable_memory_ashmem_allocator.cc', |
| 823 'memory/discardable_memory_ashmem_allocator.h', | 828 'memory/discardable_memory_ashmem_allocator.h', |
| 824 'memory/discardable_memory_ashmem.cc', | |
| 825 'memory/discardable_memory_ashmem.h', | |
| 826 ], | 829 ], |
| 827 }], | 830 }], |
| 828 ['OS == "android" and >(nacl_untrusted_build)==0', { | 831 ['OS == "android" and >(nacl_untrusted_build)==0', { |
| 829 'sources!': [ | 832 'sources!': [ |
| 830 'base_paths_posix.cc', | 833 'base_paths_posix.cc', |
| 831 'files/file_path_watcher_fsevents.cc', | 834 'files/file_path_watcher_fsevents.cc', |
| 832 'files/file_path_watcher_fsevents.h', | 835 'files/file_path_watcher_fsevents.h', |
| 833 'files/file_path_watcher_kqueue.cc', | 836 'files/file_path_watcher_kqueue.cc', |
| 834 'files/file_path_watcher_kqueue.h', | 837 'files/file_path_watcher_kqueue.h', |
| 835 'files/file_path_watcher_stub.cc', | 838 'files/file_path_watcher_stub.cc', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 'i18n/time_formatting.h', | 1043 'i18n/time_formatting.h', |
| 1041 'i18n/timezone.cc', | 1044 'i18n/timezone.cc', |
| 1042 'i18n/timezone.h', | 1045 'i18n/timezone.h', |
| 1043 'i18n/utf8_validator_tables.cc', | 1046 'i18n/utf8_validator_tables.cc', |
| 1044 'i18n/utf8_validator_tables.h', | 1047 'i18n/utf8_validator_tables.h', |
| 1045 ], | 1048 ], |
| 1046 }] | 1049 }] |
| 1047 ], | 1050 ], |
| 1048 }, | 1051 }, |
| 1049 } | 1052 } |
| OLD | NEW |