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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 'sources!': [ | 753 'sources!': [ |
754 'test/scoped_locale.cc', | 754 'test/scoped_locale.cc', |
755 'test/scoped_locale.h', | 755 'test/scoped_locale.h', |
756 ], | 756 ], |
757 }], | 757 }], |
758 ['os_bsd==1', { | 758 ['os_bsd==1', { |
759 'sources!': [ | 759 'sources!': [ |
760 'test/test_file_util_linux.cc', | 760 'test/test_file_util_linux.cc', |
761 ], | 761 ], |
762 }], | 762 }], |
763 ['OS=="win"', { | |
764 'direct_dependent_settings': { | |
765 'msvs_settings': { | |
766 'VCLinkerTool': { | |
767 'DelayLoadDLLs': [ | |
768 'propsys.dll', | |
769 ], | |
770 }, | |
771 }, | |
772 }, | |
773 }], | |
774 ], | 763 ], |
775 'sources': [ | 764 'sources': [ |
776 'perftimer.cc', | 765 'perftimer.cc', |
777 'test/main_hook.cc', | 766 'test/main_hook.cc', |
778 'test/main_hook.h', | 767 'test/main_hook.h', |
779 'test/main_hook_ios.mm', | 768 'test/main_hook_ios.mm', |
780 'test/mock_chrome_application_mac.h', | 769 'test/mock_chrome_application_mac.h', |
781 'test/mock_chrome_application_mac.mm', | 770 'test/mock_chrome_application_mac.mm', |
782 'test/mock_devices_changed_observer.cc', | 771 'test/mock_devices_changed_observer.cc', |
783 'test/mock_devices_changed_observer.h', | 772 'test/mock_devices_changed_observer.h', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 'base_unittests.isolate', | 1102 'base_unittests.isolate', |
1114 ], | 1103 ], |
1115 'sources': [ | 1104 'sources': [ |
1116 'base_unittests.isolate', | 1105 'base_unittests.isolate', |
1117 ], | 1106 ], |
1118 }, | 1107 }, |
1119 ], | 1108 ], |
1120 }], | 1109 }], |
1121 ], | 1110 ], |
1122 } | 1111 } |
OLD | NEW |