| 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 'profiler/tracked_time.h', | 489 'profiler/tracked_time.h', |
| 490 'rand_util.cc', | 490 'rand_util.cc', |
| 491 'rand_util.h', | 491 'rand_util.h', |
| 492 'rand_util_nacl.cc', | 492 'rand_util_nacl.cc', |
| 493 'rand_util_posix.cc', | 493 'rand_util_posix.cc', |
| 494 'rand_util_win.cc', | 494 'rand_util_win.cc', |
| 495 'run_loop.cc', | 495 'run_loop.cc', |
| 496 'run_loop.h', | 496 'run_loop.h', |
| 497 'numerics/safe_conversions.h', | 497 'numerics/safe_conversions.h', |
| 498 'numerics/safe_conversions_impl.h', | 498 'numerics/safe_conversions_impl.h', |
| 499 'numerics/safe_math.h', |
| 500 'numerics/safe_math_impl.h', |
| 499 'safe_strerror_posix.cc', | 501 'safe_strerror_posix.cc', |
| 500 'safe_strerror_posix.h', | 502 'safe_strerror_posix.h', |
| 501 'scoped_native_library.cc', | 503 'scoped_native_library.cc', |
| 502 'scoped_native_library.h', | 504 'scoped_native_library.h', |
| 503 'sequence_checker.h', | 505 'sequence_checker.h', |
| 504 'sequence_checker_impl.cc', | 506 'sequence_checker_impl.cc', |
| 505 'sequence_checker_impl.h', | 507 'sequence_checker_impl.h', |
| 506 'sequenced_task_runner.cc', | 508 'sequenced_task_runner.cc', |
| 507 'sequenced_task_runner.h', | 509 'sequenced_task_runner.h', |
| 508 'sequenced_task_runner_helpers.h', | 510 'sequenced_task_runner_helpers.h', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 'i18n/time_formatting.h', | 977 'i18n/time_formatting.h', |
| 976 'i18n/timezone.cc', | 978 'i18n/timezone.cc', |
| 977 'i18n/timezone.h', | 979 'i18n/timezone.h', |
| 978 'i18n/utf8_validator_tables.cc', | 980 'i18n/utf8_validator_tables.cc', |
| 979 'i18n/utf8_validator_tables.h', | 981 'i18n/utf8_validator_tables.h', |
| 980 ], | 982 ], |
| 981 }] | 983 }] |
| 982 ], | 984 ], |
| 983 }, | 985 }, |
| 984 } | 986 } |
| OLD | NEW |