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

Side by Side Diff: components/components_tests.gyp

Issue 340703002: Add user_prefs::TestPrefServiceSyncable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use TEST_F Created 6 years, 6 months 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/pref_registry.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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'components.gyp:os_crypt', 303 'components.gyp:os_crypt',
304 304
305 # Dependencies of password_manager 305 # Dependencies of password_manager
306 'components.gyp:password_manager_core_browser', 306 'components.gyp:password_manager_core_browser',
307 'components.gyp:password_manager_core_browser_test_support', 307 'components.gyp:password_manager_core_browser_test_support',
308 308
309 # Dependencies of precache/core 309 # Dependencies of precache/core
310 'components.gyp:password_manager_core_browser', 310 'components.gyp:password_manager_core_browser',
311 'components.gyp:precache_core', 311 'components.gyp:precache_core',
312 312
313 # Dependencies of pref_registry
314 'components.gyp:pref_registry_test_support',
315
313 # Dependencies of query_parser 316 # Dependencies of query_parser
314 'components.gyp:query_parser', 317 'components.gyp:query_parser',
315 318
316 # Dependencies of rappor 319 # Dependencies of rappor
317 'components.gyp:rappor', 320 'components.gyp:rappor',
318 321
319 # Dependencies of search_provider_logos 322 # Dependencies of search_provider_logos
320 'components.gyp:search_provider_logos', 323 'components.gyp:search_provider_logos',
321 324
322 # Dependencies of signin 325 # Dependencies of signin
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 'dependencies': [ 803 'dependencies': [
801 '../base/allocator/allocator.gyp:allocator', 804 '../base/allocator/allocator.gyp:allocator',
802 ], 805 ],
803 }], 806 }],
804 ], 807 ],
805 }, 808 },
806 ], 809 ],
807 }], 810 }],
808 ], 811 ],
809 } 812 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/pref_registry.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698