| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'file_path.h', | 68 'file_path.h', |
| 69 'file_util.cc', | 69 'file_util.cc', |
| 70 'file_util.h', | 70 'file_util.h', |
| 71 'file_util_deprecated.h', | 71 'file_util_deprecated.h', |
| 72 'file_util_linux.cc', | 72 'file_util_linux.cc', |
| 73 'file_util_mac.mm', | 73 'file_util_mac.mm', |
| 74 'file_util_posix.cc', | 74 'file_util_posix.cc', |
| 75 'file_util_win.cc', | 75 'file_util_win.cc', |
| 76 'file_util_proxy.cc', | 76 'file_util_proxy.cc', |
| 77 'file_util_proxy.h', | 77 'file_util_proxy.h', |
| 78 'file_util_proxy_base.h', |
| 78 'file_version_info.h', | 79 'file_version_info.h', |
| 79 'file_version_info_mac.h', | 80 'file_version_info_mac.h', |
| 80 'file_version_info_mac.mm', | 81 'file_version_info_mac.mm', |
| 81 'file_version_info_win.cc', | 82 'file_version_info_win.cc', |
| 82 'file_version_info_win.h', | 83 'file_version_info_win.h', |
| 83 'fix_wp64.h', | 84 'fix_wp64.h', |
| 84 'float_util.h', | 85 'float_util.h', |
| 85 'foundation_utils_mac.h', | 86 'foundation_utils_mac.h', |
| 86 'global_descriptors_posix.cc', | 87 'global_descriptors_posix.cc', |
| 87 'global_descriptors_posix.h', | 88 'global_descriptors_posix.h', |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 'third_party/xdg_mime/xdgmimemagic.c', | 733 'third_party/xdg_mime/xdgmimemagic.c', |
| 733 'third_party/xdg_mime/xdgmimemagic.h', | 734 'third_party/xdg_mime/xdgmimemagic.h', |
| 734 'third_party/xdg_mime/xdgmimeparent.c', | 735 'third_party/xdg_mime/xdgmimeparent.c', |
| 735 'third_party/xdg_mime/xdgmimeparent.h', | 736 'third_party/xdg_mime/xdgmimeparent.h', |
| 736 ], | 737 ], |
| 737 }, | 738 }, |
| 738 ], | 739 ], |
| 739 }], | 740 }], |
| 740 ], | 741 ], |
| 741 } | 742 } |
| OLD | NEW |