| 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 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'android/jni_string.cc', | 61 'android/jni_string.cc', |
| 62 'android/jni_string.h', | 62 'android/jni_string.h', |
| 63 'android/memory_pressure_listener_android.cc', | 63 'android/memory_pressure_listener_android.cc', |
| 64 'android/memory_pressure_listener_android.h', | 64 'android/memory_pressure_listener_android.h', |
| 65 'android/java_handler_thread.cc', | 65 'android/java_handler_thread.cc', |
| 66 'android/java_handler_thread.h', | 66 'android/java_handler_thread.h', |
| 67 'android/path_service_android.cc', | 67 'android/path_service_android.cc', |
| 68 'android/path_service_android.h', | 68 'android/path_service_android.h', |
| 69 'android/path_utils.cc', | 69 'android/path_utils.cc', |
| 70 'android/path_utils.h', | 70 'android/path_utils.h', |
| 71 'android/sys_utils.cc', | 71 'android/sys_utils_android.cc', |
| 72 'android/sys_utils.h', | 72 'android/sys_utils_android.h', |
| 73 'android/thread_utils.h', | 73 'android/thread_utils.h', |
| 74 'at_exit.cc', | 74 'at_exit.cc', |
| 75 'at_exit.h', | 75 'at_exit.h', |
| 76 'atomic_ref_count.h', | 76 'atomic_ref_count.h', |
| 77 'atomic_sequence_num.h', | 77 'atomic_sequence_num.h', |
| 78 'atomicops.h', | 78 'atomicops.h', |
| 79 'atomicops_internals_gcc.h', | 79 'atomicops_internals_gcc.h', |
| 80 'atomicops_internals_mac.h', | 80 'atomicops_internals_mac.h', |
| 81 'atomicops_internals_tsan.h', | 81 'atomicops_internals_tsan.h', |
| 82 'atomicops_internals_x86_gcc.cc', | 82 'atomicops_internals_x86_gcc.cc', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 'sys_info_android.cc', | 552 'sys_info_android.cc', |
| 553 'sys_info_chromeos.cc', | 553 'sys_info_chromeos.cc', |
| 554 'sys_info_freebsd.cc', | 554 'sys_info_freebsd.cc', |
| 555 'sys_info_internal.h', | 555 'sys_info_internal.h', |
| 556 'sys_info_ios.mm', | 556 'sys_info_ios.mm', |
| 557 'sys_info_linux.cc', | 557 'sys_info_linux.cc', |
| 558 'sys_info_mac.cc', | 558 'sys_info_mac.cc', |
| 559 'sys_info_openbsd.cc', | 559 'sys_info_openbsd.cc', |
| 560 'sys_info_posix.cc', | 560 'sys_info_posix.cc', |
| 561 'sys_info_win.cc', | 561 'sys_info_win.cc', |
| 562 'sys_utils.cc', |
| 563 'sys_utils.h', |
| 562 'task_runner.cc', | 564 'task_runner.cc', |
| 563 'task_runner.h', | 565 'task_runner.h', |
| 564 'task_runner_util.h', | 566 'task_runner_util.h', |
| 565 'template_util.h', | 567 'template_util.h', |
| 566 'thread_task_runner_handle.cc', | 568 'thread_task_runner_handle.cc', |
| 567 'thread_task_runner_handle.h', | 569 'thread_task_runner_handle.h', |
| 568 'threading/non_thread_safe.h', | 570 'threading/non_thread_safe.h', |
| 569 'threading/non_thread_safe_impl.cc', | 571 'threading/non_thread_safe_impl.cc', |
| 570 'threading/non_thread_safe_impl.h', | 572 'threading/non_thread_safe_impl.h', |
| 571 'threading/platform_thread.h', | 573 'threading/platform_thread.h', |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 ['<(toolkit_uses_gtk) == 1', { | 947 ['<(toolkit_uses_gtk) == 1', { |
| 946 'sources!': [ | 948 'sources!': [ |
| 947 'x11/x11_error_tracker.cc', | 949 'x11/x11_error_tracker.cc', |
| 948 ], | 950 ], |
| 949 }], | 951 }], |
| 950 ], | 952 ], |
| 951 }], | 953 }], |
| 952 ], | 954 ], |
| 953 }, | 955 }, |
| 954 } | 956 } |
| OLD | NEW |