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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |