| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'sys_info_mac.cc', | 291 'sys_info_mac.cc', |
| 292 'sys_info_openbsd.cc', | 292 'sys_info_openbsd.cc', |
| 293 'sys_info_posix.cc', | 293 'sys_info_posix.cc', |
| 294 'sys_info_win.cc', | 294 'sys_info_win.cc', |
| 295 'sys_string_conversions.h', | 295 'sys_string_conversions.h', |
| 296 'sys_string_conversions_mac.mm', | 296 'sys_string_conversions_mac.mm', |
| 297 'sys_string_conversions_posix.cc', | 297 'sys_string_conversions_posix.cc', |
| 298 'sys_string_conversions_win.cc', | 298 'sys_string_conversions_win.cc', |
| 299 'task.cc', | 299 'task.cc', |
| 300 'task.h', | 300 'task.h', |
| 301 'task_queue.cc', | |
| 302 'task_queue.h', | |
| 303 'template_util.h', | 301 'template_util.h', |
| 304 'threading/non_thread_safe.h', | 302 'threading/non_thread_safe.h', |
| 305 'threading/non_thread_safe_impl.cc', | 303 'threading/non_thread_safe_impl.cc', |
| 306 'threading/non_thread_safe_impl.h', | 304 'threading/non_thread_safe_impl.h', |
| 307 'threading/platform_thread.h', | 305 'threading/platform_thread.h', |
| 308 'threading/platform_thread_mac.mm', | 306 'threading/platform_thread_mac.mm', |
| 309 'threading/platform_thread_posix.cc', | 307 'threading/platform_thread_posix.cc', |
| 310 'threading/platform_thread_win.cc', | 308 'threading/platform_thread_win.cc', |
| 311 'threading/post_task_and_reply_impl.cc', | 309 'threading/post_task_and_reply_impl.cc', |
| 312 'threading/post_task_and_reply_impl.h', | 310 'threading/post_task_and_reply_impl.h', |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 'third_party/xdg_mime/xdgmimemagic.c', | 834 'third_party/xdg_mime/xdgmimemagic.c', |
| 837 'third_party/xdg_mime/xdgmimemagic.h', | 835 'third_party/xdg_mime/xdgmimemagic.h', |
| 838 'third_party/xdg_mime/xdgmimeparent.c', | 836 'third_party/xdg_mime/xdgmimeparent.c', |
| 839 'third_party/xdg_mime/xdgmimeparent.h', | 837 'third_party/xdg_mime/xdgmimeparent.h', |
| 840 ], | 838 ], |
| 841 }, | 839 }, |
| 842 ], | 840 ], |
| 843 }], | 841 }], |
| 844 ], | 842 ], |
| 845 } | 843 } |
| OLD | NEW |