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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Fix compilation on Win32 Created 5 years, 1 month 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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2793 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 { 2804 {
2805 # GN: //chrome/test:chrome_app_unittests 2805 # GN: //chrome/test:chrome_app_unittests
2806 'target_name': 'chrome_app_unittests', 2806 'target_name': 'chrome_app_unittests',
2807 'type': 'executable', 2807 'type': 'executable',
2808 'dependencies': [ 2808 'dependencies': [
2809 # unit tests should only depend on 2809 # unit tests should only depend on
2810 # 1) everything that the chrome binaries depend on: 2810 # 1) everything that the chrome binaries depend on:
2811 '<@(chromium_browser_dependencies)', 2811 '<@(chromium_browser_dependencies)',
2812 '<@(chromium_child_dependencies)', 2812 '<@(chromium_child_dependencies)',
2813 '../components/components.gyp:crash_core_common', 2813 '../components/components.gyp:crash_core_common',
2814 '../components/components.gyp:flags_ui_switches',
2814 '../content/content.gyp:content_app_both', 2815 '../content/content.gyp:content_app_both',
2815 # 2) test-specific support libraries: 2816 # 2) test-specific support libraries:
2816 '../base/base.gyp:run_all_unittests', 2817 '../base/base.gyp:run_all_unittests',
2817 '../testing/gmock.gyp:gmock', 2818 '../testing/gmock.gyp:gmock',
2818 '../testing/gtest.gyp:gtest', 2819 '../testing/gtest.gyp:gtest',
2819 'test_support_common', 2820 'test_support_common',
2820 ], 2821 ],
2821 'include_dirs': [ 2822 'include_dirs': [
2822 '..', 2823 '..',
2823 ], 2824 ],
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2987 'dependencies': [ 2988 'dependencies': [
2988 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2989 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2989 ], 2990 ],
2990 }], 2991 }],
2991 ], 2992 ],
2992 }, 2993 },
2993 ], 2994 ],
2994 }], 2995 }],
2995 ], # 'conditions' 2996 ], # 'conditions'
2996 } 2997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698