| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'file_util_proxy.cc', | 88 'file_util_proxy.cc', |
| 89 'file_util_proxy.h', | 89 'file_util_proxy.h', |
| 90 'file_version_info.h', | 90 'file_version_info.h', |
| 91 'file_version_info_mac.h', | 91 'file_version_info_mac.h', |
| 92 'file_version_info_mac.mm', | 92 'file_version_info_mac.mm', |
| 93 'file_version_info_win.cc', | 93 'file_version_info_win.cc', |
| 94 'file_version_info_win.h', | 94 'file_version_info_win.h', |
| 95 'fix_wp64.h', | 95 'fix_wp64.h', |
| 96 'float_util.h', | 96 'float_util.h', |
| 97 'foundation_utils_mac.h', | 97 'foundation_utils_mac.h', |
| 98 'gap_buffer.h', |
| 98 'global_descriptors_posix.cc', | 99 'global_descriptors_posix.cc', |
| 99 'global_descriptors_posix.h', | 100 'global_descriptors_posix.h', |
| 100 'gtest_prod_util.h', | 101 'gtest_prod_util.h', |
| 101 'hash_tables.h', | 102 'hash_tables.h', |
| 102 'id_map.h', | 103 'id_map.h', |
| 103 'json/json_reader.cc', | 104 'json/json_reader.cc', |
| 104 'json/json_reader.h', | 105 'json/json_reader.h', |
| 105 'json/json_writer.cc', | 106 'json/json_writer.cc', |
| 106 'json/json_writer.h', | 107 'json/json_writer.h', |
| 107 'json/string_escape.cc', | 108 'json/string_escape.cc', |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 'third_party/xdg_mime/xdgmimemagic.c', | 816 'third_party/xdg_mime/xdgmimemagic.c', |
| 816 'third_party/xdg_mime/xdgmimemagic.h', | 817 'third_party/xdg_mime/xdgmimemagic.h', |
| 817 'third_party/xdg_mime/xdgmimeparent.c', | 818 'third_party/xdg_mime/xdgmimeparent.c', |
| 818 'third_party/xdg_mime/xdgmimeparent.h', | 819 'third_party/xdg_mime/xdgmimeparent.h', |
| 819 ], | 820 ], |
| 820 }, | 821 }, |
| 821 ], | 822 ], |
| 822 }], | 823 }], |
| 823 ], | 824 ], |
| 824 } | 825 } |
| OLD | NEW |