| 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 '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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'dir_reader_posix.h', | 94 'dir_reader_posix.h', |
| 95 'eintr_wrapper.h', | 95 'eintr_wrapper.h', |
| 96 'environment.cc', | 96 'environment.cc', |
| 97 'environment.h', | 97 'environment.h', |
| 98 'file_descriptor_posix.h', | 98 'file_descriptor_posix.h', |
| 99 'file_path.cc', | 99 'file_path.cc', |
| 100 'file_path.h', | 100 'file_path.h', |
| 101 'file_util.cc', | 101 'file_util.cc', |
| 102 'file_util.h', | 102 'file_util.h', |
| 103 'file_util_android.cc', | 103 'file_util_android.cc', |
| 104 'file_util_deprecated.h', | |
| 105 'file_util_linux.cc', | 104 'file_util_linux.cc', |
| 106 'file_util_mac.mm', | 105 'file_util_mac.mm', |
| 107 'file_util_posix.cc', | 106 'file_util_posix.cc', |
| 108 'file_util_win.cc', | 107 'file_util_win.cc', |
| 109 'file_util_proxy.cc', | 108 'file_util_proxy.cc', |
| 110 'file_util_proxy.h', | 109 'file_util_proxy.h', |
| 111 'file_version_info.h', | 110 'file_version_info.h', |
| 112 'file_version_info_mac.h', | 111 'file_version_info_mac.h', |
| 113 'file_version_info_mac.mm', | 112 'file_version_info_mac.mm', |
| 114 'file_version_info_win.cc', | 113 'file_version_info_win.cc', |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 'third_party/xdg_mime/xdgmimemagic.c', | 899 'third_party/xdg_mime/xdgmimemagic.c', |
| 901 'third_party/xdg_mime/xdgmimemagic.h', | 900 'third_party/xdg_mime/xdgmimemagic.h', |
| 902 'third_party/xdg_mime/xdgmimeparent.c', | 901 'third_party/xdg_mime/xdgmimeparent.c', |
| 903 'third_party/xdg_mime/xdgmimeparent.h', | 902 'third_party/xdg_mime/xdgmimeparent.h', |
| 904 ], | 903 ], |
| 905 }, | 904 }, |
| 906 ], | 905 ], |
| 907 }], | 906 }], |
| 908 ], | 907 ], |
| 909 } | 908 } |
| OLD | NEW |