OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 2605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2616 # 2) test-specific support libraries: | 2616 # 2) test-specific support libraries: |
2617 '../base/base.gyp:run_all_unittests', | 2617 '../base/base.gyp:run_all_unittests', |
2618 '../testing/gmock.gyp:gmock', | 2618 '../testing/gmock.gyp:gmock', |
2619 '../testing/gtest.gyp:gtest', | 2619 '../testing/gtest.gyp:gtest', |
2620 'test_support_common', | 2620 'test_support_common', |
2621 ], | 2621 ], |
2622 'include_dirs': [ | 2622 'include_dirs': [ |
2623 '..', | 2623 '..', |
2624 ], | 2624 ], |
2625 'sources': [ | 2625 'sources': [ |
| 2626 'app/chrome_watcher_client_unittest_win.cc', |
| 2627 'app/chrome_watcher_client_win.cc', |
2626 'app/chrome_watcher_command_line_unittest_win.cc', | 2628 'app/chrome_watcher_command_line_unittest_win.cc', |
2627 'app/chrome_watcher_command_line_win.cc', | 2629 'app/chrome_watcher_command_line_win.cc', |
2628 'app/delay_load_hook_win.cc', | 2630 'app/delay_load_hook_win.cc', |
2629 'app/delay_load_hook_win.h', | 2631 'app/delay_load_hook_win.h', |
2630 'app/delay_load_hook_unittest_win.cc', | 2632 'app/delay_load_hook_unittest_win.cc', |
2631 'app/signature_validator_win.cc', | 2633 'app/signature_validator_win.cc', |
2632 'app/signature_validator_win.h', | 2634 'app/signature_validator_win.h', |
2633 'app/signature_validator_win_unittest.cc', | 2635 'app/signature_validator_win_unittest.cc', |
2634 'common/crash_keys.cc', | 2636 'common/crash_keys.cc', |
2635 'common/crash_keys.h', | 2637 'common/crash_keys.h', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2747 'dependencies': [ | 2749 'dependencies': [ |
2748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2750 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2749 ], | 2751 ], |
2750 }], | 2752 }], |
2751 ], | 2753 ], |
2752 }, | 2754 }, |
2753 ], | 2755 ], |
2754 }], | 2756 }], |
2755 ], # 'conditions' | 2757 ], # 'conditions' |
2756 } | 2758 } |
OLD | NEW |