jhawkins@chromium.org | 4a31021 | 2012-01-04 04:36:57 +0900 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'target_defaults': { |
| 7 | 'variables': { |
| 8 | 'base_target': 0, |
| 9 | }, |
| 10 | 'target_conditions': [ |
sky@chromium.org | 1987a75 | 2010-07-02 05:14:50 +0900 | [diff] [blame] | 11 | # This part is shared between the targets defined below. |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 12 | ['base_target==1', { |
| 13 | 'sources': [ |
| 14 | '../build/build_config.h', |
| 15 | 'third_party/dmg_fp/dmg_fp.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 16 | 'third_party/dmg_fp/g_fmt.cc', |
siggi@chromium.org | b23c704 | 2010-11-26 02:37:47 +0900 | [diff] [blame] | 17 | 'third_party/dmg_fp/dtoa_wrapper.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 18 | 'third_party/icu/icu_utf.cc', |
| 19 | 'third_party/icu/icu_utf.h', |
| 20 | 'third_party/nspr/prtime.cc', |
| 21 | 'third_party/nspr/prtime.h', |
ensonic@google.com | 24ba196 | 2011-09-29 01:28:40 +0900 | [diff] [blame] | 22 | 'third_party/nspr/prcpucfg_linux.h', |
| 23 | 'third_party/xdg_mime/xdgmime.h', |
jamesr@chromium.org | 3140754 | 2012-04-28 11:56:38 +0900 | [diff] [blame] | 24 | 'allocator/allocator_extension.cc', |
| 25 | 'allocator/allocator_extension.h', |
tedchoc@chromium.org | 9842fef | 2012-04-25 12:18:46 +0900 | [diff] [blame] | 26 | 'android/base_jni_registrar.cc', |
| 27 | 'android/base_jni_registrar.h', |
carlosvaldivia@google.com | 2a5b083 | 2012-04-11 07:52:44 +0900 | [diff] [blame] | 28 | 'android/build_info.cc', |
| 29 | 'android/build_info.h', |
joth@chromium.org | ed27f3a | 2011-09-09 19:17:35 +0900 | [diff] [blame] | 30 | 'android/scoped_java_ref.cc', |
| 31 | 'android/scoped_java_ref.h', |
| 32 | 'android/jni_android.cc', |
| 33 | 'android/jni_android.h', |
| 34 | 'android/jni_array.cc', |
| 35 | 'android/jni_array.h', |
tedchoc@chromium.org | 9842fef | 2012-04-25 12:18:46 +0900 | [diff] [blame] | 36 | 'android/jni_helper.cc', |
| 37 | 'android/jni_helper.h', |
| 38 | 'android/jni_registrar.cc', |
| 39 | 'android/jni_registrar.h', |
joth@chromium.org | ed27f3a | 2011-09-09 19:17:35 +0900 | [diff] [blame] | 40 | 'android/jni_string.cc', |
| 41 | 'android/jni_string.h', |
wangxianzhu@chromium.org | a6031a9 | 2012-05-05 12:11:38 +0900 | [diff] [blame] | 42 | 'android/locale_utils.cc', |
| 43 | 'android/locale_utils.h', |
joth@chromium.org | ed27f3a | 2011-09-09 19:17:35 +0900 | [diff] [blame] | 44 | 'android/path_utils.cc', |
| 45 | 'android/path_utils.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 46 | 'at_exit.cc', |
| 47 | 'at_exit.h', |
| 48 | 'atomic_ref_count.h', |
| 49 | 'atomic_sequence_num.h', |
| 50 | 'atomicops.h', |
thestig@chromium.org | b6ba943 | 2010-04-03 10:05:39 +0900 | [diff] [blame] | 51 | 'atomicops_internals_x86_gcc.cc', |
ensonic@google.com | 24ba196 | 2011-09-29 01:28:40 +0900 | [diff] [blame] | 52 | 'atomicops_internals_x86_gcc.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 53 | 'atomicops_internals_x86_msvc.h', |
darin@chromium.org | e585bed | 2011-08-06 00:34:00 +0900 | [diff] [blame] | 54 | 'base_export.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 55 | 'base_paths.cc', |
| 56 | 'base_paths.h', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 57 | 'base_paths_android.cc', |
avi@chromium.org | a7d1df9 | 2012-03-23 06:44:31 +0900 | [diff] [blame] | 58 | 'base_paths_android.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 59 | 'base_paths_mac.h', |
| 60 | 'base_paths_mac.mm', |
mark@chromium.org | a8f9a69 | 2011-11-15 04:15:25 +0900 | [diff] [blame] | 61 | 'base_paths_posix.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 62 | 'base_paths_win.cc', |
| 63 | 'base_paths_win.h', |
ensonic@google.com | 24ba196 | 2011-09-29 01:28:40 +0900 | [diff] [blame] | 64 | 'base_switches.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 65 | 'basictypes.h', |
ajwong@chromium.org | e2cca63 | 2011-02-15 10:27:38 +0900 | [diff] [blame] | 66 | 'bind.h', |
ajwong@chromium.org | e4f3dc3 | 2012-01-07 07:12:28 +0900 | [diff] [blame] | 67 | 'bind_helpers.cc', |
ajwong@chromium.org | e2cca63 | 2011-02-15 10:27:38 +0900 | [diff] [blame] | 68 | 'bind_helpers.h', |
| 69 | 'bind_internal.h', |
ajwong@chromium.org | cb17534 | 2011-02-27 10:25:59 +0900 | [diff] [blame] | 70 | 'bind_internal_win.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 71 | 'bits.h', |
agl@chromium.org | b9206f4 | 2011-11-12 01:09:31 +0900 | [diff] [blame] | 72 | 'build_time.cc', |
| 73 | 'build_time.h', |
akalin@chromium.org | 6ed4f88 | 2010-02-19 12:15:59 +0900 | [diff] [blame] | 74 | 'callback.h', |
fischman@chromium.org | dc221a7 | 2012-03-25 05:37:27 +0900 | [diff] [blame] | 75 | 'callback_helpers.h', |
ajwong@chromium.org | fa0ff43 | 2011-02-19 08:29:31 +0900 | [diff] [blame] | 76 | 'callback_internal.cc', |
| 77 | 'callback_internal.h', |
jhawkins@chromium.org | 78936ff | 2011-11-24 13:12:04 +0900 | [diff] [blame] | 78 | 'cancelable_callback.h', |
avi@chromium.org | a7d1df9 | 2012-03-23 06:44:31 +0900 | [diff] [blame] | 79 | 'chromeos/chromeos_version.cc', |
| 80 | 'chromeos/chromeos_version.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 81 | 'command_line.cc', |
| 82 | 'command_line.h', |
| 83 | 'compiler_specific.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 84 | 'cpu.cc', |
| 85 | 'cpu.h', |
apatrick@chromium.org | 8716404 | 2011-05-20 07:28:25 +0900 | [diff] [blame] | 86 | 'debug/alias.cc', |
| 87 | 'debug/alias.h', |
brettw@chromium.org | 28078b6 | 2011-01-02 04:55:22 +0900 | [diff] [blame] | 88 | 'debug/debug_on_start_win.cc', |
| 89 | 'debug/debug_on_start_win.h', |
brettw@chromium.org | 2f49b12 | 2010-10-26 13:07:50 +0900 | [diff] [blame] | 90 | 'debug/debugger.cc', |
| 91 | 'debug/debugger.h', |
| 92 | 'debug/debugger_posix.cc', |
| 93 | 'debug/debugger_win.cc', |
| 94 | 'debug/leak_annotations.h', |
| 95 | 'debug/leak_tracker.h', |
davemoore@chromium.org | eeb51f7 | 2011-02-02 08:35:25 +0900 | [diff] [blame] | 96 | 'debug/profiler.cc', |
| 97 | 'debug/profiler.h', |
brettw@chromium.org | 2f49b12 | 2010-10-26 13:07:50 +0900 | [diff] [blame] | 98 | 'debug/stack_trace.cc', |
| 99 | 'debug/stack_trace.h', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 100 | 'debug/stack_trace_android.cc', |
brettw@chromium.org | 2f49b12 | 2010-10-26 13:07:50 +0900 | [diff] [blame] | 101 | 'debug/stack_trace_posix.cc', |
| 102 | 'debug/stack_trace_win.cc', |
brettw@chromium.org | 2f49b12 | 2010-10-26 13:07:50 +0900 | [diff] [blame] | 103 | 'debug/trace_event.cc', |
| 104 | 'debug/trace_event.h', |
jbates@chromium.org | d3bee53 | 2012-01-24 06:03:49 +0900 | [diff] [blame] | 105 | 'debug/trace_event_impl.cc', |
| 106 | 'debug/trace_event_impl.h', |
| 107 | 'debug/trace_event_win.cc', |
agl@chromium.org | 4300a31 | 2010-03-12 00:25:54 +0900 | [diff] [blame] | 108 | 'dir_reader_fallback.h', |
| 109 | 'dir_reader_linux.h', |
| 110 | 'dir_reader_posix.h', |
ensonic@google.com | 24ba196 | 2011-09-29 01:28:40 +0900 | [diff] [blame] | 111 | 'eintr_wrapper.h', |
tfarina@chromium.org | 6d36c5d | 2010-08-03 12:00:50 +0900 | [diff] [blame] | 112 | 'environment.cc', |
| 113 | 'environment.h', |
ensonic@google.com | 24ba196 | 2011-09-29 01:28:40 +0900 | [diff] [blame] | 114 | 'file_descriptor_posix.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 115 | 'file_path.cc', |
| 116 | 'file_path.h', |
| 117 | 'file_util.cc', |
| 118 | 'file_util.h', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 119 | 'file_util_android.cc', |
evan@chromium.org | 33b7705 | 2010-08-20 09:36:01 +0900 | [diff] [blame] | 120 | 'file_util_linux.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 121 | 'file_util_mac.mm', |
| 122 | 'file_util_posix.cc', |
| 123 | 'file_util_win.cc', |
dumi@chromium.org | c980e40 | 2010-08-21 07:42:50 +0900 | [diff] [blame] | 124 | 'file_util_proxy.cc', |
| 125 | 'file_util_proxy.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 126 | 'file_version_info.h', |
tony@chromium.org | 9f7a86f | 2010-04-14 10:46:43 +0900 | [diff] [blame] | 127 | 'file_version_info_mac.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 128 | 'file_version_info_mac.mm', |
tony@chromium.org | 9f7a86f | 2010-04-14 10:46:43 +0900 | [diff] [blame] | 129 | 'file_version_info_win.cc', |
| 130 | 'file_version_info_win.h', |
craig.schlenter@chromium.org | b2d581e | 2011-04-15 01:56:01 +0900 | [diff] [blame] | 131 | 'files/file_path_watcher.cc', |
| 132 | 'files/file_path_watcher.h', |
robert.nagy@gmail.com | bd7a6ad | 2011-10-26 08:35:27 +0900 | [diff] [blame] | 133 | 'files/file_path_watcher_kqueue.cc', |
craig.schlenter@chromium.org | b2d581e | 2011-04-15 01:56:01 +0900 | [diff] [blame] | 134 | 'files/file_path_watcher_linux.cc', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 135 | 'files/file_path_watcher_stub.cc', |
craig.schlenter@chromium.org | b2d581e | 2011-04-15 01:56:01 +0900 | [diff] [blame] | 136 | 'files/file_path_watcher_win.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 137 | 'float_util.h', |
ensonic@google.com | 24ba196 | 2011-09-29 01:28:40 +0900 | [diff] [blame] | 138 | 'format_macros.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 139 | 'global_descriptors_posix.cc', |
thestig@chromium.org | b6ba943 | 2010-04-03 10:05:39 +0900 | [diff] [blame] | 140 | 'global_descriptors_posix.h', |
phajdan.jr@chromium.org | dd43b73 | 2010-06-01 23:30:51 +0900 | [diff] [blame] | 141 | 'gtest_prod_util.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 142 | 'hash_tables.h', |
jam@chromium.org | 81e9e99 | 2012-06-05 04:33:56 +0900 | [diff] [blame] | 143 | 'hi_res_timer_manager_posix.cc', |
| 144 | 'hi_res_timer_manager_win.cc', |
| 145 | 'hi_res_timer_manager.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 146 | 'id_map.h', |
bbudge@chromium.org | 218cd87 | 2012-02-27 05:26:42 +0900 | [diff] [blame] | 147 | 'json/json_file_value_serializer.cc', |
| 148 | 'json/json_file_value_serializer.h', |
rsesek@chromium.org | c2d2b20 | 2012-05-17 00:23:30 +0900 | [diff] [blame] | 149 | 'json/json_parser.cc', |
| 150 | 'json/json_parser.h', |
erg@google.com | 8aca727 | 2010-08-19 03:33:57 +0900 | [diff] [blame] | 151 | 'json/json_reader.cc', |
| 152 | 'json/json_reader.h', |
bbudge@chromium.org | 218cd87 | 2012-02-27 05:26:42 +0900 | [diff] [blame] | 153 | 'json/json_string_value_serializer.cc', |
| 154 | 'json/json_string_value_serializer.h', |
mukai@chromium.org | 55292e4 | 2011-12-23 03:31:47 +0900 | [diff] [blame] | 155 | 'json/json_value_converter.h', |
erg@google.com | 8aca727 | 2010-08-19 03:33:57 +0900 | [diff] [blame] | 156 | 'json/json_writer.cc', |
| 157 | 'json/json_writer.h', |
| 158 | 'json/string_escape.cc', |
| 159 | 'json/string_escape.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 160 | 'lazy_instance.cc', |
| 161 | 'lazy_instance.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 162 | 'linked_list.h', |
ajwong@chromium.org | 8e2e300 | 2011-09-22 03:05:41 +0900 | [diff] [blame] | 163 | 'location.cc', |
| 164 | 'location.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 165 | 'logging.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 166 | 'logging.h', |
thestig@chromium.org | b6ba943 | 2010-04-03 10:05:39 +0900 | [diff] [blame] | 167 | 'logging_win.cc', |
rvargas@google.com | c3b6518 | 2011-03-29 08:48:44 +0900 | [diff] [blame] | 168 | 'logging_win.h', |
lambroslambrou@chromium.org | 3fb6244 | 2012-03-22 05:55:05 +0900 | [diff] [blame] | 169 | 'mac/authorization_util.h', |
| 170 | 'mac/authorization_util.mm', |
jeremy@chromium.org | 3c9aa4b | 2012-01-12 06:35:51 +0900 | [diff] [blame] | 171 | 'mac/bundle_locations.h', |
| 172 | 'mac/bundle_locations.mm', |
brettw@chromium.org | 624f0796 | 2010-12-23 09:43:36 +0900 | [diff] [blame] | 173 | 'mac/cocoa_protocols.h', |
jeremy@chromium.org | 4bed1f3 | 2011-09-11 20:29:49 +0900 | [diff] [blame] | 174 | 'mac/crash_logging.h', |
| 175 | 'mac/crash_logging.mm', |
bauerb@chromium.org | fe9f853 | 2011-03-15 18:51:50 +0900 | [diff] [blame] | 176 | 'mac/foundation_util.h', |
| 177 | 'mac/foundation_util.mm', |
lambroslambrou@chromium.org | 49a6958 | 2012-03-30 01:57:53 +0900 | [diff] [blame] | 178 | 'mac/launchd.cc', |
| 179 | 'mac/launchd.h', |
mark@chromium.org | e4d0c3f | 2012-01-28 08:06:49 +0900 | [diff] [blame] | 180 | 'mac/mac_logging.h', |
| 181 | 'mac/mac_logging.cc', |
brettw@chromium.org | 92d954b | 2011-01-02 03:20:14 +0900 | [diff] [blame] | 182 | 'mac/mac_util.h', |
| 183 | 'mac/mac_util.mm', |
mark@chromium.org | 2a9b20f | 2011-04-21 07:30:35 +0900 | [diff] [blame] | 184 | 'mac/objc_property_releaser.h', |
| 185 | 'mac/objc_property_releaser.mm', |
brettw@google.com | b39f6c0 | 2011-01-02 01:08:52 +0900 | [diff] [blame] | 186 | 'mac/os_crash_dumps.cc', |
| 187 | 'mac/os_crash_dumps.h', |
brettw@chromium.org | 0d4a035 | 2010-10-18 11:47:39 +0900 | [diff] [blame] | 188 | 'mac/scoped_aedesc.h', |
lambroslambrou@chromium.org | 3fb6244 | 2012-03-22 05:55:05 +0900 | [diff] [blame] | 189 | 'mac/scoped_authorizationref.h', |
joth@chromium.org | b72c5f5 | 2010-11-12 21:03:54 +0900 | [diff] [blame] | 190 | 'mac/scoped_cftyperef.h', |
thakis@chromium.org | 829d71a | 2012-03-24 03:17:33 +0900 | [diff] [blame] | 191 | 'mac/scoped_ioobject.h', |
lambroslambrou@chromium.org | 49a6958 | 2012-03-30 01:57:53 +0900 | [diff] [blame] | 192 | 'mac/scoped_launch_data.h', |
brettw@chromium.org | 0d4a035 | 2010-10-18 11:47:39 +0900 | [diff] [blame] | 193 | 'mac/scoped_nsautorelease_pool.h', |
| 194 | 'mac/scoped_nsautorelease_pool.mm', |
shess@chromium.org | 0318f41 | 2011-05-25 07:07:05 +0900 | [diff] [blame] | 195 | 'mac/scoped_nsexception_enabler.h', |
| 196 | 'mac/scoped_nsexception_enabler.mm', |
shess@chromium.org | cb3d4fe | 2011-12-02 08:56:17 +0900 | [diff] [blame] | 197 | 'mac/scoped_sending_event.h', |
| 198 | 'mac/scoped_sending_event.mm', |
thakis@chromium.org | 281e210 | 2010-01-12 09:39:15 +0900 | [diff] [blame] | 199 | 'mach_ipc_mac.h', |
| 200 | 'mach_ipc_mac.mm', |
levin@chromium.org | 5c52868 | 2011-03-28 10:54:15 +0900 | [diff] [blame] | 201 | 'memory/linked_ptr.h', |
agayev@chromium.org | 751c227 | 2011-04-28 03:37:03 +0900 | [diff] [blame] | 202 | 'memory/mru_cache.h', |
levin@chromium.org | 5c52868 | 2011-03-28 10:54:15 +0900 | [diff] [blame] | 203 | 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 204 | 'memory/ref_counted.cc', |
| 205 | 'memory/ref_counted.h', |
| 206 | 'memory/ref_counted_memory.cc', |
| 207 | 'memory/ref_counted_memory.h', |
levin@chromium.org | 5c52868 | 2011-03-28 10:54:15 +0900 | [diff] [blame] | 208 | 'memory/scoped_handle.h', |
levin@chromium.org | 5c52868 | 2011-03-28 10:54:15 +0900 | [diff] [blame] | 209 | 'memory/scoped_nsobject.h', |
| 210 | 'memory/scoped_open_process.h', |
sail@chromium.org | 3fd8dbe | 2012-06-02 17:17:37 +0900 | [diff] [blame] | 211 | 'memory/scoped_policy.h', |
levin@chromium.org | 5c52868 | 2011-03-28 10:54:15 +0900 | [diff] [blame] | 212 | 'memory/scoped_ptr.h', |
levin@chromium.org | 5c52868 | 2011-03-28 10:54:15 +0900 | [diff] [blame] | 213 | 'memory/scoped_vector.h', |
joth@chromium.org | c4285cd | 2011-11-07 20:11:51 +0900 | [diff] [blame] | 214 | 'memory/singleton.cc', |
levin@chromium.org | 5c52868 | 2011-03-28 10:54:15 +0900 | [diff] [blame] | 215 | 'memory/singleton.h', |
| 216 | 'memory/weak_ptr.cc', |
| 217 | 'memory/weak_ptr.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 218 | 'message_loop.cc', |
| 219 | 'message_loop.h', |
akalin@chromium.org | 062f968 | 2012-02-15 10:43:19 +0900 | [diff] [blame] | 220 | 'message_loop_helpers.h', |
erg@google.com | 7191523 | 2010-09-29 07:54:58 +0900 | [diff] [blame] | 221 | 'message_loop_proxy.cc', |
sanjeevr@chromium.org | 11e02e6 | 2010-04-29 12:31:34 +0900 | [diff] [blame] | 222 | 'message_loop_proxy.h', |
sanjeevr@chromium.org | d393cc4 | 2010-05-07 03:34:24 +0900 | [diff] [blame] | 223 | 'message_loop_proxy_impl.cc', |
| 224 | 'message_loop_proxy_impl.h', |
erg@google.com | 7191523 | 2010-09-29 07:54:58 +0900 | [diff] [blame] | 225 | 'message_pump.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 226 | 'message_pump.h', |
michaelbai@chromium.org | 31a0170 | 2012-05-24 05:37:27 +0900 | [diff] [blame] | 227 | 'message_pump_android.cc', |
| 228 | 'message_pump_android.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 229 | 'message_pump_default.cc', |
| 230 | 'message_pump_default.h', |
| 231 | 'message_pump_win.cc', |
| 232 | 'message_pump_win.h', |
brettw@chromium.org | 275c2ec | 2010-10-14 13:38:38 +0900 | [diff] [blame] | 233 | 'metrics/histogram.cc', |
| 234 | 'metrics/histogram.h', |
| 235 | 'metrics/stats_counters.cc', |
| 236 | 'metrics/stats_counters.h', |
| 237 | 'metrics/stats_table.cc', |
| 238 | 'metrics/stats_table.h', |
ajwong@chromium.org | 59f1fbb | 2012-01-20 09:03:45 +0900 | [diff] [blame] | 239 | 'move.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 240 | 'native_library.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 241 | 'native_library_mac.mm', |
mark@chromium.org | a8f9a69 | 2011-11-15 04:15:25 +0900 | [diff] [blame] | 242 | 'native_library_posix.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 243 | 'native_library_win.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 244 | 'observer_list.h', |
| 245 | 'observer_list_threadsafe.h', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 246 | 'os_compat_android.cc', |
| 247 | 'os_compat_android.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 248 | 'path_service.cc', |
| 249 | 'path_service.h', |
jhawkins@chromium.org | 2af12f2 | 2011-11-16 08:36:30 +0900 | [diff] [blame] | 250 | 'pending_task.cc', |
| 251 | 'pending_task.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 252 | 'pickle.cc', |
| 253 | 'pickle.h', |
erg@google.com | d5fffd4 | 2011-01-08 03:06:45 +0900 | [diff] [blame] | 254 | 'platform_file.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 255 | 'platform_file.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 256 | 'platform_file_posix.cc', |
thestig@chromium.org | b6ba943 | 2010-04-03 10:05:39 +0900 | [diff] [blame] | 257 | 'platform_file_win.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 258 | 'port.h', |
jam@chromium.org | 81e9e99 | 2012-06-05 04:33:56 +0900 | [diff] [blame] | 259 | 'posix/unix_domain_socket.cc', |
| 260 | 'posix/unix_domain_socket.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 261 | 'process.h', |
| 262 | 'process_linux.cc', |
| 263 | 'process_posix.cc', |
maruel@chromium.org | 9cf11e8 | 2010-04-30 02:44:42 +0900 | [diff] [blame] | 264 | 'process_util.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 265 | 'process_util.h', |
robert.nagy@gmail.com | 538fe7a | 2011-12-04 23:19:41 +0900 | [diff] [blame] | 266 | 'process_util_freebsd.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 267 | 'process_util_linux.cc', |
| 268 | 'process_util_mac.mm', |
mark@chromium.org | 2e9e81c | 2011-10-13 13:23:22 +0900 | [diff] [blame] | 269 | 'process_util_openbsd.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 270 | 'process_util_posix.cc', |
| 271 | 'process_util_win.cc', |
| 272 | 'process_win.cc', |
jar@chromium.org | 27cf297 | 2011-11-09 02:09:21 +0900 | [diff] [blame] | 273 | 'profiler/scoped_profile.cc', |
| 274 | 'profiler/scoped_profile.h', |
jar@chromium.org | 4626ccb | 2012-02-16 08:05:01 +0900 | [diff] [blame] | 275 | 'profiler/alternate_timer.cc', |
| 276 | 'profiler/alternate_timer.h', |
jar@chromium.org | 27cf297 | 2011-11-09 02:09:21 +0900 | [diff] [blame] | 277 | 'profiler/tracked_time.cc', |
| 278 | 'profiler/tracked_time.h', |
jam@chromium.org | 5beeeaf | 2011-11-23 09:58:23 +0900 | [diff] [blame] | 279 | 'property_bag.cc', |
| 280 | 'property_bag.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 281 | 'rand_util.cc', |
| 282 | 'rand_util.h', |
| 283 | 'rand_util_posix.cc', |
| 284 | 'rand_util_win.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 285 | 'safe_strerror_posix.cc', |
| 286 | 'safe_strerror_posix.h', |
thakis@chromium.org | 927d728 | 2011-05-20 08:34:17 +0900 | [diff] [blame] | 287 | 'scoped_native_library.cc', |
| 288 | 'scoped_native_library.h', |
| 289 | 'scoped_temp_dir.cc', |
| 290 | 'scoped_temp_dir.h', |
akalin@chromium.org | 062f968 | 2012-02-15 10:43:19 +0900 | [diff] [blame] | 291 | 'sequenced_task_runner.cc', |
| 292 | 'sequenced_task_runner.h', |
| 293 | 'sequenced_task_runner_helpers.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 294 | 'sha1.h', |
wtc@chromium.org | d828db4 | 2010-06-24 06:41:40 +0900 | [diff] [blame] | 295 | 'sha1_portable.cc', |
| 296 | 'sha1_win.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 297 | 'shared_memory.h', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 298 | 'shared_memory_android.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 299 | 'shared_memory_posix.cc', |
| 300 | 'shared_memory_win.cc', |
akalin@chromium.org | 062f968 | 2012-02-15 10:43:19 +0900 | [diff] [blame] | 301 | 'single_thread_task_runner.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 302 | 'stack_container.h', |
dilmah@chromium.org | dc4b970 | 2011-07-20 07:13:24 +0900 | [diff] [blame] | 303 | 'stl_util.h', |
brettw@chromium.org | cbde69a | 2010-07-31 04:28:44 +0900 | [diff] [blame] | 304 | 'string_number_conversions.cc', |
| 305 | 'string_number_conversions.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 306 | 'string_piece.cc', |
| 307 | 'string_piece.h', |
timsteele@google.com | 2205821 | 2010-01-22 04:29:25 +0900 | [diff] [blame] | 308 | 'string_split.cc', |
| 309 | 'string_split.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 310 | 'string_tokenizer.h', |
| 311 | 'string_util.cc', |
| 312 | 'string_util.h', |
ensonic@google.com | 24ba196 | 2011-09-29 01:28:40 +0900 | [diff] [blame] | 313 | 'string_util_posix.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 314 | 'string_util_win.h', |
joi@chromium.org | eb2b72d | 2010-11-18 11:15:12 +0900 | [diff] [blame] | 315 | 'stringize_macros.h', |
brettw@chromium.org | 67cbde4 | 2010-08-17 12:45:37 +0900 | [diff] [blame] | 316 | 'stringprintf.cc', |
| 317 | 'stringprintf.h', |
jam@chromium.org | 533df72 | 2012-02-16 07:07:34 +0900 | [diff] [blame] | 318 | 'supports_user_data.cc', |
| 319 | 'supports_user_data.h', |
brettw@chromium.org | 5238c7d | 2011-01-02 15:05:39 +0900 | [diff] [blame] | 320 | 'synchronization/cancellation_flag.cc', |
| 321 | 'synchronization/cancellation_flag.h', |
brettw@chromium.org | e439a96 | 2011-01-02 08:16:20 +0900 | [diff] [blame] | 322 | 'synchronization/condition_variable.h', |
| 323 | 'synchronization/condition_variable_posix.cc', |
| 324 | 'synchronization/condition_variable_win.cc', |
| 325 | 'synchronization/lock.cc', |
| 326 | 'synchronization/lock.h', |
| 327 | 'synchronization/lock_impl.h', |
| 328 | 'synchronization/lock_impl_posix.cc', |
| 329 | 'synchronization/lock_impl_win.cc', |
rsleevi@chromium.org | e3b52c6 | 2012-02-22 03:11:47 +0900 | [diff] [blame] | 330 | 'synchronization/spin_wait.h', |
brettw@chromium.org | 5238c7d | 2011-01-02 15:05:39 +0900 | [diff] [blame] | 331 | 'synchronization/waitable_event.h', |
| 332 | 'synchronization/waitable_event_posix.cc', |
| 333 | 'synchronization/waitable_event_watcher.h', |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 334 | 'synchronization/waitable_event_watcher_posix.cc', |
brettw@chromium.org | 5238c7d | 2011-01-02 15:05:39 +0900 | [diff] [blame] | 335 | 'synchronization/waitable_event_watcher_win.cc', |
| 336 | 'synchronization/waitable_event_win.cc', |
willchan@chromium.org | 0fbb868 | 2011-05-18 16:29:56 +0900 | [diff] [blame] | 337 | 'system_monitor/system_monitor.cc', |
| 338 | 'system_monitor/system_monitor.h', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 339 | 'system_monitor/system_monitor_android.cc', |
willchan@chromium.org | 0fbb868 | 2011-05-18 16:29:56 +0900 | [diff] [blame] | 340 | 'system_monitor/system_monitor_mac.mm', |
| 341 | 'system_monitor/system_monitor_posix.cc', |
| 342 | 'system_monitor/system_monitor_win.cc', |
isherman@chromium.org | 333d7fd | 2011-12-29 08:18:21 +0900 | [diff] [blame] | 343 | 'sys_byteorder.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 344 | 'sys_info.h', |
ulan@chromium.org | 8ac7ea0 | 2012-05-26 00:31:37 +0900 | [diff] [blame] | 345 | 'sys_info_android.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 346 | 'sys_info_chromeos.cc', |
| 347 | 'sys_info_freebsd.cc', |
| 348 | 'sys_info_linux.cc', |
| 349 | 'sys_info_mac.cc', |
| 350 | 'sys_info_openbsd.cc', |
| 351 | 'sys_info_posix.cc', |
| 352 | 'sys_info_win.cc', |
| 353 | 'sys_string_conversions.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 354 | 'sys_string_conversions_mac.mm', |
mark@chromium.org | a8f9a69 | 2011-11-15 04:15:25 +0900 | [diff] [blame] | 355 | 'sys_string_conversions_posix.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 356 | 'sys_string_conversions_win.cc', |
akalin@chromium.org | 062f968 | 2012-02-15 10:43:19 +0900 | [diff] [blame] | 357 | 'task_runner.cc', |
| 358 | 'task_runner.h', |
battre@chromium.org | 6d02597 | 2012-04-17 11:48:06 +0900 | [diff] [blame] | 359 | 'task_runner_util.h', |
willchan@chromium.org | b9b021a | 2010-06-16 04:39:24 +0900 | [diff] [blame] | 360 | 'template_util.h', |
sergeyu@chromium.org | 675d888 | 2012-05-10 05:16:14 +0900 | [diff] [blame] | 361 | 'thread_task_runner_handle.cc', |
| 362 | 'thread_task_runner_handle.h', |
brettw@chromium.org | 088ae93 | 2011-01-01 13:48:49 +0900 | [diff] [blame] | 363 | 'threading/non_thread_safe.h', |
joi@chromium.org | b5d63f7 | 2011-03-04 08:38:51 +0900 | [diff] [blame] | 364 | 'threading/non_thread_safe_impl.cc', |
| 365 | 'threading/non_thread_safe_impl.h', |
brettw@chromium.org | 6139182 | 2011-01-01 05:02:16 +0900 | [diff] [blame] | 366 | 'threading/platform_thread.h', |
| 367 | 'threading/platform_thread_mac.mm', |
| 368 | 'threading/platform_thread_posix.cc', |
| 369 | 'threading/platform_thread_win.cc', |
joi@chromium.org | ca327c7 | 2011-10-15 02:30:37 +0900 | [diff] [blame] | 370 | 'threading/post_task_and_reply_impl.cc', |
| 371 | 'threading/post_task_and_reply_impl.h', |
brettw@chromium.org | 03d32fd | 2012-01-01 14:42:34 +0900 | [diff] [blame] | 372 | 'threading/sequenced_worker_pool.cc', |
| 373 | 'threading/sequenced_worker_pool.h', |
brettw@chromium.org | 34f964f | 2010-12-31 03:08:36 +0900 | [diff] [blame] | 374 | 'threading/simple_thread.cc', |
| 375 | 'threading/simple_thread.h', |
brettw@chromium.org | 5b5f5e0 | 2011-01-01 10:01:06 +0900 | [diff] [blame] | 376 | 'threading/thread.cc', |
| 377 | 'threading/thread.h', |
brettw@chromium.org | 6139182 | 2011-01-01 05:02:16 +0900 | [diff] [blame] | 378 | 'threading/thread_checker.h', |
joi@chromium.org | b5d63f7 | 2011-03-04 08:38:51 +0900 | [diff] [blame] | 379 | 'threading/thread_checker_impl.cc', |
| 380 | 'threading/thread_checker_impl.h', |
brettw@chromium.org | 5b5f5e0 | 2011-01-01 10:01:06 +0900 | [diff] [blame] | 381 | 'threading/thread_collision_warner.cc', |
| 382 | 'threading/thread_collision_warner.h', |
brettw@chromium.org | 6396558 | 2010-12-31 07:18:56 +0900 | [diff] [blame] | 383 | 'threading/thread_local.h', |
| 384 | 'threading/thread_local_posix.cc', |
| 385 | 'threading/thread_local_storage.h', |
| 386 | 'threading/thread_local_storage_posix.cc', |
| 387 | 'threading/thread_local_storage_win.cc', |
| 388 | 'threading/thread_local_win.cc', |
brettw@chromium.org | 5b5f5e0 | 2011-01-01 10:01:06 +0900 | [diff] [blame] | 389 | 'threading/thread_restrictions.h', |
| 390 | 'threading/thread_restrictions.cc', |
brettw@chromium.org | 34f964f | 2010-12-31 03:08:36 +0900 | [diff] [blame] | 391 | 'threading/watchdog.cc', |
| 392 | 'threading/watchdog.h', |
| 393 | 'threading/worker_pool.h', |
joi@chromium.org | ca327c7 | 2011-10-15 02:30:37 +0900 | [diff] [blame] | 394 | 'threading/worker_pool.cc', |
brettw@chromium.org | 34f964f | 2010-12-31 03:08:36 +0900 | [diff] [blame] | 395 | 'threading/worker_pool_posix.cc', |
| 396 | 'threading/worker_pool_posix.h', |
| 397 | 'threading/worker_pool_win.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 398 | 'time.cc', |
| 399 | 'time.h', |
| 400 | 'time_win.cc', |
| 401 | 'timer.cc', |
| 402 | 'timer.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 403 | 'tracked_objects.cc', |
| 404 | 'tracked_objects.h', |
jar@chromium.org | 27cf297 | 2011-11-09 02:09:21 +0900 | [diff] [blame] | 405 | 'tracking_info.cc', |
| 406 | 'tracking_info.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 407 | 'tuple.h', |
| 408 | 'utf_offset_string_conversions.cc', |
| 409 | 'utf_offset_string_conversions.h', |
| 410 | 'utf_string_conversion_utils.cc', |
| 411 | 'utf_string_conversion_utils.h', |
| 412 | 'utf_string_conversions.cc', |
| 413 | 'utf_string_conversions.h', |
robertshield@chromium.org | 9fb9e37 | 2010-03-23 05:12:50 +0900 | [diff] [blame] | 414 | 'values.cc', |
| 415 | 'values.h', |
bauerb@chromium.org | fe9f853 | 2011-03-15 18:51:50 +0900 | [diff] [blame] | 416 | 'value_conversions.cc', |
| 417 | 'value_conversions.h', |
robertshield@chromium.org | a9914a3 | 2010-11-11 02:02:19 +0900 | [diff] [blame] | 418 | 'version.cc', |
| 419 | 'version.h', |
akalin@chromium.org | f0ee79c | 2010-09-30 04:26:36 +0900 | [diff] [blame] | 420 | 'vlog.cc', |
| 421 | 'vlog.h', |
thestig@chromium.org | 3a6c57e | 2011-11-12 05:41:21 +0900 | [diff] [blame] | 422 | 'nix/mime_util_xdg.cc', |
| 423 | 'nix/mime_util_xdg.h', |
tfarina@chromium.org | 9be76e5 | 2011-06-25 21:18:51 +0900 | [diff] [blame] | 424 | 'nix/xdg_util.cc', |
| 425 | 'nix/xdg_util.h', |
dmazzoni@chromium.org | b1bdde4 | 2011-12-03 13:31:13 +0900 | [diff] [blame] | 426 | 'win/enum_variant.h', |
| 427 | 'win/enum_variant.cc', |
siggi@chromium.org | 7913ed6 | 2010-11-07 00:39:40 +0900 | [diff] [blame] | 428 | 'win/event_trace_consumer.h', |
| 429 | 'win/event_trace_controller.cc', |
| 430 | 'win/event_trace_controller.h', |
| 431 | 'win/event_trace_provider.cc', |
| 432 | 'win/event_trace_provider.h', |
rvargas@google.com | 57a4396 | 2011-04-05 07:42:46 +0900 | [diff] [blame] | 433 | 'win/i18n.cc', |
| 434 | 'win/i18n.h', |
tfarina@chromium.org | 9be76e5 | 2011-06-25 21:18:51 +0900 | [diff] [blame] | 435 | 'win/iat_patch_function.cc', |
| 436 | 'win/iat_patch_function.h', |
dmazzoni@chromium.org | b1bdde4 | 2011-12-03 13:31:13 +0900 | [diff] [blame] | 437 | 'win/iunknown_impl.h', |
| 438 | 'win/iunknown_impl.cc', |
ananta@chromium.org | 225296f | 2012-04-10 06:32:48 +0900 | [diff] [blame] | 439 | 'win/metro.cc', |
| 440 | 'win/metro.h', |
rvargas@google.com | 57a4396 | 2011-04-05 07:42:46 +0900 | [diff] [blame] | 441 | 'win/object_watcher.cc', |
| 442 | 'win/object_watcher.h', |
brettw@chromium.org | b3a7c3e | 2010-10-17 13:41:54 +0900 | [diff] [blame] | 443 | 'win/registry.cc', |
| 444 | 'win/registry.h', |
tony@chromium.org | 60658e1 | 2011-08-26 07:58:36 +0900 | [diff] [blame] | 445 | 'win/resource_util.cc', |
| 446 | 'win/resource_util.h', |
siggi@chromium.org | db0946f | 2011-12-08 06:44:28 +0900 | [diff] [blame] | 447 | 'win/sampling_profiler.cc', |
| 448 | 'win/sampling_profiler.h', |
brettw@chromium.org | 4535227 | 2010-10-16 12:46:05 +0900 | [diff] [blame] | 449 | 'win/scoped_bstr.cc', |
| 450 | 'win/scoped_bstr.h', |
tommi@chromium.org | 8490832 | 2011-10-21 16:00:22 +0900 | [diff] [blame] | 451 | 'win/scoped_co_mem.h', |
tfarina@chromium.org | 9be76e5 | 2011-06-25 21:18:51 +0900 | [diff] [blame] | 452 | 'win/scoped_com_initializer.h', |
brettw@chromium.org | 4535227 | 2010-10-16 12:46:05 +0900 | [diff] [blame] | 453 | 'win/scoped_comptr.h', |
| 454 | 'win/scoped_gdi_object.h', |
rvargas@chromium.org | 365619a | 2012-05-31 14:04:18 +0900 | [diff] [blame] | 455 | 'win/scoped_handle.cc', |
brettw@chromium.org | 4535227 | 2010-10-16 12:46:05 +0900 | [diff] [blame] | 456 | 'win/scoped_handle.h', |
| 457 | 'win/scoped_hdc.h', |
| 458 | 'win/scoped_hglobal.h', |
erikwright@chromium.org | 8222384 | 2012-04-05 04:57:50 +0900 | [diff] [blame] | 459 | 'win/scoped_process_information.cc', |
| 460 | 'win/scoped_process_information.h', |
yosin@chromium.org | 67db53e | 2011-10-04 13:43:12 +0900 | [diff] [blame] | 461 | 'win/scoped_select_object.h', |
brettw@chromium.org | 4535227 | 2010-10-16 12:46:05 +0900 | [diff] [blame] | 462 | 'win/scoped_variant.cc', |
| 463 | 'win/scoped_variant.h', |
tfarina@chromium.org | 533d02c | 2011-06-25 10:38:59 +0900 | [diff] [blame] | 464 | 'win/windows_version.cc', |
| 465 | 'win/windows_version.h', |
tfarina@chromium.org | 9be76e5 | 2011-06-25 21:18:51 +0900 | [diff] [blame] | 466 | 'win/win_util.cc', |
| 467 | 'win/win_util.h', |
rvargas@google.com | ed1496e | 2011-03-17 09:34:09 +0900 | [diff] [blame] | 468 | 'win/wrapped_window_proc.cc', |
| 469 | 'win/wrapped_window_proc.h', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 470 | ], |
darin@chromium.org | 37acbb1 | 2011-07-21 03:38:24 +0900 | [diff] [blame] | 471 | 'defines': [ |
| 472 | 'BASE_IMPLEMENTATION', |
| 473 | ], |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 474 | 'include_dirs': [ |
| 475 | '..', |
| 476 | ], |
| 477 | # These warnings are needed for the files in third_party\dmg_fp. |
| 478 | 'msvs_disabled_warnings': [ |
| 479 | 4244, 4554, 4018, 4102, |
| 480 | ], |
| 481 | 'mac_framework_dirs': [ |
| 482 | '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks', |
| 483 | ], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 484 | 'target_conditions': [ |
| 485 | ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 486 | 'sources/': [ |
brettw@chromium.org | e47345a | 2010-10-16 13:56:06 +0900 | [diff] [blame] | 487 | ['exclude', '^nix/'], |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 488 | ], |
| 489 | 'sources!': [ |
| 490 | 'atomicops_internals_x86_gcc.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 491 | 'message_pump_glib.cc', |
erg@chromium.org | 07dcf70 | 2012-05-30 08:25:38 +0900 | [diff] [blame] | 492 | 'message_pump_aurax11.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 493 | ], |
tony@chromium.org | 9f7a86f | 2010-04-14 10:46:43 +0900 | [diff] [blame] | 494 | }], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 495 | ['<(toolkit_uses_gtk)==0 or >(nacl_untrusted_build)==1', { |
| 496 | 'sources!': ['message_pump_gtk.cc'], |
sadrul@chromium.org | 847a572 | 2011-09-21 09:17:19 +0900 | [diff] [blame] | 497 | }], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 498 | ['(OS != "linux" and <(os_bsd) != 1) or >(nacl_untrusted_build)==1', { |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 499 | 'sources!': [ |
| 500 | # Not automatically excluded by the *linux.cc rules. |
evan@chromium.org | 73aec0e | 2010-04-23 08:28:05 +0900 | [diff] [blame] | 501 | 'linux_util.cc', |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 502 | ], |
| 503 | }, |
| 504 | ], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 505 | ['>(nacl_untrusted_build)==1', { |
| 506 | 'sources!': [ |
| 507 | 'file_util.cc', |
| 508 | 'files/file_path_watcher_kqueue.cc', |
| 509 | ], |
| 510 | }], |
| 511 | ['OS == "android" and >(nacl_untrusted_build)==0', { |
jrg@chromium.org | 7a15cdd | 2011-11-02 03:13:50 +0900 | [diff] [blame] | 512 | 'sources!': [ |
| 513 | 'files/file_path_watcher_kqueue.cc', |
jrg@chromium.org | 7a15cdd | 2011-11-02 03:13:50 +0900 | [diff] [blame] | 514 | 'system_monitor/system_monitor_posix.cc', |
| 515 | ], |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 516 | 'sources/': [ |
jrg@chromium.org | 7a15cdd | 2011-11-02 03:13:50 +0900 | [diff] [blame] | 517 | ['include', '^process_util_linux\\.cc$'], |
| 518 | ['include', '^sys_info_linux\\.cc$'], |
bulach@chromium.org | 7e19ef3 | 2011-11-23 00:33:20 +0900 | [diff] [blame] | 519 | ['include', '^sys_string_conversions_posix\\.cc$'], |
jrg@chromium.org | 7a15cdd | 2011-11-02 03:13:50 +0900 | [diff] [blame] | 520 | ['include', '^worker_pool_linux\\.cc$'], |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 521 | ], |
| 522 | }], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 523 | ['OS != "mac" or >(nacl_untrusted_build)==1', { |
rsesek@chromium.org | 56a552f | 2010-08-14 00:24:53 +0900 | [diff] [blame] | 524 | 'sources!': [ |
sadrul@chromium.org | 9bb2c1a | 2011-05-25 09:20:42 +0900 | [diff] [blame] | 525 | 'mac/scoped_aedesc.h' |
rsesek@chromium.org | 56a552f | 2010-08-14 00:24:53 +0900 | [diff] [blame] | 526 | ], |
| 527 | }], |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 528 | # For now, just test the *BSD platforms enough to exclude them. |
| 529 | # Subsequent changes will include them further. |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 530 | ['OS != "freebsd" or >(nacl_untrusted_build)==1', { |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 531 | 'sources/': [ ['exclude', '_freebsd\\.cc$'] ], |
| 532 | }, |
| 533 | ], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 534 | ['OS != "openbsd" or >(nacl_untrusted_build)==1', { |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 535 | 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], |
| 536 | }, |
| 537 | ], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 538 | ['OS != "win" or >(nacl_untrusted_build)==1', { |
brettw@chromium.org | 4535227 | 2010-10-16 12:46:05 +0900 | [diff] [blame] | 539 | 'sources/': [ ['exclude', '^win/'] ], |
| 540 | }, |
| 541 | ], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 542 | ['OS != "android" or >(nacl_untrusted_build)==1', { |
bulach@chromium.org | 32050d8 | 2011-08-09 01:13:54 +0900 | [diff] [blame] | 543 | 'sources/': [ ['exclude', '^android/'] ], |
| 544 | }, |
| 545 | ], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 546 | ['OS == "win" and >(nacl_untrusted_build)==0', { |
brettw@chromium.org | acb14c2 | 2010-10-15 10:59:15 +0900 | [diff] [blame] | 547 | 'include_dirs': [ |
| 548 | '<(DEPTH)/third_party/wtl/include', |
| 549 | ], |
| 550 | 'sources!': [ |
| 551 | 'event_recorder_stubs.cc', |
| 552 | 'file_descriptor_shuffle.cc', |
robert.nagy@gmail.com | bd7a6ad | 2011-10-26 08:35:27 +0900 | [diff] [blame] | 553 | 'files/file_path_watcher_kqueue.cc', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 554 | 'files/file_path_watcher_stub.cc', |
brettw@chromium.org | acb14c2 | 2010-10-15 10:59:15 +0900 | [diff] [blame] | 555 | 'message_pump_libevent.cc', |
| 556 | # Not using sha1_win.cc because it may have caused a |
| 557 | # regression to page cycler moz. |
| 558 | 'sha1_win.cc', |
| 559 | 'string16.cc', |
brettw@chromium.org | acb14c2 | 2010-10-15 10:59:15 +0900 | [diff] [blame] | 560 | ], |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 561 | },], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 562 | ['OS == "linux" and >(nacl_untrusted_build)==0', { |
craig.schlenter@chromium.org | b2d581e | 2011-04-15 01:56:01 +0900 | [diff] [blame] | 563 | 'sources!': [ |
robert.nagy@gmail.com | bd7a6ad | 2011-10-26 08:35:27 +0900 | [diff] [blame] | 564 | 'files/file_path_watcher_kqueue.cc', |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 565 | 'files/file_path_watcher_stub.cc', |
craig.schlenter@chromium.org | b2d581e | 2011-04-15 01:56:01 +0900 | [diff] [blame] | 566 | ], |
michaelbai@google.com | 7cdf8a5 | 2011-10-04 01:25:19 +0900 | [diff] [blame] | 567 | }], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 568 | ['OS == "mac" and >(nacl_untrusted_build)==0', { |
mark@chromium.org | a8f9a69 | 2011-11-15 04:15:25 +0900 | [diff] [blame] | 569 | 'sources/': [ |
| 570 | ['exclude', '^files/file_path_watcher_stub\\.cc$'], |
| 571 | ['exclude', '^base_paths_posix\\.cc$'], |
| 572 | ['exclude', '^native_library_posix\\.cc$'], |
| 573 | ['exclude', '^sys_string_conversions_posix\\.cc$'], |
craig.schlenter@chromium.org | b2d581e | 2011-04-15 01:56:01 +0900 | [diff] [blame] | 574 | ], |
| 575 | }], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 576 | ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { |
mark@chromium.org | 2e9e81c | 2011-10-13 13:23:22 +0900 | [diff] [blame] | 577 | 'sources/': [ |
robert.nagy@gmail.com | ea54e46 | 2011-10-25 07:05:27 +0900 | [diff] [blame] | 578 | ['exclude', '^files/file_path_watcher_linux\\.cc$'], |
robert.nagy@gmail.com | bd7a6ad | 2011-10-26 08:35:27 +0900 | [diff] [blame] | 579 | ['exclude', '^files/file_path_watcher_stub\\.cc$'], |
robert.nagy@gmail.com | ea54e46 | 2011-10-25 07:05:27 +0900 | [diff] [blame] | 580 | ['exclude', '^file_util_linux\\.cc$'], |
| 581 | ['exclude', '^process_linux\\.cc$'], |
| 582 | ['exclude', '^process_util_linux\\.cc$'], |
| 583 | ['exclude', '^sys_info_linux\\.cc$'], |
mark@chromium.org | 2e9e81c | 2011-10-13 13:23:22 +0900 | [diff] [blame] | 584 | ], |
| 585 | }], |
bradnelson@google.com | 040b1d1 | 2012-06-08 10:01:57 +0900 | [diff] [blame] | 586 | ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
oshima@chromium.org | 0c45de5 | 2012-03-17 08:01:02 +0900 | [diff] [blame] | 587 | 'sources/': [ |
| 588 | ['exclude', '^chromeos/'], |
| 589 | ], |
| 590 | }], |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 591 | ], |
| 592 | }], |
| 593 | ], |
| 594 | }, |
gregoryd@google.com | 9e3cfd6 | 2009-12-05 07:46:50 +0900 | [diff] [blame] | 595 | } |