| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'files/file_path_watcher_win.cc', | 121 'files/file_path_watcher_win.cc', |
| 122 'float_util.h', | 122 'float_util.h', |
| 123 'format_macros.h', | 123 'format_macros.h', |
| 124 'global_descriptors_posix.cc', | 124 'global_descriptors_posix.cc', |
| 125 'global_descriptors_posix.h', | 125 'global_descriptors_posix.h', |
| 126 'gtest_prod_util.h', | 126 'gtest_prod_util.h', |
| 127 'hash_tables.h', | 127 'hash_tables.h', |
| 128 'id_map.h', | 128 'id_map.h', |
| 129 'json/json_reader.cc', | 129 'json/json_reader.cc', |
| 130 'json/json_reader.h', | 130 'json/json_reader.h', |
| 131 'json/json_value_converter.cc', | |
| 132 'json/json_value_converter.h', | 131 'json/json_value_converter.h', |
| 133 'json/json_value_serializer.cc', | 132 'json/json_value_serializer.cc', |
| 134 'json/json_value_serializer.h', | 133 'json/json_value_serializer.h', |
| 135 'json/json_writer.cc', | 134 'json/json_writer.cc', |
| 136 'json/json_writer.h', | 135 'json/json_writer.h', |
| 137 'json/string_escape.cc', | 136 'json/string_escape.cc', |
| 138 'json/string_escape.h', | 137 'json/string_escape.h', |
| 139 'lazy_instance.cc', | 138 'lazy_instance.cc', |
| 140 'lazy_instance.h', | 139 'lazy_instance.h', |
| 141 'linked_list.h', | 140 'linked_list.h', |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 'third_party/xdg_mime/xdgmimemagic.c', | 885 'third_party/xdg_mime/xdgmimemagic.c', |
| 887 'third_party/xdg_mime/xdgmimemagic.h', | 886 'third_party/xdg_mime/xdgmimemagic.h', |
| 888 'third_party/xdg_mime/xdgmimeparent.c', | 887 'third_party/xdg_mime/xdgmimeparent.c', |
| 889 'third_party/xdg_mime/xdgmimeparent.h', | 888 'third_party/xdg_mime/xdgmimeparent.h', |
| 890 ], | 889 ], |
| 891 }, | 890 }, |
| 892 ], | 891 ], |
| 893 }], | 892 }], |
| 894 ], | 893 ], |
| 895 } | 894 } |
| OLD | NEW |