OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'gfx/jpeg_codec_unittest.cc', | 542 'gfx/jpeg_codec_unittest.cc', |
543 'gfx/native_theme_unittest.cc', | 543 'gfx/native_theme_unittest.cc', |
544 'gfx/png_codec_unittest.cc', | 544 'gfx/png_codec_unittest.cc', |
545 'gfx/rect_unittest.cc', | 545 'gfx/rect_unittest.cc', |
546 'at_exit_unittest.cc', | 546 'at_exit_unittest.cc', |
547 'atomicops_unittest.cc', | 547 'atomicops_unittest.cc', |
548 'clipboard_unittest.cc', | 548 'clipboard_unittest.cc', |
549 'command_line_unittest.cc', | 549 'command_line_unittest.cc', |
550 'condition_variable_unittest.cc', | 550 'condition_variable_unittest.cc', |
551 'data_pack_unittest.cc', | 551 'data_pack_unittest.cc', |
| 552 'debug_util_unittest.cc', |
552 'directory_watcher_unittest.cc', | 553 'directory_watcher_unittest.cc', |
553 'field_trial_unittest.cc', | 554 'field_trial_unittest.cc', |
554 'file_path_unittest.cc', | 555 'file_path_unittest.cc', |
555 'file_util_unittest.cc', | 556 'file_util_unittest.cc', |
556 'file_version_info_unittest.cc', | 557 'file_version_info_unittest.cc', |
557 'histogram_unittest.cc', | 558 'histogram_unittest.cc', |
558 'hmac_unittest.cc', | 559 'hmac_unittest.cc', |
559 'idletimer_unittest.cc', | 560 'idletimer_unittest.cc', |
560 'json_reader_unittest.cc', | 561 'json_reader_unittest.cc', |
561 'json_writer_unittest.cc', | 562 'json_writer_unittest.cc', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'target_name': 'debug_message', | 706 'target_name': 'debug_message', |
706 'type': 'executable', | 707 'type': 'executable', |
707 'sources': [ | 708 'sources': [ |
708 'debug_message.cc', | 709 'debug_message.cc', |
709 ], | 710 ], |
710 }, | 711 }, |
711 ], | 712 ], |
712 }], | 713 }], |
713 ], | 714 ], |
714 } | 715 } |
OLD | NEW |