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

Side by Side Diff: components/components_tests.gyp

Issue 489113003: Remove MutableProfileOAuth2TokenService on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DCHECK(getter). 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
« no previous file with comments | « no previous file | components/signin.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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ['include', '^language_usage_metrics/'], 481 ['include', '^language_usage_metrics/'],
482 ['include', '^leveldb_proto/'], 482 ['include', '^leveldb_proto/'],
483 ['include', '^metrics/'], 483 ['include', '^metrics/'],
484 ['include', '^network_time/'], 484 ['include', '^network_time/'],
485 ['include', '^password_manager/'], 485 ['include', '^password_manager/'],
486 ['include', '^precache/core/'], 486 ['include', '^precache/core/'],
487 ['include', '^search/'], 487 ['include', '^search/'],
488 ['include', '^search_engines/'], 488 ['include', '^search_engines/'],
489 ['include', '^search_provider_logos/'], 489 ['include', '^search_provider_logos/'],
490 ['include', '^signin/'], 490 ['include', '^signin/'],
491 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'],
491 ['include', '^sync_driver/'], 492 ['include', '^sync_driver/'],
492 ['include', '^translate/'], 493 ['include', '^translate/'],
493 ['include', '^url_fixer/'], 494 ['include', '^url_fixer/'],
494 ['include', '^variations/'], 495 ['include', '^variations/'],
495 ], 496 ],
496 'dependencies': [ 497 'dependencies': [
497 # Dependencies of signin 498 # Dependencies of signin
498 'components.gyp:signin_ios_browser', 499 'components.gyp:signin_ios_browser',
499 '../ios/ios_tests.gyp:test_support_ios', 500 '../ios/ios_tests.gyp:test_support_ios',
500 ], 501 ],
(...skipping 400 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 | « no previous file | components/signin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698