Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 975123003: Add remaining trivial targets for the Linux GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up to make new stuff linux-only for now Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« BUILD.gn ('K') | « build/sanitizers/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698