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

Side by Side Diff: components/components_tests.gyp

Issue 696333002: Enable QueryParser components tests on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 ['include', '^history/'], 557 ['include', '^history/'],
558 ['include', '^invalidation/'], 558 ['include', '^invalidation/'],
559 ['include', '^json_schema/'], 559 ['include', '^json_schema/'],
560 ['include', '^keyed_service/core/'], 560 ['include', '^keyed_service/core/'],
561 ['include', '^language_usage_metrics/'], 561 ['include', '^language_usage_metrics/'],
562 ['include', '^leveldb_proto/'], 562 ['include', '^leveldb_proto/'],
563 ['include', '^metrics/'], 563 ['include', '^metrics/'],
564 ['include', '^network_time/'], 564 ['include', '^network_time/'],
565 ['include', '^password_manager/'], 565 ['include', '^password_manager/'],
566 ['include', '^precache/core/'], 566 ['include', '^precache/core/'],
567 ['include', '^query_parser/'],
567 ['include', '^search/'], 568 ['include', '^search/'],
568 ['include', '^search_engines/'], 569 ['include', '^search_engines/'],
569 ['include', '^search_provider_logos/'], 570 ['include', '^search_provider_logos/'],
570 ['include', '^sessions/ios/'], 571 ['include', '^sessions/ios/'],
571 ['include', '^sessions/serialized_navigation_entry_unittest\\.cc $'], 572 ['include', '^sessions/serialized_navigation_entry_unittest\\.cc $'],
572 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'], 573 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'],
573 ['include', '^suggestions/'], 574 ['include', '^suggestions/'],
574 ['include', '^sync_driver/'], 575 ['include', '^sync_driver/'],
575 ['include', '^translate/'], 576 ['include', '^translate/'],
576 ['include', '^url_fixer/'], 577 ['include', '^url_fixer/'],
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'dependencies': [ 1011 'dependencies': [
1011 '../base/allocator/allocator.gyp:allocator', 1012 '../base/allocator/allocator.gyp:allocator',
1012 ], 1013 ],
1013 }], 1014 }],
1014 ], 1015 ],
1015 }, 1016 },
1016 ], 1017 ],
1017 }], 1018 }],
1018 ], 1019 ],
1019 } 1020 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698