| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
| 10 }, | 10 }, |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'condition_variable.h', | 51 'condition_variable.h', |
| 52 'condition_variable_posix.cc', | 52 'condition_variable_posix.cc', |
| 53 'condition_variable_win.cc', | 53 'condition_variable_win.cc', |
| 54 'cpu.cc', | 54 'cpu.cc', |
| 55 'cpu.h', | 55 'cpu.h', |
| 56 'debug_on_start.cc', | 56 'debug_on_start.cc', |
| 57 'debug_on_start.h', | 57 'debug_on_start.h', |
| 58 'debug_util.cc', | 58 'debug_util.cc', |
| 59 'debug_util.h', | 59 'debug_util.h', |
| 60 'debug_util_mac.cc', | 60 'debug_util_mac.cc', |
| 61 'debug_util_posix.cc', | 61 'debug/debugger.cc', |
| 62 'debug_util_win.cc', | 62 'debug/debugger.h', |
| 63 'debug/debugger_posix.cc', |
| 64 'debug/debugger_win.cc', |
| 65 'debug/leak_annotations.h', |
| 66 'debug/leak_tracker.h', |
| 67 'debug/stack_trace.cc', |
| 68 'debug/stack_trace.h', |
| 69 'debug/stack_trace_posix.cc', |
| 70 'debug/stack_trace_win.cc', |
| 71 'debug/trace_event_win.cc', |
| 72 'debug/trace_event.cc', |
| 73 'debug/trace_event.h', |
| 63 'dir_reader_fallback.h', | 74 'dir_reader_fallback.h', |
| 64 'dir_reader_linux.h', | 75 'dir_reader_linux.h', |
| 65 'dir_reader_posix.h', | 76 'dir_reader_posix.h', |
| 66 'environment.cc', | 77 'environment.cc', |
| 67 'environment.h', | 78 'environment.h', |
| 68 'event_trace_consumer_win.h', | 79 'event_trace_consumer_win.h', |
| 69 'event_trace_controller_win.cc', | 80 'event_trace_controller_win.cc', |
| 70 'event_trace_controller_win.h', | 81 'event_trace_controller_win.h', |
| 71 'event_trace_provider_win.cc', | 82 'event_trace_provider_win.cc', |
| 72 'event_trace_provider_win.h', | 83 'event_trace_provider_win.h', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 97 'hash_tables.h', | 108 'hash_tables.h', |
| 98 'id_map.h', | 109 'id_map.h', |
| 99 'json/json_reader.cc', | 110 'json/json_reader.cc', |
| 100 'json/json_reader.h', | 111 'json/json_reader.h', |
| 101 'json/json_writer.cc', | 112 'json/json_writer.cc', |
| 102 'json/json_writer.h', | 113 'json/json_writer.h', |
| 103 'json/string_escape.cc', | 114 'json/string_escape.cc', |
| 104 'json/string_escape.h', | 115 'json/string_escape.h', |
| 105 'lazy_instance.cc', | 116 'lazy_instance.cc', |
| 106 'lazy_instance.h', | 117 'lazy_instance.h', |
| 107 'leak_annotations.h', | |
| 108 'leak_tracker.h', | |
| 109 'linked_list.h', | 118 'linked_list.h', |
| 110 'linked_ptr.h', | 119 'linked_ptr.h', |
| 111 'lock.cc', | 120 'lock.cc', |
| 112 'lock.h', | 121 'lock.h', |
| 113 'lock_impl.h', | 122 'lock_impl.h', |
| 114 'lock_impl_posix.cc', | 123 'lock_impl_posix.cc', |
| 115 'lock_impl_win.cc', | 124 'lock_impl_win.cc', |
| 116 'logging.cc', | 125 'logging.cc', |
| 117 'logging.h', | 126 'logging.h', |
| 118 'logging_win.cc', | 127 'logging_win.cc', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'thread_local_posix.cc', | 261 'thread_local_posix.cc', |
| 253 'thread_local_storage.h', | 262 'thread_local_storage.h', |
| 254 'thread_local_storage_posix.cc', | 263 'thread_local_storage_posix.cc', |
| 255 'thread_local_storage_win.cc', | 264 'thread_local_storage_win.cc', |
| 256 'thread_local_win.cc', | 265 'thread_local_win.cc', |
| 257 'time.cc', | 266 'time.cc', |
| 258 'time.h', | 267 'time.h', |
| 259 'time_win.cc', | 268 'time_win.cc', |
| 260 'timer.cc', | 269 'timer.cc', |
| 261 'timer.h', | 270 'timer.h', |
| 262 'trace_event_win.cc', | |
| 263 'trace_event.cc', | |
| 264 'trace_event.h', | |
| 265 'tracked.cc', | 271 'tracked.cc', |
| 266 'tracked.h', | 272 'tracked.h', |
| 267 'tracked_objects.cc', | 273 'tracked_objects.cc', |
| 268 'tracked_objects.h', | 274 'tracked_objects.h', |
| 269 'tuple.h', | 275 'tuple.h', |
| 270 'unix_domain_socket_posix.cc', | 276 'unix_domain_socket_posix.cc', |
| 271 'utf_offset_string_conversions.cc', | 277 'utf_offset_string_conversions.cc', |
| 272 'utf_offset_string_conversions.h', | 278 'utf_offset_string_conversions.h', |
| 273 'utf_string_conversion_utils.cc', | 279 'utf_string_conversion_utils.cc', |
| 274 'utf_string_conversion_utils.h', | 280 'utf_string_conversion_utils.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 '<(DEPTH)/third_party/wtl/include', | 376 '<(DEPTH)/third_party/wtl/include', |
| 371 ], | 377 ], |
| 372 'sources!': [ | 378 'sources!': [ |
| 373 'event_recorder_stubs.cc', | 379 'event_recorder_stubs.cc', |
| 374 'file_descriptor_shuffle.cc', | 380 'file_descriptor_shuffle.cc', |
| 375 'message_pump_libevent.cc', | 381 'message_pump_libevent.cc', |
| 376 # Not using sha1_win.cc because it may have caused a | 382 # Not using sha1_win.cc because it may have caused a |
| 377 # regression to page cycler moz. | 383 # regression to page cycler moz. |
| 378 'sha1_win.cc', | 384 'sha1_win.cc', |
| 379 'string16.cc', | 385 'string16.cc', |
| 380 'trace_event.cc', | 386 'debug/trace_event.cc', |
| 381 ], | 387 ], |
| 382 },], | 388 },], |
| 383 ], | 389 ], |
| 384 }], | 390 }], |
| 385 ['base_extra_target==1', { | 391 ['base_extra_target==1', { |
| 386 'sources': [ | 392 'sources': [ |
| 387 'crypto/capi_util.cc', | 393 'crypto/capi_util.cc', |
| 388 'crypto/capi_util.h', | 394 'crypto/capi_util.h', |
| 389 'crypto/cssm_init.cc', | 395 'crypto/cssm_init.cc', |
| 390 'crypto/cssm_init.h', | 396 'crypto/cssm_init.h', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 'third_party/xdg_mime/xdgmimemagic.c', | 746 'third_party/xdg_mime/xdgmimemagic.c', |
| 741 'third_party/xdg_mime/xdgmimemagic.h', | 747 'third_party/xdg_mime/xdgmimemagic.h', |
| 742 'third_party/xdg_mime/xdgmimeparent.c', | 748 'third_party/xdg_mime/xdgmimeparent.c', |
| 743 'third_party/xdg_mime/xdgmimeparent.h', | 749 'third_party/xdg_mime/xdgmimeparent.h', |
| 744 ], | 750 ], |
| 745 }, | 751 }, |
| 746 ], | 752 ], |
| 747 }], | 753 }], |
| 748 ], | 754 ], |
| 749 } | 755 } |
| OLD | NEW |