| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 21 matching lines...) Expand all Loading... |
| 32 'base_paths_mac.mm', | 32 'base_paths_mac.mm', |
| 33 'base_paths_linux.cc', | 33 'base_paths_linux.cc', |
| 34 'base_paths_win.cc', | 34 'base_paths_win.cc', |
| 35 'base_paths_win.h', | 35 'base_paths_win.h', |
| 36 'base_switches.cc', | 36 'base_switches.cc', |
| 37 'base_switches.h', | 37 'base_switches.h', |
| 38 'basictypes.h', | 38 'basictypes.h', |
| 39 'bits.h', | 39 'bits.h', |
| 40 'bzip2_error_handler.cc', | 40 'bzip2_error_handler.cc', |
| 41 'callback.h', | 41 'callback.h', |
| 42 'cancellation_flag.cc', | |
| 43 'cancellation_flag.h', | |
| 44 'command_line.cc', | 42 'command_line.cc', |
| 45 'command_line.h', | 43 'command_line.h', |
| 46 'compiler_specific.h', | 44 'compiler_specific.h', |
| 47 'cpu.cc', | 45 'cpu.cc', |
| 48 'cpu.h', | 46 'cpu.h', |
| 49 'debug/debug_on_start_win.cc', | 47 'debug/debug_on_start_win.cc', |
| 50 'debug/debug_on_start_win.h', | 48 'debug/debug_on_start_win.h', |
| 51 'debug/debugger.cc', | 49 'debug/debugger.cc', |
| 52 'debug/debugger.h', | 50 'debug/debugger.h', |
| 53 'debug/debugger_posix.cc', | 51 'debug/debugger_posix.cc', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'string_piece.h', | 200 'string_piece.h', |
| 203 'string_split.cc', | 201 'string_split.cc', |
| 204 'string_split.h', | 202 'string_split.h', |
| 205 'string_tokenizer.h', | 203 'string_tokenizer.h', |
| 206 'string_util.cc', | 204 'string_util.cc', |
| 207 'string_util.h', | 205 'string_util.h', |
| 208 'string_util_win.h', | 206 'string_util_win.h', |
| 209 'stringize_macros.h', | 207 'stringize_macros.h', |
| 210 'stringprintf.cc', | 208 'stringprintf.cc', |
| 211 'stringprintf.h', | 209 'stringprintf.h', |
| 210 'synchronization/cancellation_flag.cc', |
| 211 'synchronization/cancellation_flag.h', |
| 212 'synchronization/condition_variable.h', | 212 'synchronization/condition_variable.h', |
| 213 'synchronization/condition_variable_posix.cc', | 213 'synchronization/condition_variable_posix.cc', |
| 214 'synchronization/condition_variable_win.cc', | 214 'synchronization/condition_variable_win.cc', |
| 215 'synchronization/lock.cc', | 215 'synchronization/lock.cc', |
| 216 'synchronization/lock.h', | 216 'synchronization/lock.h', |
| 217 'synchronization/lock_impl.h', | 217 'synchronization/lock_impl.h', |
| 218 'synchronization/lock_impl_posix.cc', | 218 'synchronization/lock_impl_posix.cc', |
| 219 'synchronization/lock_impl_win.cc', | 219 'synchronization/lock_impl_win.cc', |
| 220 'synchronization/waitable_event.h', |
| 221 'synchronization/waitable_event_posix.cc', |
| 222 'synchronization/waitable_event_watcher.h', |
| 223 'synchronization/waitable_event_watcher_posix.cc', |
| 224 'synchronization/waitable_event_watcher_win.cc', |
| 225 'synchronization/waitable_event_win.cc', |
| 220 'sys_info.h', | 226 'sys_info.h', |
| 221 'sys_info_chromeos.cc', | 227 'sys_info_chromeos.cc', |
| 222 'sys_info_freebsd.cc', | 228 'sys_info_freebsd.cc', |
| 223 'sys_info_linux.cc', | 229 'sys_info_linux.cc', |
| 224 'sys_info_mac.cc', | 230 'sys_info_mac.cc', |
| 225 'sys_info_openbsd.cc', | 231 'sys_info_openbsd.cc', |
| 226 'sys_info_posix.cc', | 232 'sys_info_posix.cc', |
| 227 'sys_info_win.cc', | 233 'sys_info_win.cc', |
| 228 'sys_string_conversions.h', | 234 'sys_string_conversions.h', |
| 229 'sys_string_conversions_linux.cc', | 235 'sys_string_conversions_linux.cc', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'utf_string_conversions.cc', | 285 'utf_string_conversions.cc', |
| 280 'utf_string_conversions.h', | 286 'utf_string_conversions.h', |
| 281 'values.cc', | 287 'values.cc', |
| 282 'values.h', | 288 'values.h', |
| 283 'values_util.cc', | 289 'values_util.cc', |
| 284 'values_util.h', | 290 'values_util.h', |
| 285 'version.cc', | 291 'version.cc', |
| 286 'version.h', | 292 'version.h', |
| 287 'vlog.cc', | 293 'vlog.cc', |
| 288 'vlog.h', | 294 'vlog.h', |
| 289 'waitable_event.h', | |
| 290 'waitable_event_posix.cc', | |
| 291 'waitable_event_watcher.h', | |
| 292 'waitable_event_watcher_posix.cc', | |
| 293 'waitable_event_watcher_win.cc', | |
| 294 'waitable_event_win.cc', | |
| 295 'weak_ptr.cc', | 295 'weak_ptr.cc', |
| 296 'weak_ptr.h', | 296 'weak_ptr.h', |
| 297 'win/i18n.cc', | 297 'win/i18n.cc', |
| 298 'win/i18n.h', | 298 'win/i18n.h', |
| 299 'win/object_watcher.cc', | 299 'win/object_watcher.cc', |
| 300 'win/object_watcher.h', | 300 'win/object_watcher.h', |
| 301 'win/pe_image.cc', | 301 'win/pe_image.cc', |
| 302 'win/event_trace_consumer.h', | 302 'win/event_trace_consumer.h', |
| 303 'win/event_trace_controller.cc', | 303 'win/event_trace_controller.cc', |
| 304 'win/event_trace_controller.h', | 304 'win/event_trace_controller.h', |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 'third_party/xdg_mime/xdgmimemagic.c', | 727 'third_party/xdg_mime/xdgmimemagic.c', |
| 728 'third_party/xdg_mime/xdgmimemagic.h', | 728 'third_party/xdg_mime/xdgmimemagic.h', |
| 729 'third_party/xdg_mime/xdgmimeparent.c', | 729 'third_party/xdg_mime/xdgmimeparent.c', |
| 730 'third_party/xdg_mime/xdgmimeparent.h', | 730 'third_party/xdg_mime/xdgmimeparent.h', |
| 731 ], | 731 ], |
| 732 }, | 732 }, |
| 733 ], | 733 ], |
| 734 }], | 734 }], |
| 735 ], | 735 ], |
| 736 } | 736 } |
| OLD | NEW |