| 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': { |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'android/sys_utils.cc', | 84 'android/sys_utils.cc', |
| 85 'android/sys_utils.h', | 85 'android/sys_utils.h', |
| 86 'android/thread_utils.h', | 86 'android/thread_utils.h', |
| 87 'android/trace_event_binding.cc', | 87 'android/trace_event_binding.cc', |
| 88 'android/trace_event_binding.h', | 88 'android/trace_event_binding.h', |
| 89 'at_exit.cc', | 89 'at_exit.cc', |
| 90 'at_exit.h', | 90 'at_exit.h', |
| 91 'atomic_ref_count.h', | 91 'atomic_ref_count.h', |
| 92 'atomic_sequence_num.h', | 92 'atomic_sequence_num.h', |
| 93 'atomicops.h', | 93 'atomicops.h', |
| 94 'atomicops_internals_mac.h', | |
| 95 'atomicops_internals_portable.h', | 94 'atomicops_internals_portable.h', |
| 96 'atomicops_internals_x86_msvc.h', | 95 'atomicops_internals_x86_msvc.h', |
| 97 'barrier_closure.cc', | 96 'barrier_closure.cc', |
| 98 'barrier_closure.h', | 97 'barrier_closure.h', |
| 99 'base64.cc', | 98 'base64.cc', |
| 100 'base64.h', | 99 'base64.h', |
| 101 'base64url.cc', | 100 'base64url.cc', |
| 102 'base64url.h', | 101 'base64url.h', |
| 103 'base_export.h', | 102 'base_export.h', |
| 104 'base_paths.cc', | 103 'base_paths.cc', |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 }], | 874 }], |
| 876 ['<(chromeos) == 1', { | 875 ['<(chromeos) == 1', { |
| 877 'sources!': [ | 876 'sources!': [ |
| 878 'power_monitor/power_monitor_device_source_posix.cc', | 877 'power_monitor/power_monitor_device_source_posix.cc', |
| 879 ], | 878 ], |
| 880 }], | 879 }], |
| 881 ['OS == "ios" and _toolset != "host"', { | 880 ['OS == "ios" and _toolset != "host"', { |
| 882 'sources/': [ | 881 'sources/': [ |
| 883 # Pull in specific Mac files for iOS (which have been filtered out | 882 # Pull in specific Mac files for iOS (which have been filtered out |
| 884 # by file name rules). | 883 # by file name rules). |
| 885 ['include', '^atomicops_internals_mac\\.'], | |
| 886 ['include', '^base_paths_mac\\.'], | 884 ['include', '^base_paths_mac\\.'], |
| 887 ['include', '^files/file_util_mac\\.'], | 885 ['include', '^files/file_util_mac\\.'], |
| 888 ['include', '^file_version_info_mac\\.'], | 886 ['include', '^file_version_info_mac\\.'], |
| 889 ['include', '^mac/bundle_locations\\.'], | 887 ['include', '^mac/bundle_locations\\.'], |
| 890 ['include', '^mac/call_with_eh_frame\\.'], | 888 ['include', '^mac/call_with_eh_frame\\.'], |
| 891 ['include', '^mac/foundation_util\\.'], | 889 ['include', '^mac/foundation_util\\.'], |
| 892 ['include', '^mac/mac_logging\\.'], | 890 ['include', '^mac/mac_logging\\.'], |
| 893 ['include', '^mac/mach_logging\\.'], | 891 ['include', '^mac/mach_logging\\.'], |
| 894 ['include', '^mac/objc_property_releaser\\.'], | 892 ['include', '^mac/objc_property_releaser\\.'], |
| 895 ['include', '^mac/scoped_mach_port\\.'], | 893 ['include', '^mac/scoped_mach_port\\.'], |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 'i18n/time_formatting.h', | 1052 'i18n/time_formatting.h', |
| 1055 'i18n/timezone.cc', | 1053 'i18n/timezone.cc', |
| 1056 'i18n/timezone.h', | 1054 'i18n/timezone.h', |
| 1057 'i18n/utf8_validator_tables.cc', | 1055 'i18n/utf8_validator_tables.cc', |
| 1058 'i18n/utf8_validator_tables.h', | 1056 'i18n/utf8_validator_tables.h', |
| 1059 ], | 1057 ], |
| 1060 }] | 1058 }] |
| 1061 ], | 1059 ], |
| 1062 }, | 1060 }, |
| 1063 } | 1061 } |
| OLD | NEW |