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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'components.gyp:query_parser', | 365 'components.gyp:query_parser', |
366 | 366 |
367 # Dependencies of rappor | 367 # Dependencies of rappor |
368 'components.gyp:rappor', | 368 'components.gyp:rappor', |
369 | 369 |
370 # Dependencies of search | 370 # Dependencies of search |
371 'components.gyp:search', | 371 'components.gyp:search', |
372 | 372 |
373 # Dependencies of search_engines | 373 # Dependencies of search_engines |
374 'components.gyp:search_engines', | 374 'components.gyp:search_engines', |
| 375 'components.gyp:search_engines_test_support', |
375 | 376 |
376 # Dependencies of search_provider_logos | 377 # Dependencies of search_provider_logos |
377 'components.gyp:search_provider_logos', | 378 'components.gyp:search_provider_logos', |
378 | 379 |
379 # Dependencies of signin | 380 # Dependencies of signin |
380 'components.gyp:signin_core_browser', | 381 'components.gyp:signin_core_browser', |
381 'components.gyp:signin_core_browser_test_support', | 382 'components.gyp:signin_core_browser_test_support', |
382 '../google_apis/google_apis.gyp:google_apis_test_support', | 383 '../google_apis/google_apis.gyp:google_apis_test_support', |
383 | 384 |
384 # Dependencies of suggestions | 385 # Dependencies of suggestions |
(...skipping 516 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 |