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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1485933002: Revert of Convert enable_pre_sync_backup flag to new flags system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 '../net/net.gyp:net_test_support', 2196 '../net/net.gyp:net_test_support',
2197 '../sync/sync.gyp:test_support_sync_api', 2197 '../sync/sync.gyp:test_support_sync_api',
2198 '../sync/sync.gyp:test_support_sync_core', 2198 '../sync/sync.gyp:test_support_sync_core',
2199 '../sync/sync.gyp:test_support_sync_internal_api', 2199 '../sync/sync.gyp:test_support_sync_internal_api',
2200 '../testing/gmock.gyp:gmock', 2200 '../testing/gmock.gyp:gmock',
2201 '../testing/gtest.gyp:gtest', 2201 '../testing/gtest.gyp:gtest',
2202 'test_support_common', 2202 'test_support_common',
2203 'test_support_unit', 2203 'test_support_unit',
2204 # 3) anything tests directly depend on 2204 # 3) anything tests directly depend on
2205 '../components/components.gyp:generate_version_info', 2205 '../components/components.gyp:generate_version_info',
2206 '../components/components.gyp:sync_driver_features',
2207 '../courgette/courgette.gyp:courgette_lib', 2206 '../courgette/courgette.gyp:courgette_lib',
2208 '../google_apis/google_apis.gyp:google_apis', 2207 '../google_apis/google_apis.gyp:google_apis',
2209 '../skia/skia.gyp:skia', 2208 '../skia/skia.gyp:skia',
2210 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2209 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2211 '../third_party/icu/icu.gyp:icui18n', 2210 '../third_party/icu/icu.gyp:icui18n',
2212 '../third_party/icu/icu.gyp:icuuc', 2211 '../third_party/icu/icu.gyp:icuuc',
2213 '../third_party/libxml/libxml.gyp:libxml', 2212 '../third_party/libxml/libxml.gyp:libxml',
2214 '../ui/base/ui_base.gyp:ui_base_test_support', 2213 '../ui/base/ui_base.gyp:ui_base_test_support',
2215 '../ui/gfx/gfx.gyp:gfx_test_support', 2214 '../ui/gfx/gfx.gyp:gfx_test_support',
2216 '../ui/resources/ui_resources.gyp:ui_resources', 2215 '../ui/resources/ui_resources.gyp:ui_resources',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'dependencies': [ 2996 'dependencies': [
2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2999 ], 2998 ],
3000 }], 2999 }],
3001 ], 3000 ],
3002 }, 3001 },
3003 ], 3002 ],
3004 }], 3003 }],
3005 ], # 'conditions' 3004 ], # 'conditions'
3006 } 3005 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/single_client_backup_rollback_test.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698