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

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: fix other debug/component woes 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
« no previous file with comments | « build/secondary/third_party/cacheinvalidation/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2587 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « build/secondary/third_party/cacheinvalidation/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698