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

Side by Side Diff: components/components_tests.gyp

Issue 1487873003: Convert enable_pre_sync_backup flag to new flags system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix 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
« no previous file with comments | « components/browser_sync/browser/profile_sync_service.cc ('k') | components/sync_driver.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'components.gyp:search_engines', 1043 'components.gyp:search_engines',
1044 'components.gyp:search_engines_test_support', 1044 'components.gyp:search_engines_test_support',
1045 'components.gyp:search_provider_logos', 1045 'components.gyp:search_provider_logos',
1046 'components.gyp:sessions_test_support', 1046 'components.gyp:sessions_test_support',
1047 'components.gyp:signin_core_browser', 1047 'components.gyp:signin_core_browser',
1048 'components.gyp:signin_core_browser_test_support', 1048 'components.gyp:signin_core_browser_test_support',
1049 'components.gyp:ssl_config', 1049 'components.gyp:ssl_config',
1050 'components.gyp:ssl_errors', 1050 'components.gyp:ssl_errors',
1051 'components.gyp:suggestions', 1051 'components.gyp:suggestions',
1052 'components.gyp:sync_bookmarks', 1052 'components.gyp:sync_bookmarks',
1053 'components.gyp:sync_driver_features',
1053 'components.gyp:sync_driver_test_support', 1054 'components.gyp:sync_driver_test_support',
1054 'components.gyp:sync_sessions', 1055 'components.gyp:sync_sessions',
1055 'components.gyp:sync_sessions_test_support', 1056 'components.gyp:sync_sessions_test_support',
1056 'components.gyp:syncable_prefs_test_support', 1057 'components.gyp:syncable_prefs_test_support',
1057 'components.gyp:translate_core_browser', 1058 'components.gyp:translate_core_browser',
1058 'components.gyp:translate_core_common', 1059 'components.gyp:translate_core_common',
1059 'components.gyp:translate_core_language_detection', 1060 'components.gyp:translate_core_language_detection',
1060 'components.gyp:ui_zoom', 1061 'components.gyp:ui_zoom',
1061 'components.gyp:undo_component', 1062 'components.gyp:undo_component',
1062 'components.gyp:update_client', 1063 'components.gyp:update_client',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 'dependencies': [ 1848 'dependencies': [
1848 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1849 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1849 ], 1850 ],
1850 }], 1851 }],
1851 ], 1852 ],
1852 }, 1853 },
1853 ], 1854 ],
1854 }], 1855 }],
1855 ], 1856 ],
1856 } 1857 }
OLDNEW
« no previous file with comments | « components/browser_sync/browser/profile_sync_service.cc ('k') | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698