Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Side by Side Diff: base/base.gypi

Issue 917083002: Sort GYP files under base using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the bug Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/base.gyp ('k') | tools/sort_sources.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'mac/close_nocancel.cc', 268 'mac/close_nocancel.cc',
278 'mac/cocoa_protocols.h', 269 'mac/cocoa_protocols.h',
279 'mac/foundation_util.h', 270 'mac/foundation_util.h',
280 'mac/foundation_util.mm', 271 'mac/foundation_util.mm',
281 'mac/launch_services_util.cc', 272 'mac/launch_services_util.cc',
282 'mac/launch_services_util.h', 273 'mac/launch_services_util.h',
283 'mac/launchd.cc', 274 'mac/launchd.cc',
284 'mac/launchd.h', 275 'mac/launchd.h',
285 'mac/libdispatch_task_runner.cc', 276 'mac/libdispatch_task_runner.cc',
286 'mac/libdispatch_task_runner.h', 277 'mac/libdispatch_task_runner.h',
278 'mac/mac_logging.cc',
287 'mac/mac_logging.h', 279 'mac/mac_logging.h',
288 'mac/mac_logging.cc',
289 'mac/mac_util.h', 280 'mac/mac_util.h',
290 'mac/mac_util.mm', 281 'mac/mac_util.mm',
291 'mac/mach_logging.cc', 282 'mac/mach_logging.cc',
292 'mac/mach_logging.h', 283 'mac/mach_logging.h',
293 'mac/objc_property_releaser.h', 284 'mac/objc_property_releaser.h',
294 'mac/objc_property_releaser.mm', 285 'mac/objc_property_releaser.mm',
295 'mac/os_crash_dumps.cc', 286 'mac/os_crash_dumps.cc',
296 'mac/os_crash_dumps.h', 287 'mac/os_crash_dumps.h',
297 'mac/scoped_aedesc.h', 288 'mac/scoped_aedesc.h',
298 'mac/scoped_authorizationref.h', 289 'mac/scoped_authorizationref.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'message_loop/message_loop_proxy_impl.h', 361 'message_loop/message_loop_proxy_impl.h',
371 'message_loop/message_pump.cc', 362 'message_loop/message_pump.cc',
372 'message_loop/message_pump.h', 363 'message_loop/message_pump.h',
373 'message_loop/message_pump_android.cc', 364 'message_loop/message_pump_android.cc',
374 'message_loop/message_pump_android.h', 365 'message_loop/message_pump_android.h',
375 'message_loop/message_pump_default.cc', 366 'message_loop/message_pump_default.cc',
376 'message_loop/message_pump_default.h', 367 'message_loop/message_pump_default.h',
377 'message_loop/message_pump_win.cc', 368 'message_loop/message_pump_win.cc',
378 'message_loop/message_pump_win.h', 369 'message_loop/message_pump_win.h',
379 'message_loop/timer_slack.h', 370 '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', 371 'metrics/bucket_ranges.cc',
385 'metrics/bucket_ranges.h', 372 'metrics/bucket_ranges.h',
386 'metrics/histogram.cc', 373 'metrics/histogram.cc',
387 'metrics/histogram.h', 374 'metrics/histogram.h',
388 'metrics/histogram_base.cc', 375 'metrics/histogram_base.cc',
389 'metrics/histogram_base.h', 376 'metrics/histogram_base.h',
390 'metrics/histogram_delta_serialization.cc', 377 'metrics/histogram_delta_serialization.cc',
391 'metrics/histogram_delta_serialization.h', 378 'metrics/histogram_delta_serialization.h',
392 'metrics/histogram_flattener.h', 379 'metrics/histogram_flattener.h',
393 'metrics/histogram_macros.h', 380 'metrics/histogram_macros.h',
394 'metrics/histogram_samples.cc', 381 'metrics/histogram_samples.cc',
395 'metrics/histogram_samples.h', 382 'metrics/histogram_samples.h',
396 'metrics/histogram_snapshot_manager.cc', 383 'metrics/histogram_snapshot_manager.cc',
397 'metrics/histogram_snapshot_manager.h', 384 'metrics/histogram_snapshot_manager.h',
385 'metrics/sample_map.cc',
386 'metrics/sample_map.h',
387 'metrics/sample_vector.cc',
388 'metrics/sample_vector.h',
398 'metrics/sparse_histogram.cc', 389 'metrics/sparse_histogram.cc',
399 'metrics/sparse_histogram.h', 390 'metrics/sparse_histogram.h',
400 'metrics/statistics_recorder.cc', 391 'metrics/statistics_recorder.cc',
401 'metrics/statistics_recorder.h', 392 'metrics/statistics_recorder.h',
402 'metrics/user_metrics.cc', 393 'metrics/user_metrics.cc',
403 'metrics/user_metrics.h', 394 'metrics/user_metrics.h',
404 'metrics/user_metrics_action.h', 395 'metrics/user_metrics_action.h',
405 'move.h', 396 'move.h',
406 'native_library.h', 397 'native_library.h',
407 'native_library_mac.mm', 398 'native_library_mac.mm',
408 'native_library_posix.cc', 399 'native_library_posix.cc',
409 'native_library_win.cc', 400 'native_library_win.cc',
410 'nix/mime_util_xdg.cc', 401 'nix/mime_util_xdg.cc',
411 'nix/mime_util_xdg.h', 402 'nix/mime_util_xdg.h',
412 'nix/xdg_util.cc', 403 'nix/xdg_util.cc',
413 'nix/xdg_util.h', 404 'nix/xdg_util.h',
405 'numerics/safe_conversions.h',
406 'numerics/safe_conversions_impl.h',
407 'numerics/safe_math.h',
408 'numerics/safe_math_impl.h',
414 'observer_list.h', 409 'observer_list.h',
415 'observer_list_threadsafe.h', 410 'observer_list_threadsafe.h',
416 'os_compat_android.cc', 411 'os_compat_android.cc',
417 'os_compat_android.h', 412 'os_compat_android.h',
418 'os_compat_nacl.cc', 413 'os_compat_nacl.cc',
419 'os_compat_nacl.h', 414 'os_compat_nacl.h',
420 'path_service.cc', 415 'path_service.cc',
421 'path_service.h', 416 'path_service.h',
422 'pending_task.cc', 417 'pending_task.cc',
423 'pending_task.h', 418 'pending_task.h',
424 'pickle.cc', 419 'pickle.cc',
425 'pickle.h', 420 'pickle.h',
426 'port.h', 421 'port.h',
427 'posix/eintr_wrapper.h', 422 'posix/eintr_wrapper.h',
428 'posix/global_descriptors.cc', 423 'posix/global_descriptors.cc',
429 'posix/global_descriptors.h', 424 'posix/global_descriptors.h',
430 'posix/unix_domain_socket_linux.cc', 425 'posix/unix_domain_socket_linux.cc',
431 'posix/unix_domain_socket_linux.h', 426 'posix/unix_domain_socket_linux.h',
432 'power_monitor/power_monitor.cc', 427 'power_monitor/power_monitor.cc',
433 'power_monitor/power_monitor.h', 428 'power_monitor/power_monitor.h',
429 'power_monitor/power_monitor_device_source.cc',
430 'power_monitor/power_monitor_device_source.h',
434 'power_monitor/power_monitor_device_source_android.cc', 431 'power_monitor/power_monitor_device_source_android.cc',
435 'power_monitor/power_monitor_device_source_android.h', 432 'power_monitor/power_monitor_device_source_android.h',
436 'power_monitor/power_monitor_device_source_chromeos.cc', 433 'power_monitor/power_monitor_device_source_chromeos.cc',
437 'power_monitor/power_monitor_device_source.cc',
438 'power_monitor/power_monitor_device_source.h',
439 'power_monitor/power_monitor_device_source_ios.mm', 434 'power_monitor/power_monitor_device_source_ios.mm',
440 'power_monitor/power_monitor_device_source_mac.mm', 435 'power_monitor/power_monitor_device_source_mac.mm',
441 'power_monitor/power_monitor_device_source_posix.cc', 436 'power_monitor/power_monitor_device_source_posix.cc',
442 'power_monitor/power_monitor_device_source_win.cc', 437 'power_monitor/power_monitor_device_source_win.cc',
443 'power_monitor/power_monitor_source.cc', 438 'power_monitor/power_monitor_source.cc',
444 'power_monitor/power_monitor_source.h', 439 'power_monitor/power_monitor_source.h',
445 'power_monitor/power_observer.h', 440 'power_monitor/power_observer.h',
446 'process/internal_linux.cc', 441 'process/internal_linux.cc',
447 'process/internal_linux.h', 442 'process/internal_linux.h',
448 'process/kill.cc', 443 'process/kill.cc',
449 'process/kill.h', 444 'process/kill.h',
450 'process/kill_mac.cc', 445 'process/kill_mac.cc',
451 'process/kill_posix.cc', 446 'process/kill_posix.cc',
452 'process/kill_win.cc', 447 'process/kill_win.cc',
453 'process/launch.cc', 448 'process/launch.cc',
454 'process/launch.h', 449 'process/launch.h',
455 'process/launch_ios.cc', 450 'process/launch_ios.cc',
456 'process/launch_mac.cc', 451 'process/launch_mac.cc',
457 'process/launch_posix.cc', 452 'process/launch_posix.cc',
458 'process/launch_win.cc', 453 'process/launch_win.cc',
454 'process/memory.cc',
459 'process/memory.h', 455 'process/memory.h',
460 'process/memory.cc',
461 'process/memory_linux.cc', 456 'process/memory_linux.cc',
462 'process/memory_mac.mm', 457 'process/memory_mac.mm',
463 'process/memory_win.cc', 458 'process/memory_win.cc',
464 'process/process.h', 459 'process/process.h',
465 'process/process_handle_freebsd.cc', 460 'process/process_handle_freebsd.cc',
466 'process/process_handle_linux.cc', 461 'process/process_handle_linux.cc',
467 'process/process_handle_mac.cc', 462 'process/process_handle_mac.cc',
468 'process/process_handle_openbsd.cc', 463 'process/process_handle_openbsd.cc',
469 'process/process_handle_posix.cc', 464 'process/process_handle_posix.cc',
470 'process/process_handle_win.cc', 465 'process/process_handle_win.cc',
471 'process/process_info.h', 466 'process/process_info.h',
472 'process/process_info_linux.cc', 467 'process/process_info_linux.cc',
473 'process/process_info_mac.cc', 468 'process/process_info_mac.cc',
474 'process/process_info_win.cc', 469 'process/process_info_win.cc',
475 'process/process_iterator.cc', 470 'process/process_iterator.cc',
476 'process/process_iterator.h', 471 'process/process_iterator.h',
477 'process/process_iterator_freebsd.cc', 472 'process/process_iterator_freebsd.cc',
478 'process/process_iterator_linux.cc', 473 'process/process_iterator_linux.cc',
479 'process/process_iterator_mac.cc', 474 'process/process_iterator_mac.cc',
480 'process/process_iterator_openbsd.cc', 475 'process/process_iterator_openbsd.cc',
481 'process/process_iterator_win.cc', 476 'process/process_iterator_win.cc',
482 'process/process_linux.cc', 477 'process/process_linux.cc',
478 'process/process_metrics.cc',
483 'process/process_metrics.h', 479 'process/process_metrics.h',
484 'process/process_metrics.cc',
485 'process/process_metrics_freebsd.cc', 480 'process/process_metrics_freebsd.cc',
486 'process/process_metrics_ios.cc', 481 'process/process_metrics_ios.cc',
487 'process/process_metrics_linux.cc', 482 'process/process_metrics_linux.cc',
488 'process/process_metrics_mac.cc', 483 'process/process_metrics_mac.cc',
489 'process/process_metrics_openbsd.cc', 484 'process/process_metrics_openbsd.cc',
490 'process/process_metrics_posix.cc', 485 'process/process_metrics_posix.cc',
491 'process/process_metrics_win.cc', 486 'process/process_metrics_win.cc',
492 'process/process_posix.cc', 487 'process/process_posix.cc',
493 'process/process_win.cc', 488 'process/process_win.cc',
494 'profiler/alternate_timer.cc', 489 'profiler/alternate_timer.cc',
495 'profiler/alternate_timer.h', 490 'profiler/alternate_timer.h',
496 'profiler/scoped_profile.cc', 491 'profiler/scoped_profile.cc',
497 'profiler/scoped_profile.h', 492 'profiler/scoped_profile.h',
498 'profiler/scoped_tracker.cc', 493 'profiler/scoped_tracker.cc',
499 'profiler/scoped_tracker.h', 494 'profiler/scoped_tracker.h',
500 'profiler/tracked_time.cc', 495 'profiler/tracked_time.cc',
501 'profiler/tracked_time.h', 496 'profiler/tracked_time.h',
502 'rand_util.cc', 497 'rand_util.cc',
503 'rand_util.h', 498 'rand_util.h',
504 'rand_util_nacl.cc', 499 'rand_util_nacl.cc',
505 'rand_util_posix.cc', 500 'rand_util_posix.cc',
506 'rand_util_win.cc', 501 'rand_util_win.cc',
507 'run_loop.cc', 502 'run_loop.cc',
508 'run_loop.h', 503 'run_loop.h',
509 'numerics/safe_conversions.h',
510 'numerics/safe_conversions_impl.h',
511 'numerics/safe_math.h',
512 'numerics/safe_math_impl.h',
513 'safe_strerror_posix.cc', 504 'safe_strerror_posix.cc',
514 'safe_strerror_posix.h', 505 'safe_strerror_posix.h',
515 'scoped_generic.h', 506 'scoped_generic.h',
516 'scoped_native_library.cc', 507 'scoped_native_library.cc',
517 'scoped_native_library.h', 508 'scoped_native_library.h',
518 'scoped_observer.h', 509 'scoped_observer.h',
519 'sequence_checker.h', 510 'sequence_checker.h',
520 'sequence_checker_impl.cc', 511 'sequence_checker_impl.cc',
521 'sequence_checker_impl.h', 512 'sequence_checker_impl.h',
522 'sequenced_task_runner.cc', 513 'sequenced_task_runner.cc',
523 'sequenced_task_runner.h', 514 'sequenced_task_runner.h',
524 'sequenced_task_runner_helpers.h', 515 'sequenced_task_runner_helpers.h',
525 'sha1.h', 516 'sha1.h',
526 'sha1_portable.cc', 517 'sha1_portable.cc',
527 'sha1_win.cc', 518 'sha1_win.cc',
528 'single_thread_task_runner.h', 519 'single_thread_task_runner.h',
529 'stl_util.h', 520 'stl_util.h',
530 'strings/latin1_string_conversions.cc', 521 'strings/latin1_string_conversions.cc',
531 'strings/latin1_string_conversions.h', 522 'strings/latin1_string_conversions.h',
532 'strings/nullable_string16.cc', 523 'strings/nullable_string16.cc',
533 'strings/nullable_string16.h', 524 'strings/nullable_string16.h',
534 'strings/safe_sprintf.cc', 525 'strings/safe_sprintf.cc',
535 'strings/safe_sprintf.h', 526 'strings/safe_sprintf.h',
536 'strings/string16.cc', 527 'strings/string16.cc',
537 'strings/string16.h', 528 'strings/string16.h',
538 'strings/string_number_conversions.cc', 529 'strings/string_number_conversions.cc',
539 'strings/string_split.cc',
540 'strings/string_split.h',
541 'strings/string_number_conversions.h', 530 'strings/string_number_conversions.h',
542 'strings/string_piece.cc', 531 'strings/string_piece.cc',
543 'strings/string_piece.h', 532 'strings/string_piece.h',
533 'strings/string_split.cc',
534 'strings/string_split.h',
544 'strings/string_tokenizer.h', 535 'strings/string_tokenizer.h',
545 'strings/string_util.cc', 536 'strings/string_util.cc',
546 'strings/string_util.h', 537 'strings/string_util.h',
547 'strings/string_util_constants.cc', 538 'strings/string_util_constants.cc',
548 'strings/string_util_posix.h', 539 'strings/string_util_posix.h',
549 'strings/string_util_win.h', 540 'strings/string_util_win.h',
550 'strings/stringize_macros.h', 541 'strings/stringize_macros.h',
551 'strings/stringprintf.cc', 542 'strings/stringprintf.cc',
552 'strings/stringprintf.h', 543 'strings/stringprintf.h',
553 'strings/sys_string_conversions.h', 544 'strings/sys_string_conversions.h',
(...skipping 18 matching lines...) Expand all
572 'synchronization/lock_impl.h', 563 'synchronization/lock_impl.h',
573 'synchronization/lock_impl_posix.cc', 564 'synchronization/lock_impl_posix.cc',
574 'synchronization/lock_impl_win.cc', 565 'synchronization/lock_impl_win.cc',
575 'synchronization/spin_wait.h', 566 'synchronization/spin_wait.h',
576 'synchronization/waitable_event.h', 567 'synchronization/waitable_event.h',
577 'synchronization/waitable_event_posix.cc', 568 'synchronization/waitable_event_posix.cc',
578 'synchronization/waitable_event_watcher.h', 569 'synchronization/waitable_event_watcher.h',
579 'synchronization/waitable_event_watcher_posix.cc', 570 'synchronization/waitable_event_watcher_posix.cc',
580 'synchronization/waitable_event_watcher_win.cc', 571 'synchronization/waitable_event_watcher_win.cc',
581 'synchronization/waitable_event_win.cc', 572 'synchronization/waitable_event_win.cc',
582 'system_monitor/system_monitor.cc',
583 'system_monitor/system_monitor.h',
584 'sys_byteorder.h', 573 'sys_byteorder.h',
585 'sys_info.cc', 574 'sys_info.cc',
586 'sys_info.h', 575 'sys_info.h',
587 'sys_info_android.cc', 576 'sys_info_android.cc',
588 'sys_info_chromeos.cc', 577 'sys_info_chromeos.cc',
589 'sys_info_freebsd.cc', 578 'sys_info_freebsd.cc',
590 'sys_info_internal.h', 579 'sys_info_internal.h',
591 'sys_info_ios.mm', 580 'sys_info_ios.mm',
592 'sys_info_linux.cc', 581 'sys_info_linux.cc',
593 'sys_info_mac.cc', 582 'sys_info_mac.cc',
594 'sys_info_openbsd.cc', 583 'sys_info_openbsd.cc',
595 'sys_info_posix.cc', 584 'sys_info_posix.cc',
596 'sys_info_win.cc', 585 'sys_info_win.cc',
586 'system_monitor/system_monitor.cc',
587 'system_monitor/system_monitor.h',
597 'task/cancelable_task_tracker.cc', 588 'task/cancelable_task_tracker.cc',
598 'task/cancelable_task_tracker.h', 589 'task/cancelable_task_tracker.h',
599 'task_runner.cc', 590 'task_runner.cc',
600 'task_runner.h', 591 'task_runner.h',
601 'task_runner_util.h', 592 'task_runner_util.h',
602 'template_util.h', 593 'template_util.h',
594 'third_party/dmg_fp/dmg_fp.h',
595 'third_party/dmg_fp/dtoa_wrapper.cc',
596 'third_party/dmg_fp/g_fmt.cc',
597 'third_party/icu/icu_utf.cc',
598 'third_party/icu/icu_utf.h',
599 'third_party/nspr/prtime.cc',
600 'third_party/nspr/prtime.h',
601 'third_party/superfasthash/superfasthash.c',
602 'third_party/xdg_mime/xdgmime.h',
satorux1 2015/02/13 02:27:53 fixed!
603 'thread_task_runner_handle.cc', 603 'thread_task_runner_handle.cc',
604 'thread_task_runner_handle.h', 604 'thread_task_runner_handle.h',
605 'threading/non_thread_safe.h', 605 'threading/non_thread_safe.h',
606 'threading/non_thread_safe_impl.cc', 606 'threading/non_thread_safe_impl.cc',
607 'threading/non_thread_safe_impl.h', 607 'threading/non_thread_safe_impl.h',
608 'threading/platform_thread.h', 608 'threading/platform_thread.h',
609 'threading/platform_thread_android.cc', 609 'threading/platform_thread_android.cc',
610 'threading/platform_thread_linux.cc', 610 'threading/platform_thread_linux.cc',
611 'threading/platform_thread_mac.mm', 611 'threading/platform_thread_mac.mm',
612 'threading/platform_thread_posix.cc', 612 'threading/platform_thread_posix.cc',
(...skipping 14 matching lines...) Expand all
627 'threading/thread_id_name_manager.cc', 627 'threading/thread_id_name_manager.cc',
628 'threading/thread_id_name_manager.h', 628 'threading/thread_id_name_manager.h',
629 'threading/thread_local.h', 629 'threading/thread_local.h',
630 'threading/thread_local_android.cc', 630 'threading/thread_local_android.cc',
631 'threading/thread_local_posix.cc', 631 'threading/thread_local_posix.cc',
632 'threading/thread_local_storage.cc', 632 'threading/thread_local_storage.cc',
633 'threading/thread_local_storage.h', 633 'threading/thread_local_storage.h',
634 'threading/thread_local_storage_posix.cc', 634 'threading/thread_local_storage_posix.cc',
635 'threading/thread_local_storage_win.cc', 635 'threading/thread_local_storage_win.cc',
636 'threading/thread_local_win.cc', 636 'threading/thread_local_win.cc',
637 'threading/thread_restrictions.cc',
637 'threading/thread_restrictions.h', 638 'threading/thread_restrictions.h',
638 'threading/thread_restrictions.cc',
639 'threading/watchdog.cc', 639 'threading/watchdog.cc',
640 'threading/watchdog.h', 640 'threading/watchdog.h',
641 'threading/worker_pool.cc',
641 'threading/worker_pool.h', 642 'threading/worker_pool.h',
642 'threading/worker_pool.cc',
643 'threading/worker_pool_posix.cc', 643 'threading/worker_pool_posix.cc',
644 'threading/worker_pool_posix.h', 644 'threading/worker_pool_posix.h',
645 'threading/worker_pool_win.cc', 645 'threading/worker_pool_win.cc',
646 'time/clock.cc', 646 'time/clock.cc',
647 'time/clock.h', 647 'time/clock.h',
648 'time/default_clock.cc', 648 'time/default_clock.cc',
649 'time/default_clock.h', 649 'time/default_clock.h',
650 'time/default_tick_clock.cc', 650 'time/default_tick_clock.cc',
651 'time/default_tick_clock.h', 651 'time/default_tick_clock.h',
652 'time/tick_clock.cc', 652 'time/tick_clock.cc',
(...skipping 25 matching lines...) Expand all
678 'trace_event/trace_event_synthetic_delay.h', 678 'trace_event/trace_event_synthetic_delay.h',
679 'trace_event/trace_event_system_stats_monitor.cc', 679 'trace_event/trace_event_system_stats_monitor.cc',
680 'trace_event/trace_event_system_stats_monitor.h', 680 'trace_event/trace_event_system_stats_monitor.h',
681 'trace_event/trace_event_win.cc', 681 'trace_event/trace_event_win.cc',
682 'trace_event/trace_event_win.h', 682 'trace_event/trace_event_win.h',
683 'tracked_objects.cc', 683 'tracked_objects.cc',
684 'tracked_objects.h', 684 'tracked_objects.h',
685 'tracking_info.cc', 685 'tracking_info.cc',
686 'tracking_info.h', 686 'tracking_info.h',
687 'tuple.h', 687 'tuple.h',
688 'value_conversions.cc',
689 'value_conversions.h',
688 'values.cc', 690 'values.cc',
689 'values.h', 691 'values.h',
690 'value_conversions.cc',
691 'value_conversions.h',
692 'version.cc', 692 'version.cc',
693 'version.h', 693 'version.h',
694 'vlog.cc', 694 'vlog.cc',
695 'vlog.h', 695 'vlog.h',
696 'win/enum_variant.cc', 696 'win/enum_variant.cc',
697 'win/enum_variant.h', 697 'win/enum_variant.h',
698 'win/event_trace_consumer.h', 698 'win/event_trace_consumer.h',
699 'win/event_trace_controller.cc', 699 'win/event_trace_controller.cc',
700 'win/event_trace_controller.h', 700 'win/event_trace_controller.h',
701 'win/event_trace_provider.cc', 701 'win/event_trace_provider.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'files/file_enumerator_posix.cc', 784 'files/file_enumerator_posix.cc',
785 'files/file_path_watcher_fsevents.cc', 785 'files/file_path_watcher_fsevents.cc',
786 'files/file_path_watcher_fsevents.h', 786 'files/file_path_watcher_fsevents.h',
787 'files/file_path_watcher_kqueue.cc', 787 'files/file_path_watcher_kqueue.cc',
788 'files/file_path_watcher_kqueue.h', 788 'files/file_path_watcher_kqueue.h',
789 'files/file_proxy.cc', 789 'files/file_proxy.cc',
790 'files/file_util.cc', 790 'files/file_util.cc',
791 'files/file_util_posix.cc', 791 'files/file_util_posix.cc',
792 'files/file_util_proxy.cc', 792 'files/file_util_proxy.cc',
793 'files/important_file_writer.cc', 793 'files/important_file_writer.cc',
794 'files/scoped_temp_dir.cc',
794 'memory/shared_memory_posix.cc', 795 'memory/shared_memory_posix.cc',
795 'native_library_posix.cc', 796 'native_library_posix.cc',
796 'path_service.cc', 797 'path_service.cc',
797 'posix/unix_domain_socket_linux.cc', 798 'posix/unix_domain_socket_linux.cc',
798 'process/kill.cc', 799 'process/kill.cc',
799 'process/kill_posix.cc', 800 'process/kill_posix.cc',
800 'process/launch.cc', 801 'process/launch.cc',
801 'process/launch_posix.cc', 802 'process/launch_posix.cc',
802 'process/process_metrics.cc', 803 'process/process_metrics.cc',
803 'process/process_metrics_posix.cc', 804 'process/process_metrics_posix.cc',
804 'process/process_posix.cc', 805 'process/process_posix.cc',
805 'rand_util_posix.cc', 806 'rand_util_posix.cc',
806 'scoped_native_library.cc', 807 'scoped_native_library.cc',
807 'files/scoped_temp_dir.cc',
808 'sys_info.cc', 808 'sys_info.cc',
809 'sys_info_posix.cc', 809 'sys_info_posix.cc',
810 'third_party/dynamic_annotations/dynamic_annotations.c', 810 'third_party/dynamic_annotations/dynamic_annotations.c',
811 ], 811 ],
812 'sources/': [ 812 'sources/': [
813 ['include', '^threading/platform_thread_linux\\.cc$'], 813 ['include', '^threading/platform_thread_linux\\.cc$'],
814 ], 814 ],
815 }], 815 }],
816 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', { 816 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', {
817 'sources': [ 817 'sources': [
818 'memory/discardable_memory_ashmem.cc',
819 'memory/discardable_memory_ashmem.h',
818 'memory/discardable_memory_ashmem_allocator.cc', 820 'memory/discardable_memory_ashmem_allocator.cc',
819 'memory/discardable_memory_ashmem_allocator.h', 821 'memory/discardable_memory_ashmem_allocator.h',
820 'memory/discardable_memory_ashmem.cc',
821 'memory/discardable_memory_ashmem.h',
822 ], 822 ],
823 }], 823 }],
824 ['OS == "android" and >(nacl_untrusted_build)==0', { 824 ['OS == "android" and >(nacl_untrusted_build)==0', {
825 'sources!': [ 825 'sources!': [
826 'base_paths_posix.cc', 826 'base_paths_posix.cc',
827 'files/file_path_watcher_fsevents.cc', 827 'files/file_path_watcher_fsevents.cc',
828 'files/file_path_watcher_fsevents.h', 828 'files/file_path_watcher_fsevents.h',
829 'files/file_path_watcher_kqueue.cc', 829 'files/file_path_watcher_kqueue.cc',
830 'files/file_path_watcher_kqueue.h', 830 'files/file_path_watcher_kqueue.h',
831 'files/file_path_watcher_stub.cc', 831 'files/file_path_watcher_stub.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'i18n/time_formatting.h', 1036 'i18n/time_formatting.h',
1037 'i18n/timezone.cc', 1037 'i18n/timezone.cc',
1038 'i18n/timezone.h', 1038 'i18n/timezone.h',
1039 'i18n/utf8_validator_tables.cc', 1039 'i18n/utf8_validator_tables.cc',
1040 'i18n/utf8_validator_tables.h', 1040 'i18n/utf8_validator_tables.h',
1041 ], 1041 ],
1042 }] 1042 }]
1043 ], 1043 ],
1044 }, 1044 },
1045 } 1045 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | tools/sort_sources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698