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