| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'run_loop.cc', | 391 'run_loop.cc', |
| 392 'run_loop.h', | 392 'run_loop.h', |
| 393 'safe_numerics.h', | 393 'safe_numerics.h', |
| 394 'safe_strerror_posix.cc', | 394 'safe_strerror_posix.cc', |
| 395 'safe_strerror_posix.h', | 395 'safe_strerror_posix.h', |
| 396 'scoped_native_library.cc', | 396 'scoped_native_library.cc', |
| 397 'scoped_native_library.h', | 397 'scoped_native_library.h', |
| 398 'sequence_checker.h', | 398 'sequence_checker.h', |
| 399 'sequence_checker_impl.cc', | 399 'sequence_checker_impl.cc', |
| 400 'sequence_checker_impl.h', | 400 'sequence_checker_impl.h', |
| 401 'sequenced_task_runner.cc', | |
| 402 'sequenced_task_runner.h', | |
| 403 'sequenced_task_runner_helpers.h', | |
| 404 'sha1.h', | 401 'sha1.h', |
| 405 'sha1_portable.cc', | 402 'sha1_portable.cc', |
| 406 'sha1_win.cc', | 403 'sha1_win.cc', |
| 407 'single_thread_task_runner.h', | 404 'single_thread_task_runner.h', |
| 408 'stl_util.h', | 405 'stl_util.h', |
| 409 'string_util.cc', | 406 'string_util.cc', |
| 410 'string_util.h', | 407 'string_util.h', |
| 411 'string_util_posix.h', | 408 'string_util_posix.h', |
| 412 'string_util_win.h', | 409 'string_util_win.h', |
| 413 'string16.cc', | 410 'string16.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 'sys_info.h', | 455 'sys_info.h', |
| 459 'sys_info_android.cc', | 456 'sys_info_android.cc', |
| 460 'sys_info_chromeos.cc', | 457 'sys_info_chromeos.cc', |
| 461 'sys_info_freebsd.cc', | 458 'sys_info_freebsd.cc', |
| 462 'sys_info_ios.mm', | 459 'sys_info_ios.mm', |
| 463 'sys_info_linux.cc', | 460 'sys_info_linux.cc', |
| 464 'sys_info_mac.cc', | 461 'sys_info_mac.cc', |
| 465 'sys_info_openbsd.cc', | 462 'sys_info_openbsd.cc', |
| 466 'sys_info_posix.cc', | 463 'sys_info_posix.cc', |
| 467 'sys_info_win.cc', | 464 'sys_info_win.cc', |
| 465 'task/sequenced_task_runner.cc', |
| 466 'task/sequenced_task_runner.h', |
| 467 'task/sequenced_task_runner_helpers.h', |
| 468 'task_runner.cc', | 468 'task_runner.cc', |
| 469 'task_runner.h', | 469 'task_runner.h', |
| 470 'task_runner_util.h', | 470 'task_runner_util.h', |
| 471 'template_util.h', | 471 'template_util.h', |
| 472 'thread_task_runner_handle.cc', | 472 'thread_task_runner_handle.cc', |
| 473 'thread_task_runner_handle.h', | 473 'thread_task_runner_handle.h', |
| 474 'threading/non_thread_safe.h', | 474 'threading/non_thread_safe.h', |
| 475 'threading/non_thread_safe_impl.cc', | 475 'threading/non_thread_safe_impl.cc', |
| 476 'threading/non_thread_safe_impl.h', | 476 'threading/non_thread_safe_impl.h', |
| 477 'threading/platform_thread.h', | 477 'threading/platform_thread.h', |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 780 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 781 'sources/': [ | 781 'sources/': [ |
| 782 ['exclude', '^third_party/nspr/'], | 782 ['exclude', '^third_party/nspr/'], |
| 783 ], | 783 ], |
| 784 }], | 784 }], |
| 785 ], | 785 ], |
| 786 }], | 786 }], |
| 787 ], | 787 ], |
| 788 }, | 788 }, |
| 789 } | 789 } |
| OLD | NEW |