| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 'navigation_interception/intercept_navigation_resource_throttle_unittest.c
c', | 335 'navigation_interception/intercept_navigation_resource_throttle_unittest.c
c', |
| 336 ], | 336 ], |
| 337 'network_hints_unittest_sources': [ | 337 'network_hints_unittest_sources': [ |
| 338 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 338 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
| 339 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 339 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
| 340 ], | 340 ], |
| 341 'network_time_unittest_sources': [ | 341 'network_time_unittest_sources': [ |
| 342 'network_time/network_time_tracker_unittest.cc', | 342 'network_time/network_time_tracker_unittest.cc', |
| 343 ], | 343 ], |
| 344 'offline_page_unittest_sources': [ | 344 'offline_page_unittest_sources': [ |
| 345 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
| 345 'offline_pages/offline_page_model_unittest.cc', | 346 'offline_pages/offline_page_model_unittest.cc', |
| 346 ], | 347 ], |
| 347 'omnibox_unittest_sources': [ | 348 'omnibox_unittest_sources': [ |
| 348 'omnibox/browser/answers_cache_unittest.cc', | 349 'omnibox/browser/answers_cache_unittest.cc', |
| 349 'omnibox/browser/autocomplete_input_unittest.cc', | 350 'omnibox/browser/autocomplete_input_unittest.cc', |
| 350 'omnibox/browser/autocomplete_match_unittest.cc', | 351 'omnibox/browser/autocomplete_match_unittest.cc', |
| 351 'omnibox/browser/autocomplete_result_unittest.cc', | 352 'omnibox/browser/autocomplete_result_unittest.cc', |
| 352 'omnibox/browser/base_search_provider_unittest.cc', | 353 'omnibox/browser/base_search_provider_unittest.cc', |
| 353 'omnibox/browser/in_memory_url_index_types_unittest.cc', | 354 'omnibox/browser/in_memory_url_index_types_unittest.cc', |
| 354 'omnibox/browser/keyword_provider_unittest.cc', | 355 'omnibox/browser/keyword_provider_unittest.cc', |
| (...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1544 ], | 1545 ], |
| 1545 'variables': { | 1546 'variables': { |
| 1546 'test_suite_name': 'components_unittests', | 1547 'test_suite_name': 'components_unittests', |
| 1547 }, | 1548 }, |
| 1548 'includes': [ '../build/apk_test.gypi' ], | 1549 'includes': [ '../build/apk_test.gypi' ], |
| 1549 }, | 1550 }, |
| 1550 ], | 1551 ], |
| 1551 }], | 1552 }], |
| 1552 ], | 1553 ], |
| 1553 } | 1554 } |
| OLD | NEW |