| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'process_util_linux.cc', | 222 'process_util_linux.cc', |
| 223 'process_util_mac.mm', | 223 'process_util_mac.mm', |
| 224 'process_util_openbsd.cc', | 224 'process_util_openbsd.cc', |
| 225 'process_util_posix.cc', | 225 'process_util_posix.cc', |
| 226 'process_util_win.cc', | 226 'process_util_win.cc', |
| 227 'process_win.cc', | 227 'process_win.cc', |
| 228 'profiler/scoped_profile.cc', | 228 'profiler/scoped_profile.cc', |
| 229 'profiler/scoped_profile.h', | 229 'profiler/scoped_profile.h', |
| 230 'profiler/tracked_time.cc', | 230 'profiler/tracked_time.cc', |
| 231 'profiler/tracked_time.h', | 231 'profiler/tracked_time.h', |
| 232 'property_bag.cc', |
| 233 'property_bag.h', |
| 232 'rand_util.cc', | 234 'rand_util.cc', |
| 233 'rand_util.h', | 235 'rand_util.h', |
| 234 'rand_util_c.h', | 236 'rand_util_c.h', |
| 235 'rand_util_posix.cc', | 237 'rand_util_posix.cc', |
| 236 'rand_util_win.cc', | 238 'rand_util_win.cc', |
| 237 'safe_strerror_posix.cc', | 239 'safe_strerror_posix.cc', |
| 238 'safe_strerror_posix.h', | 240 'safe_strerror_posix.h', |
| 239 'scoped_native_library.cc', | 241 'scoped_native_library.cc', |
| 240 'scoped_native_library.h', | 242 'scoped_native_library.h', |
| 241 'scoped_temp_dir.cc', | 243 'scoped_temp_dir.cc', |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 'third_party/xdg_mime/xdgmimemagic.c', | 864 'third_party/xdg_mime/xdgmimemagic.c', |
| 863 'third_party/xdg_mime/xdgmimemagic.h', | 865 'third_party/xdg_mime/xdgmimemagic.h', |
| 864 'third_party/xdg_mime/xdgmimeparent.c', | 866 'third_party/xdg_mime/xdgmimeparent.c', |
| 865 'third_party/xdg_mime/xdgmimeparent.h', | 867 'third_party/xdg_mime/xdgmimeparent.h', |
| 866 ], | 868 ], |
| 867 }, | 869 }, |
| 868 ], | 870 ], |
| 869 }], | 871 }], |
| 870 ], | 872 ], |
| 871 } | 873 } |
| OLD | NEW |