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 'includes': [ | 6 'includes': [ |
7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 'rand_util_win.cc', | 548 'rand_util_win.cc', |
549 'run_loop.cc', | 549 'run_loop.cc', |
550 'run_loop.h', | 550 'run_loop.h', |
551 'scoped_generic.h', | 551 'scoped_generic.h', |
552 'scoped_native_library.cc', | 552 'scoped_native_library.cc', |
553 'scoped_native_library.h', | 553 'scoped_native_library.h', |
554 'scoped_observer.h', | 554 'scoped_observer.h', |
555 'sequence_checker.h', | 555 'sequence_checker.h', |
556 'sequence_checker_impl.cc', | 556 'sequence_checker_impl.cc', |
557 'sequence_checker_impl.h', | 557 'sequence_checker_impl.h', |
| 558 'sequence_token.cc', |
| 559 'sequence_token.h', |
558 'sequenced_task_runner.cc', | 560 'sequenced_task_runner.cc', |
559 'sequenced_task_runner.h', | 561 'sequenced_task_runner.h', |
560 'sequenced_task_runner_helpers.h', | 562 'sequenced_task_runner_helpers.h', |
561 'sha1.cc', | 563 'sha1.cc', |
562 'sha1.h', | 564 'sha1.h', |
563 'single_thread_task_runner.h', | 565 'single_thread_task_runner.h', |
564 'stl_util.h', | 566 'stl_util.h', |
565 'strings/latin1_string_conversions.cc', | 567 'strings/latin1_string_conversions.cc', |
566 'strings/latin1_string_conversions.h', | 568 'strings/latin1_string_conversions.h', |
567 'strings/nullable_string16.cc', | 569 'strings/nullable_string16.cc', |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1101 'i18n/time_formatting.h', | 1103 'i18n/time_formatting.h', |
1102 'i18n/timezone.cc', | 1104 'i18n/timezone.cc', |
1103 'i18n/timezone.h', | 1105 'i18n/timezone.h', |
1104 'i18n/utf8_validator_tables.cc', | 1106 'i18n/utf8_validator_tables.cc', |
1105 'i18n/utf8_validator_tables.h', | 1107 'i18n/utf8_validator_tables.h', |
1106 ], | 1108 ], |
1107 }] | 1109 }] |
1108 ], | 1110 ], |
1109 }, | 1111 }, |
1110 } | 1112 } |
OLD | NEW |