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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'files/file_path_watcher.h', | 132 'files/file_path_watcher.h', |
133 'files/file_path_watcher_kqueue.cc', | 133 'files/file_path_watcher_kqueue.cc', |
134 'files/file_path_watcher_linux.cc', | 134 'files/file_path_watcher_linux.cc', |
135 'files/file_path_watcher_stub.cc', | 135 'files/file_path_watcher_stub.cc', |
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 'guid.cc', |
| 143 'guid.h', |
| 144 'guid_posix.cc', |
| 145 'guid_win.cc', |
142 'hash_tables.h', | 146 'hash_tables.h', |
143 'hi_res_timer_manager_posix.cc', | 147 'hi_res_timer_manager_posix.cc', |
144 'hi_res_timer_manager_win.cc', | 148 'hi_res_timer_manager_win.cc', |
145 'hi_res_timer_manager.h', | 149 'hi_res_timer_manager.h', |
146 'id_map.h', | 150 'id_map.h', |
147 'json/json_file_value_serializer.cc', | 151 'json/json_file_value_serializer.cc', |
148 'json/json_file_value_serializer.h', | 152 'json/json_file_value_serializer.h', |
149 'json/json_parser.cc', | 153 'json/json_parser.cc', |
150 'json/json_parser.h', | 154 'json/json_parser.h', |
151 'json/json_reader.cc', | 155 'json/json_reader.cc', |
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 'third_party/xdg_mime/xdgmimemagic.c', | 946 'third_party/xdg_mime/xdgmimemagic.c', |
943 'third_party/xdg_mime/xdgmimemagic.h', | 947 'third_party/xdg_mime/xdgmimemagic.h', |
944 'third_party/xdg_mime/xdgmimeparent.c', | 948 'third_party/xdg_mime/xdgmimeparent.c', |
945 'third_party/xdg_mime/xdgmimeparent.h', | 949 'third_party/xdg_mime/xdgmimeparent.h', |
946 ], | 950 ], |
947 }, | 951 }, |
948 ], | 952 ], |
949 }], | 953 }], |
950 ], | 954 ], |
951 } | 955 } |
OLD | NEW |