| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'debug/trace_event.h', | 88 'debug/trace_event.h', |
| 89 'debug/trace_event_impl.cc', | 89 'debug/trace_event_impl.cc', |
| 90 'debug/trace_event_impl.h', | 90 'debug/trace_event_impl.h', |
| 91 'debug/trace_event_win.cc', | 91 'debug/trace_event_win.cc', |
| 92 'dir_reader_fallback.h', | 92 'dir_reader_fallback.h', |
| 93 'dir_reader_linux.h', | 93 'dir_reader_linux.h', |
| 94 'dir_reader_posix.h', | 94 'dir_reader_posix.h', |
| 95 'eintr_wrapper.h', | 95 'eintr_wrapper.h', |
| 96 'environment.cc', | 96 'environment.cc', |
| 97 'environment.h', | 97 'environment.h', |
| 98 'executor.cc', |
| 99 'executor.h', |
| 100 'executor_helpers.h', |
| 98 'file_descriptor_posix.h', | 101 'file_descriptor_posix.h', |
| 99 'file_path.cc', | 102 'file_path.cc', |
| 100 'file_path.h', | 103 'file_path.h', |
| 101 'file_util.cc', | 104 'file_util.cc', |
| 102 'file_util.h', | 105 'file_util.h', |
| 103 'file_util_android.cc', | 106 'file_util_android.cc', |
| 104 'file_util_deprecated.h', | 107 'file_util_deprecated.h', |
| 105 'file_util_linux.cc', | 108 'file_util_linux.cc', |
| 106 'file_util_mac.mm', | 109 'file_util_mac.mm', |
| 107 'file_util_posix.cc', | 110 'file_util_posix.cc', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'memory/scoped_nsobject.h', | 182 'memory/scoped_nsobject.h', |
| 180 'memory/scoped_open_process.h', | 183 'memory/scoped_open_process.h', |
| 181 'memory/scoped_ptr.h', | 184 'memory/scoped_ptr.h', |
| 182 'memory/scoped_vector.h', | 185 'memory/scoped_vector.h', |
| 183 'memory/singleton.cc', | 186 'memory/singleton.cc', |
| 184 'memory/singleton.h', | 187 'memory/singleton.h', |
| 185 'memory/weak_ptr.cc', | 188 'memory/weak_ptr.cc', |
| 186 'memory/weak_ptr.h', | 189 'memory/weak_ptr.h', |
| 187 'message_loop.cc', | 190 'message_loop.cc', |
| 188 'message_loop.h', | 191 'message_loop.h', |
| 192 'message_loop_helpers.h', |
| 189 'message_loop_proxy.cc', | 193 'message_loop_proxy.cc', |
| 190 'message_loop_proxy.h', | 194 'message_loop_proxy.h', |
| 191 'message_loop_proxy_impl.cc', | 195 'message_loop_proxy_impl.cc', |
| 192 'message_loop_proxy_impl.h', | 196 'message_loop_proxy_impl.h', |
| 193 'message_pump.cc', | 197 'message_pump.cc', |
| 194 'message_pump.h', | 198 'message_pump.h', |
| 195 'message_pump_default.cc', | 199 'message_pump_default.cc', |
| 196 'message_pump_default.h', | 200 'message_pump_default.h', |
| 197 'message_pump_win.cc', | 201 'message_pump_win.cc', |
| 198 'message_pump_win.h', | 202 'message_pump_win.h', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'rand_util.h', | 248 'rand_util.h', |
| 245 'rand_util_c.h', | 249 'rand_util_c.h', |
| 246 'rand_util_posix.cc', | 250 'rand_util_posix.cc', |
| 247 'rand_util_win.cc', | 251 'rand_util_win.cc', |
| 248 'safe_strerror_posix.cc', | 252 'safe_strerror_posix.cc', |
| 249 'safe_strerror_posix.h', | 253 'safe_strerror_posix.h', |
| 250 'scoped_native_library.cc', | 254 'scoped_native_library.cc', |
| 251 'scoped_native_library.h', | 255 'scoped_native_library.h', |
| 252 'scoped_temp_dir.cc', | 256 'scoped_temp_dir.cc', |
| 253 'scoped_temp_dir.h', | 257 'scoped_temp_dir.h', |
| 258 'serial_executor.h', |
| 254 'sha1.h', | 259 'sha1.h', |
| 255 'sha1_portable.cc', | 260 'sha1_portable.cc', |
| 256 'sha1_win.cc', | 261 'sha1_win.cc', |
| 257 'shared_memory.h', | 262 'shared_memory.h', |
| 258 'shared_memory_android.cc', | 263 'shared_memory_android.cc', |
| 259 'shared_memory_posix.cc', | 264 'shared_memory_posix.cc', |
| 260 'shared_memory_win.cc', | 265 'shared_memory_win.cc', |
| 261 'spin_wait.h', | 266 'spin_wait.h', |
| 262 'stack_container.h', | 267 'stack_container.h', |
| 263 'stl_util.h', | 268 'stl_util.h', |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 'third_party/xdg_mime/xdgmimemagic.c', | 891 'third_party/xdg_mime/xdgmimemagic.c', |
| 887 'third_party/xdg_mime/xdgmimemagic.h', | 892 'third_party/xdg_mime/xdgmimemagic.h', |
| 888 'third_party/xdg_mime/xdgmimeparent.c', | 893 'third_party/xdg_mime/xdgmimeparent.c', |
| 889 'third_party/xdg_mime/xdgmimeparent.h', | 894 'third_party/xdg_mime/xdgmimeparent.h', |
| 890 ], | 895 ], |
| 891 }, | 896 }, |
| 892 ], | 897 ], |
| 893 }], | 898 }], |
| 894 ], | 899 ], |
| 895 } | 900 } |
| OLD | NEW |