| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'float_util.h', | 80 'float_util.h', |
| 81 'foundation_utils_mac.h', | 81 'foundation_utils_mac.h', |
| 82 'global_descriptors_posix.h', | 82 'global_descriptors_posix.h', |
| 83 'global_descriptors_posix.cc', | 83 'global_descriptors_posix.cc', |
| 84 'hash_tables.h', | 84 'hash_tables.h', |
| 85 'histogram.cc', | 85 'histogram.cc', |
| 86 'histogram.h', | 86 'histogram.h', |
| 87 'iat_patch.cc', | 87 'iat_patch.cc', |
| 88 'iat_patch.h', | 88 'iat_patch.h', |
| 89 'id_map.h', | 89 'id_map.h', |
| 90 'lazy_instance.cc', | |
| 91 'lazy_instance.h', | 90 'lazy_instance.h', |
| 92 'leak_annotations.h', | 91 'leak_annotations.h', |
| 93 'leak_tracker.h', | 92 'leak_tracker.h', |
| 94 'linked_list.h', | 93 'linked_list.h', |
| 95 'linked_ptr.h', | 94 'linked_ptr.h', |
| 96 'lock.cc', | 95 'lock.cc', |
| 97 'lock.h', | 96 'lock.h', |
| 98 'lock_impl.h', | 97 'lock_impl.h', |
| 99 'lock_impl_posix.cc', | 98 'lock_impl_posix.cc', |
| 100 'lock_impl_win.cc', | 99 'lock_impl_win.cc', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 'configurations': { | 592 'configurations': { |
| 594 'Common_Base': { | 593 'Common_Base': { |
| 595 'msvs_target_platform': 'x64', | 594 'msvs_target_platform': 'x64', |
| 596 }, | 595 }, |
| 597 }, | 596 }, |
| 598 }, | 597 }, |
| 599 ], | 598 ], |
| 600 }], | 599 }], |
| 601 ], | 600 ], |
| 602 } | 601 } |
| OLD | NEW |