| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 'directory_watcher_unittest.cc', | 601 'directory_watcher_unittest.cc', |
| 602 'field_trial_unittest.cc', | 602 'field_trial_unittest.cc', |
| 603 'file_descriptor_shuffle_unittest.cc', | 603 'file_descriptor_shuffle_unittest.cc', |
| 604 'file_path_unittest.cc', | 604 'file_path_unittest.cc', |
| 605 'file_util_unittest.cc', | 605 'file_util_unittest.cc', |
| 606 'file_version_info_unittest.cc', | 606 'file_version_info_unittest.cc', |
| 607 'gfx/jpeg_codec_unittest.cc', | 607 'gfx/jpeg_codec_unittest.cc', |
| 608 'gfx/native_theme_unittest.cc', | 608 'gfx/native_theme_unittest.cc', |
| 609 'gfx/png_codec_unittest.cc', | 609 'gfx/png_codec_unittest.cc', |
| 610 'gfx/rect_unittest.cc', | 610 'gfx/rect_unittest.cc', |
| 611 'gmock_unittest.cc', | 611 # 'gmock_unittest.cc', |
| 612 'histogram_unittest.cc', | 612 'histogram_unittest.cc', |
| 613 'hmac_unittest.cc', | 613 'hmac_unittest.cc', |
| 614 'idletimer_unittest.cc', | 614 'idletimer_unittest.cc', |
| 615 'json_reader_unittest.cc', | 615 'json_reader_unittest.cc', |
| 616 'json_writer_unittest.cc', | 616 'json_writer_unittest.cc', |
| 617 'lazy_instance_unittest.cc', | 617 'lazy_instance_unittest.cc', |
| 618 'linked_ptr_unittest.cc', | 618 'linked_ptr_unittest.cc', |
| 619 'mac_util_unittest.cc', | 619 'mac_util_unittest.cc', |
| 620 'message_loop_unittest.cc', | 620 'message_loop_unittest.cc', |
| 621 'object_watcher_unittest.cc', | 621 'object_watcher_unittest.cc', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 'msvs_settings': { | 763 'msvs_settings': { |
| 764 'VCLinkerTool': { | 764 'VCLinkerTool': { |
| 765 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 765 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 766 }, | 766 }, |
| 767 }, | 767 }, |
| 768 }, | 768 }, |
| 769 ], | 769 ], |
| 770 }], | 770 }], |
| 771 ], | 771 ], |
| 772 } | 772 } |
| OLD | NEW |