| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 'sys_info_posix.cc', | 337 'sys_info_posix.cc', |
| 338 'sys_info_win.cc', | 338 'sys_info_win.cc', |
| 339 'sys_string_conversions.h', | 339 'sys_string_conversions.h', |
| 340 'sys_string_conversions_mac.mm', | 340 'sys_string_conversions_mac.mm', |
| 341 'sys_string_conversions_posix.cc', | 341 'sys_string_conversions_posix.cc', |
| 342 'sys_string_conversions_win.cc', | 342 'sys_string_conversions_win.cc', |
| 343 'task_runner.cc', | 343 'task_runner.cc', |
| 344 'task_runner.h', | 344 'task_runner.h', |
| 345 'task_runner_util.h', | 345 'task_runner_util.h', |
| 346 'template_util.h', | 346 'template_util.h', |
| 347 'thread_main_task_runner.cc', |
| 348 'thread_main_task_runner.h', |
| 347 'threading/non_thread_safe.h', | 349 'threading/non_thread_safe.h', |
| 348 'threading/non_thread_safe_impl.cc', | 350 'threading/non_thread_safe_impl.cc', |
| 349 'threading/non_thread_safe_impl.h', | 351 'threading/non_thread_safe_impl.h', |
| 350 'threading/platform_thread.h', | 352 'threading/platform_thread.h', |
| 351 'threading/platform_thread_mac.mm', | 353 'threading/platform_thread_mac.mm', |
| 352 'threading/platform_thread_posix.cc', | 354 'threading/platform_thread_posix.cc', |
| 353 'threading/platform_thread_win.cc', | 355 'threading/platform_thread_win.cc', |
| 354 'threading/post_task_and_reply_impl.cc', | 356 'threading/post_task_and_reply_impl.cc', |
| 355 'threading/post_task_and_reply_impl.h', | 357 'threading/post_task_and_reply_impl.h', |
| 356 'threading/sequenced_worker_pool.cc', | 358 'threading/sequenced_worker_pool.cc', |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 'third_party/xdg_mime/xdgmimemagic.c', | 926 'third_party/xdg_mime/xdgmimemagic.c', |
| 925 'third_party/xdg_mime/xdgmimemagic.h', | 927 'third_party/xdg_mime/xdgmimemagic.h', |
| 926 'third_party/xdg_mime/xdgmimeparent.c', | 928 'third_party/xdg_mime/xdgmimeparent.c', |
| 927 'third_party/xdg_mime/xdgmimeparent.h', | 929 'third_party/xdg_mime/xdgmimeparent.h', |
| 928 ], | 930 ], |
| 929 }, | 931 }, |
| 930 ], | 932 ], |
| 931 }], | 933 }], |
| 932 ], | 934 ], |
| 933 } | 935 } |
| OLD | NEW |