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

Side by Side Diff: components/components_tests.gyp

Issue 1408643002: [Sync] Componentize synced_tab_delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test broken by rebase 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 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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'components.gyp:search_engines', 1002 'components.gyp:search_engines',
1003 'components.gyp:search_engines_test_support', 1003 'components.gyp:search_engines_test_support',
1004 'components.gyp:search_provider_logos', 1004 'components.gyp:search_provider_logos',
1005 'components.gyp:sessions_test_support', 1005 'components.gyp:sessions_test_support',
1006 'components.gyp:signin_core_browser', 1006 'components.gyp:signin_core_browser',
1007 'components.gyp:signin_core_browser_test_support', 1007 'components.gyp:signin_core_browser_test_support',
1008 'components.gyp:ssl_config', 1008 'components.gyp:ssl_config',
1009 'components.gyp:suggestions', 1009 'components.gyp:suggestions',
1010 'components.gyp:sync_driver_test_support', 1010 'components.gyp:sync_driver_test_support',
1011 'components.gyp:sync_sessions', 1011 'components.gyp:sync_sessions',
1012 'components.gyp:sync_sessions_test_support',
1012 'components.gyp:syncable_prefs_test_support', 1013 'components.gyp:syncable_prefs_test_support',
1013 'components.gyp:translate_core_browser', 1014 'components.gyp:translate_core_browser',
1014 'components.gyp:translate_core_common', 1015 'components.gyp:translate_core_common',
1015 'components.gyp:translate_core_language_detection', 1016 'components.gyp:translate_core_language_detection',
1016 'components.gyp:ui_zoom', 1017 'components.gyp:ui_zoom',
1017 'components.gyp:undo_component', 1018 'components.gyp:undo_component',
1018 'components.gyp:update_client', 1019 'components.gyp:update_client',
1019 'components.gyp:update_client_test_support', 1020 'components.gyp:update_client_test_support',
1020 'components.gyp:upload_list', 1021 'components.gyp:upload_list',
1021 'components.gyp:url_matcher', 1022 'components.gyp:url_matcher',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'dependencies': [ 1791 'dependencies': [
1791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1792 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1792 ], 1793 ],
1793 }], 1794 }],
1794 ], 1795 ],
1795 }, 1796 },
1796 ], 1797 ],
1797 }], 1798 }],
1798 ], 1799 ],
1799 } 1800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698