| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| 11 'base_target': 0, | 11 'base_target': 0, |
| 12 'base_i18n_target': 0, | 12 'base_i18n_target': 0, |
| 13 }, | 13 }, |
| 14 'target_conditions': [ | 14 'target_conditions': [ |
| 15 # This part is shared between the targets defined below. | 15 # This part is shared between the targets defined below. |
| 16 ['base_target==1', { | 16 ['base_target==1', { |
| 17 'sources': [ | 17 'sources': [ |
| 18 '../build/build_config.h', | 18 '../build/build_config.h', |
| 19 'allocator/allocator_extension.cc', | 19 'allocator/allocator_extension.cc', |
| 20 'allocator/allocator_extension.h', | 20 'allocator/allocator_extension.h', |
| 21 'allocator/type_profiler_control.cc', | |
| 22 'allocator/type_profiler_control.h', | |
| 23 'android/animation_frame_time_histogram.cc', | 21 'android/animation_frame_time_histogram.cc', |
| 24 'android/animation_frame_time_histogram.h', | 22 'android/animation_frame_time_histogram.h', |
| 25 'android/apk_assets.cc', | 23 'android/apk_assets.cc', |
| 26 'android/apk_assets.h', | 24 'android/apk_assets.h', |
| 27 'android/application_status_listener.cc', | 25 'android/application_status_listener.cc', |
| 28 'android/application_status_listener.h', | 26 'android/application_status_listener.h', |
| 29 'android/base_jni_onload.cc', | 27 'android/base_jni_onload.cc', |
| 30 'android/base_jni_onload.h', | 28 'android/base_jni_onload.h', |
| 31 'android/base_jni_registrar.cc', | 29 'android/base_jni_registrar.cc', |
| 32 'android/base_jni_registrar.h', | 30 'android/base_jni_registrar.h', |
| (...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 }], | 786 }], |
| 789 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_unt
rusted_build)==1', { | 787 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_unt
rusted_build)==1', { |
| 790 'sources!': [ | 788 'sources!': [ |
| 791 # Not automatically excluded by the *linux.cc rules. | 789 # Not automatically excluded by the *linux.cc rules. |
| 792 'linux_util.cc', | 790 'linux_util.cc', |
| 793 ], | 791 ], |
| 794 }, | 792 }, |
| 795 ], | 793 ], |
| 796 ['>(nacl_untrusted_build)==1', { | 794 ['>(nacl_untrusted_build)==1', { |
| 797 'sources!': [ | 795 'sources!': [ |
| 798 'allocator/type_profiler_control.cc', | |
| 799 'allocator/type_profiler_control.h', | |
| 800 'base_paths.cc', | 796 'base_paths.cc', |
| 801 'cpu.cc', | 797 'cpu.cc', |
| 802 'debug/stack_trace.cc', | 798 'debug/stack_trace.cc', |
| 803 'debug/stack_trace_posix.cc', | 799 'debug/stack_trace_posix.cc', |
| 804 'files/file_enumerator_posix.cc', | 800 'files/file_enumerator_posix.cc', |
| 805 'files/file_path_watcher_fsevents.cc', | 801 'files/file_path_watcher_fsevents.cc', |
| 806 'files/file_path_watcher_fsevents.h', | 802 'files/file_path_watcher_fsevents.h', |
| 807 'files/file_path_watcher_kqueue.cc', | 803 'files/file_path_watcher_kqueue.cc', |
| 808 'files/file_path_watcher_kqueue.h', | 804 'files/file_path_watcher_kqueue.h', |
| 809 'files/file_proxy.cc', | 805 'files/file_proxy.cc', |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 'i18n/time_formatting.h', | 1044 'i18n/time_formatting.h', |
| 1049 'i18n/timezone.cc', | 1045 'i18n/timezone.cc', |
| 1050 'i18n/timezone.h', | 1046 'i18n/timezone.h', |
| 1051 'i18n/utf8_validator_tables.cc', | 1047 'i18n/utf8_validator_tables.cc', |
| 1052 'i18n/utf8_validator_tables.h', | 1048 'i18n/utf8_validator_tables.h', |
| 1053 ], | 1049 ], |
| 1054 }] | 1050 }] |
| 1055 ], | 1051 ], |
| 1056 }, | 1052 }, |
| 1057 } | 1053 } |
| OLD | NEW |