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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 'run_loop.h', | 497 'run_loop.h', |
498 'numerics/safe_conversions.h', | 498 'numerics/safe_conversions.h', |
499 'numerics/safe_conversions_impl.h', | 499 'numerics/safe_conversions_impl.h', |
500 'numerics/safe_math.h', | 500 'numerics/safe_math.h', |
501 'numerics/safe_math_impl.h', | 501 'numerics/safe_math_impl.h', |
502 'safe_strerror_posix.cc', | 502 'safe_strerror_posix.cc', |
503 'safe_strerror_posix.h', | 503 'safe_strerror_posix.h', |
504 'scoped_generic.h', | 504 'scoped_generic.h', |
505 'scoped_native_library.cc', | 505 'scoped_native_library.cc', |
506 'scoped_native_library.h', | 506 'scoped_native_library.h', |
| 507 'scoped_observer.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', |
515 'sha1_win.cc', | 516 'sha1_win.cc', |
516 'single_thread_task_runner.h', | 517 'single_thread_task_runner.h', |
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 'i18n/time_formatting.h', | 991 'i18n/time_formatting.h', |
991 'i18n/timezone.cc', | 992 'i18n/timezone.cc', |
992 'i18n/timezone.h', | 993 'i18n/timezone.h', |
993 'i18n/utf8_validator_tables.cc', | 994 'i18n/utf8_validator_tables.cc', |
994 'i18n/utf8_validator_tables.h', | 995 'i18n/utf8_validator_tables.h', |
995 ], | 996 ], |
996 }] | 997 }] |
997 ], | 998 ], |
998 }, | 999 }, |
999 } | 1000 } |
OLD | NEW |