| 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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
| 10 }, | 10 }, |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 'rand_util_posix.cc', | 495 'rand_util_posix.cc', |
| 496 'rand_util_win.cc', | 496 'rand_util_win.cc', |
| 497 'run_loop.cc', | 497 'run_loop.cc', |
| 498 'run_loop.h', | 498 'run_loop.h', |
| 499 'numerics/safe_conversions.h', | 499 'numerics/safe_conversions.h', |
| 500 'numerics/safe_conversions_impl.h', | 500 'numerics/safe_conversions_impl.h', |
| 501 'numerics/safe_math.h', | 501 'numerics/safe_math.h', |
| 502 'numerics/safe_math_impl.h', | 502 'numerics/safe_math_impl.h', |
| 503 'safe_strerror_posix.cc', | 503 'safe_strerror_posix.cc', |
| 504 'safe_strerror_posix.h', | 504 'safe_strerror_posix.h', |
| 505 'scoped_nullable_generic.h', |
| 505 'scoped_native_library.cc', | 506 'scoped_native_library.cc', |
| 506 'scoped_native_library.h', | 507 'scoped_native_library.h', |
| 507 'sequence_checker.h', | 508 'sequence_checker.h', |
| 508 'sequence_checker_impl.cc', | 509 'sequence_checker_impl.cc', |
| 509 'sequence_checker_impl.h', | 510 'sequence_checker_impl.h', |
| 510 'sequenced_task_runner.cc', | 511 'sequenced_task_runner.cc', |
| 511 'sequenced_task_runner.h', | 512 'sequenced_task_runner.h', |
| 512 'sequenced_task_runner_helpers.h', | 513 'sequenced_task_runner_helpers.h', |
| 513 'sha1.h', | 514 'sha1.h', |
| 514 'sha1_portable.cc', | 515 'sha1_portable.cc', |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 'i18n/time_formatting.h', | 980 'i18n/time_formatting.h', |
| 980 'i18n/timezone.cc', | 981 'i18n/timezone.cc', |
| 981 'i18n/timezone.h', | 982 'i18n/timezone.h', |
| 982 'i18n/utf8_validator_tables.cc', | 983 'i18n/utf8_validator_tables.cc', |
| 983 'i18n/utf8_validator_tables.h', | 984 'i18n/utf8_validator_tables.h', |
| 984 ], | 985 ], |
| 985 }] | 986 }] |
| 986 ], | 987 ], |
| 987 }, | 988 }, |
| 988 } | 989 } |
| OLD | NEW |