| 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 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'file_version_info_mac.h', | 90 'file_version_info_mac.h', |
| 91 'file_version_info_mac.mm', | 91 'file_version_info_mac.mm', |
| 92 'file_version_info_win.cc', | 92 'file_version_info_win.cc', |
| 93 'file_version_info_win.h', | 93 'file_version_info_win.h', |
| 94 'fix_wp64.h', | 94 'fix_wp64.h', |
| 95 'float_util.h', | 95 'float_util.h', |
| 96 'foundation_utils_mac.h', | 96 'foundation_utils_mac.h', |
| 97 'global_descriptors_posix.cc', | 97 'global_descriptors_posix.cc', |
| 98 'global_descriptors_posix.h', | 98 'global_descriptors_posix.h', |
| 99 'gtest_prod_util.h', | 99 'gtest_prod_util.h', |
| 100 'guid.cc', |
| 101 'guid.h', |
| 102 'guid_posix.cc', |
| 103 'guid_win.cc', |
| 100 'hash_tables.h', | 104 'hash_tables.h', |
| 101 'id_map.h', | 105 'id_map.h', |
| 102 'json/json_reader.cc', | 106 'json/json_reader.cc', |
| 103 'json/json_reader.h', | 107 'json/json_reader.h', |
| 104 'json/json_writer.cc', | 108 'json/json_writer.cc', |
| 105 'json/json_writer.h', | 109 'json/json_writer.h', |
| 106 'json/string_escape.cc', | 110 'json/string_escape.cc', |
| 107 'json/string_escape.h', | 111 'json/string_escape.h', |
| 108 'lazy_instance.cc', | 112 'lazy_instance.cc', |
| 109 'lazy_instance.h', | 113 'lazy_instance.h', |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'third_party/xdg_mime/xdgmimemagic.c', | 757 'third_party/xdg_mime/xdgmimemagic.c', |
| 754 'third_party/xdg_mime/xdgmimemagic.h', | 758 'third_party/xdg_mime/xdgmimemagic.h', |
| 755 'third_party/xdg_mime/xdgmimeparent.c', | 759 'third_party/xdg_mime/xdgmimeparent.c', |
| 756 'third_party/xdg_mime/xdgmimeparent.h', | 760 'third_party/xdg_mime/xdgmimeparent.h', |
| 757 ], | 761 ], |
| 758 }, | 762 }, |
| 759 ], | 763 ], |
| 760 }], | 764 }], |
| 761 ], | 765 ], |
| 762 } | 766 } |
| OLD | NEW |