| 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 'strings/sys_string_conversions_posix.cc', | 592 'strings/sys_string_conversions_posix.cc', |
| 593 'strings/sys_string_conversions_win.cc', | 593 'strings/sys_string_conversions_win.cc', |
| 594 'strings/utf_offset_string_conversions.cc', | 594 'strings/utf_offset_string_conversions.cc', |
| 595 'strings/utf_offset_string_conversions.h', | 595 'strings/utf_offset_string_conversions.h', |
| 596 'strings/utf_string_conversion_utils.cc', | 596 'strings/utf_string_conversion_utils.cc', |
| 597 'strings/utf_string_conversion_utils.h', | 597 'strings/utf_string_conversion_utils.h', |
| 598 'strings/utf_string_conversions.cc', | 598 'strings/utf_string_conversions.cc', |
| 599 'strings/utf_string_conversions.h', | 599 'strings/utf_string_conversions.h', |
| 600 'supports_user_data.cc', | 600 'supports_user_data.cc', |
| 601 'supports_user_data.h', | 601 'supports_user_data.h', |
| 602 'synchronization/cancellation_flag.cc', | 602 'synchronization/atomic_flag.cc', |
| 603 'synchronization/atomic_flag.h', |
| 603 'synchronization/cancellation_flag.h', | 604 'synchronization/cancellation_flag.h', |
| 604 'synchronization/condition_variable.h', | 605 'synchronization/condition_variable.h', |
| 605 'synchronization/condition_variable_posix.cc', | 606 'synchronization/condition_variable_posix.cc', |
| 606 'synchronization/condition_variable_win.cc', | 607 'synchronization/condition_variable_win.cc', |
| 607 'synchronization/lock.cc', | 608 'synchronization/lock.cc', |
| 608 'synchronization/lock.h', | 609 'synchronization/lock.h', |
| 609 'synchronization/lock_impl.h', | 610 'synchronization/lock_impl.h', |
| 610 'synchronization/lock_impl_posix.cc', | 611 'synchronization/lock_impl_posix.cc', |
| 611 'synchronization/lock_impl_win.cc', | 612 'synchronization/lock_impl_win.cc', |
| 612 'synchronization/read_write_lock.h', | 613 'synchronization/read_write_lock.h', |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 'i18n/time_formatting.h', | 1100 'i18n/time_formatting.h', |
| 1100 'i18n/timezone.cc', | 1101 'i18n/timezone.cc', |
| 1101 'i18n/timezone.h', | 1102 'i18n/timezone.h', |
| 1102 'i18n/utf8_validator_tables.cc', | 1103 'i18n/utf8_validator_tables.cc', |
| 1103 'i18n/utf8_validator_tables.h', | 1104 'i18n/utf8_validator_tables.h', |
| 1104 ], | 1105 ], |
| 1105 }] | 1106 }] |
| 1106 ], | 1107 ], |
| 1107 }, | 1108 }, |
| 1108 } | 1109 } |
| OLD | NEW |