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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1469383005: New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make separate gyp to avoid cycle Created 5 years 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 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after
1651 # 1651 #
1652 # GN version: //chrome/test:test_support but that is split apart into 1652 # GN version: //chrome/test:test_support but that is split apart into
1653 # separate test_support targets for that various subdirectories under 1653 # separate test_support targets for that various subdirectories under
1654 # chrome. 1654 # chrome.
1655 'target_name': 'test_support_common', 1655 'target_name': 'test_support_common',
1656 'type': 'static_library', 1656 'type': 'static_library',
1657 'dependencies': [ 1657 'dependencies': [
1658 # NOTE: New dependencies should generally be added in the OS!="ios" 1658 # NOTE: New dependencies should generally be added in the OS!="ios"
1659 # dependencies block below, rather than here. 1659 # dependencies block below, rather than here.
1660 'browser', 1660 'browser',
1661 'chrome_features.gyp:chrome_common_features',
1661 'chrome_resources.gyp:chrome_resources', 1662 'chrome_resources.gyp:chrome_resources',
1662 'chrome_resources.gyp:chrome_strings', 1663 'chrome_resources.gyp:chrome_strings',
1663 'chrome_resources.gyp:theme_resources', 1664 'chrome_resources.gyp:theme_resources',
1664 'common', 1665 'common',
1665 '../base/base.gyp:base_prefs_test_support', 1666 '../base/base.gyp:base_prefs_test_support',
1666 '../base/base.gyp:test_support_base', 1667 '../base/base.gyp:test_support_base',
1667 '../components/components.gyp:bookmarks_test_support', 1668 '../components/components.gyp:bookmarks_test_support',
1668 '../components/components.gyp:gcm_driver_test_support', 1669 '../components/components.gyp:gcm_driver_test_support',
1669 '../components/components.gyp:history_core_test_support', 1670 '../components/components.gyp:history_core_test_support',
1670 '../components/components.gyp:instance_id_test_support', 1671 '../components/components.gyp:instance_id_test_support',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 '../courgette/courgette.gyp:courgette_lib', 2206 '../courgette/courgette.gyp:courgette_lib',
2206 '../google_apis/google_apis.gyp:google_apis', 2207 '../google_apis/google_apis.gyp:google_apis',
2207 '../skia/skia.gyp:skia', 2208 '../skia/skia.gyp:skia',
2208 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2209 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2209 '../third_party/icu/icu.gyp:icui18n', 2210 '../third_party/icu/icu.gyp:icui18n',
2210 '../third_party/icu/icu.gyp:icuuc', 2211 '../third_party/icu/icu.gyp:icuuc',
2211 '../third_party/libxml/libxml.gyp:libxml', 2212 '../third_party/libxml/libxml.gyp:libxml',
2212 '../ui/base/ui_base.gyp:ui_base_test_support', 2213 '../ui/base/ui_base.gyp:ui_base_test_support',
2213 '../ui/gfx/gfx.gyp:gfx_test_support', 2214 '../ui/gfx/gfx.gyp:gfx_test_support',
2214 '../ui/resources/ui_resources.gyp:ui_resources', 2215 '../ui/resources/ui_resources.gyp:ui_resources',
2216 'chrome_features.gyp:chrome_common_features',
2215 'chrome_resources.gyp:chrome_resources', 2217 'chrome_resources.gyp:chrome_resources',
2216 'chrome_resources.gyp:chrome_strings', 2218 'chrome_resources.gyp:chrome_strings',
2217 ], 2219 ],
2218 'include_dirs': [ 2220 'include_dirs': [
2219 '..', 2221 '..',
2220 ], 2222 ],
2221 'msvs_settings': { 2223 'msvs_settings': {
2222 'VCLinkerTool': { 2224 'VCLinkerTool': {
2223 'conditions': [ 2225 'conditions': [
2224 ['incremental_chrome_dll==1', { 2226 ['incremental_chrome_dll==1', {
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 'dependencies': [ 2996 'dependencies': [
2995 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2996 ], 2998 ],
2997 }], 2999 }],
2998 ], 3000 ],
2999 }, 3001 },
3000 ], 3002 ],
3001 }], 3003 }],
3002 ], # 'conditions' 3004 ], # 'conditions'
3003 } 3005 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698