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 2587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2598 }], | 2598 }], |
2599 ['enable_plugin_installation==0', { | 2599 ['enable_plugin_installation==0', { |
2600 'sources!': [ | 2600 'sources!': [ |
2601 'browser/plugins/plugin_installer_unittest.cc', | 2601 'browser/plugins/plugin_installer_unittest.cc', |
2602 ], | 2602 ], |
2603 }], | 2603 }], |
2604 # Adding more conditions? Don't forget to update the GN build. | 2604 # Adding more conditions? Don't forget to update the GN build. |
2605 ], | 2605 ], |
2606 }, | 2606 }, |
2607 { | 2607 { |
| 2608 # GN: //chrome/test:chrome_app_unittests |
2608 'target_name': 'chrome_app_unittests', | 2609 'target_name': 'chrome_app_unittests', |
2609 'type': 'executable', | 2610 'type': 'executable', |
2610 'dependencies': [ | 2611 'dependencies': [ |
2611 # unit tests should only depend on | 2612 # unit tests should only depend on |
2612 # 1) everything that the chrome binaries depend on: | 2613 # 1) everything that the chrome binaries depend on: |
2613 '<@(chromium_browser_dependencies)', | 2614 '<@(chromium_browser_dependencies)', |
2614 '<@(chromium_child_dependencies)', | 2615 '<@(chromium_child_dependencies)', |
2615 '../content/content.gyp:content_app_both', | 2616 '../content/content.gyp:content_app_both', |
2616 # 2) test-specific support libraries: | 2617 # 2) test-specific support libraries: |
2617 '../base/base.gyp:run_all_unittests', | 2618 '../base/base.gyp:run_all_unittests', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2749 'dependencies': [ | 2750 'dependencies': [ |
2750 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2751 ], | 2752 ], |
2752 }], | 2753 }], |
2753 ], | 2754 ], |
2754 }, | 2755 }, |
2755 ], | 2756 ], |
2756 }], | 2757 }], |
2757 ], # 'conditions' | 2758 ], # 'conditions' |
2758 } | 2759 } |
OLD | NEW |