| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'string_split.cc', | 269 'string_split.cc', |
| 270 'string_split.h', | 270 'string_split.h', |
| 271 'string_tokenizer.h', | 271 'string_tokenizer.h', |
| 272 'string_util.cc', | 272 'string_util.cc', |
| 273 'string_util.h', | 273 'string_util.h', |
| 274 'string_util_posix.h', | 274 'string_util_posix.h', |
| 275 'string_util_win.h', | 275 'string_util_win.h', |
| 276 'stringize_macros.h', | 276 'stringize_macros.h', |
| 277 'stringprintf.cc', | 277 'stringprintf.cc', |
| 278 'stringprintf.h', | 278 'stringprintf.h', |
| 279 'supports_user_data.cc', |
| 280 'supports_user_data.h', |
| 279 'synchronization/cancellation_flag.cc', | 281 'synchronization/cancellation_flag.cc', |
| 280 'synchronization/cancellation_flag.h', | 282 'synchronization/cancellation_flag.h', |
| 281 'synchronization/condition_variable.h', | 283 'synchronization/condition_variable.h', |
| 282 'synchronization/condition_variable_posix.cc', | 284 'synchronization/condition_variable_posix.cc', |
| 283 'synchronization/condition_variable_win.cc', | 285 'synchronization/condition_variable_win.cc', |
| 284 'synchronization/lock.cc', | 286 'synchronization/lock.cc', |
| 285 'synchronization/lock.h', | 287 'synchronization/lock.h', |
| 286 'synchronization/lock_impl.h', | 288 'synchronization/lock_impl.h', |
| 287 'synchronization/lock_impl_posix.cc', | 289 'synchronization/lock_impl_posix.cc', |
| 288 'synchronization/lock_impl_win.cc', | 290 'synchronization/lock_impl_win.cc', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 'third_party/xdg_mime/xdgmimemagic.c', | 889 'third_party/xdg_mime/xdgmimemagic.c', |
| 888 'third_party/xdg_mime/xdgmimemagic.h', | 890 'third_party/xdg_mime/xdgmimemagic.h', |
| 889 'third_party/xdg_mime/xdgmimeparent.c', | 891 'third_party/xdg_mime/xdgmimeparent.c', |
| 890 'third_party/xdg_mime/xdgmimeparent.h', | 892 'third_party/xdg_mime/xdgmimeparent.h', |
| 891 ], | 893 ], |
| 892 }, | 894 }, |
| 893 ], | 895 ], |
| 894 }], | 896 }], |
| 895 ], | 897 ], |
| 896 } | 898 } |
| OLD | NEW |