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

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: 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 ['include', '^language_usage_metrics/'], 477 ['include', '^language_usage_metrics/'],
478 ['include', '^leveldb_proto/'], 478 ['include', '^leveldb_proto/'],
479 ['include', '^metrics/'], 479 ['include', '^metrics/'],
480 ['include', '^network_time/'], 480 ['include', '^network_time/'],
481 ['include', '^password_manager/'], 481 ['include', '^password_manager/'],
482 ['include', '^precache/core/'], 482 ['include', '^precache/core/'],
483 ['include', '^search/'], 483 ['include', '^search/'],
484 ['include', '^search_engines/'], 484 ['include', '^search_engines/'],
485 ['include', '^search_provider_logos/'], 485 ['include', '^search_provider_logos/'],
486 ['include', '^signin/'], 486 ['include', '^signin/'],
487 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'],
487 ['include', '^sync_driver/'], 488 ['include', '^sync_driver/'],
488 ['include', '^translate/'], 489 ['include', '^translate/'],
489 ['include', '^url_fixer/'], 490 ['include', '^url_fixer/'],
490 ['include', '^variations/'], 491 ['include', '^variations/'],
491 ], 492 ],
492 'dependencies': [ 493 'dependencies': [
493 # Dependencies of signin 494 # Dependencies of signin
494 'components.gyp:signin_ios_browser', 495 'components.gyp:signin_ios_browser',
495 '../ios/ios_tests.gyp:test_support_ios', 496 '../ios/ios_tests.gyp:test_support_ios',
496 ], 497 ],
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'dependencies': [ 898 'dependencies': [
898 '../base/allocator/allocator.gyp:allocator', 899 '../base/allocator/allocator.gyp:allocator',
899 ], 900 ],
900 }], 901 }],
901 ], 902 ],
902 }, 903 },
903 ], 904 ],
904 }], 905 }],
905 ], 906 ],
906 } 907 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698