OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |