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

Side by Side Diff: components/components_tests.gyp

Issue 492963005: Stop using UIThreadSearchTermsData for search_engines related tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use make_scoped_ptr Created 6 years, 4 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
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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'components.gyp:query_parser', 365 'components.gyp:query_parser',
366 366
367 # Dependencies of rappor 367 # Dependencies of rappor
368 'components.gyp:rappor', 368 'components.gyp:rappor',
369 369
370 # Dependencies of search 370 # Dependencies of search
371 'components.gyp:search', 371 'components.gyp:search',
372 372
373 # Dependencies of search_engines 373 # Dependencies of search_engines
374 'components.gyp:search_engines', 374 'components.gyp:search_engines',
375 'components.gyp:search_engines_test_support',
375 376
376 # Dependencies of search_provider_logos 377 # Dependencies of search_provider_logos
377 'components.gyp:search_provider_logos', 378 'components.gyp:search_provider_logos',
378 379
379 # Dependencies of signin 380 # Dependencies of signin
380 'components.gyp:signin_core_browser', 381 'components.gyp:signin_core_browser',
381 'components.gyp:signin_core_browser_test_support', 382 'components.gyp:signin_core_browser_test_support',
382 '../google_apis/google_apis.gyp:google_apis_test_support', 383 '../google_apis/google_apis.gyp:google_apis_test_support',
383 384
384 # Dependencies of suggestions 385 # Dependencies of suggestions
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'dependencies': [ 902 'dependencies': [
902 '../base/allocator/allocator.gyp:allocator', 903 '../base/allocator/allocator.gyp:allocator',
903 ], 904 ],
904 }], 905 }],
905 ], 906 ],
906 }, 907 },
907 ], 908 ],
908 }], 909 }],
909 ], 910 ],
910 } 911 }
OLDNEW
« no previous file with comments | « chrome/browser/search_engines/template_url_service_unittest.cc ('k') | components/search_engines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698