| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'files/file_path_watcher_win.cc', | 136 'files/file_path_watcher_win.cc', |
| 137 'float_util.h', | 137 'float_util.h', |
| 138 'format_macros.h', | 138 'format_macros.h', |
| 139 'global_descriptors_posix.cc', | 139 'global_descriptors_posix.cc', |
| 140 'global_descriptors_posix.h', | 140 'global_descriptors_posix.h', |
| 141 'gtest_prod_util.h', | 141 'gtest_prod_util.h', |
| 142 'hash_tables.h', | 142 'hash_tables.h', |
| 143 'id_map.h', | 143 'id_map.h', |
| 144 'json/json_file_value_serializer.cc', | 144 'json/json_file_value_serializer.cc', |
| 145 'json/json_file_value_serializer.h', | 145 'json/json_file_value_serializer.h', |
| 146 'json/json_parser.cc', |
| 147 'json/json_parser.h', |
| 146 'json/json_reader.cc', | 148 'json/json_reader.cc', |
| 147 'json/json_reader.h', | 149 'json/json_reader.h', |
| 148 'json/json_string_value_serializer.cc', | 150 'json/json_string_value_serializer.cc', |
| 149 'json/json_string_value_serializer.h', | 151 'json/json_string_value_serializer.h', |
| 150 'json/json_value_converter.h', | 152 'json/json_value_converter.h', |
| 151 'json/json_writer.cc', | 153 'json/json_writer.cc', |
| 152 'json/json_writer.h', | 154 'json/json_writer.h', |
| 153 'json/string_escape.cc', | 155 'json/string_escape.cc', |
| 154 'json/string_escape.h', | 156 'json/string_escape.h', |
| 155 'lazy_instance.cc', | 157 'lazy_instance.cc', |
| (...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 'third_party/xdg_mime/xdgmimemagic.c', | 942 'third_party/xdg_mime/xdgmimemagic.c', |
| 941 'third_party/xdg_mime/xdgmimemagic.h', | 943 'third_party/xdg_mime/xdgmimemagic.h', |
| 942 'third_party/xdg_mime/xdgmimeparent.c', | 944 'third_party/xdg_mime/xdgmimeparent.c', |
| 943 'third_party/xdg_mime/xdgmimeparent.h', | 945 'third_party/xdg_mime/xdgmimeparent.h', |
| 944 ], | 946 ], |
| 945 }, | 947 }, |
| 946 ], | 948 ], |
| 947 }], | 949 }], |
| 948 ], | 950 ], |
| 949 } | 951 } |
| OLD | NEW |