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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 'nacl_unittest_sources': [ | 337 'nacl_unittest_sources': [ |
338 'nacl/browser/nacl_file_host_unittest.cc', | 338 'nacl/browser/nacl_file_host_unittest.cc', |
339 'nacl/browser/nacl_process_host_unittest.cc', | 339 'nacl/browser/nacl_process_host_unittest.cc', |
340 'nacl/browser/nacl_validation_cache_unittest.cc', | 340 'nacl/browser/nacl_validation_cache_unittest.cc', |
341 'nacl/browser/pnacl_host_unittest.cc', | 341 'nacl/browser/pnacl_host_unittest.cc', |
342 'nacl/browser/pnacl_translation_cache_unittest.cc', | 342 'nacl/browser/pnacl_translation_cache_unittest.cc', |
343 'nacl/browser/test_nacl_browser_delegate.cc', | 343 'nacl/browser/test_nacl_browser_delegate.cc', |
344 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', | 344 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', |
345 ], | 345 ], |
346 'navigation_interception_unittest_sources': [ | 346 'navigation_interception_unittest_sources': [ |
347 'navigation_interception/intercept_navigation_resource_throttle_unittest.c
c', | 347 'navigation_interception/intercept_navigation_throttle_unittest.cc', |
348 ], | 348 ], |
349 'network_hints_unittest_sources': [ | 349 'network_hints_unittest_sources': [ |
350 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 350 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
351 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 351 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
352 ], | 352 ], |
353 'network_time_unittest_sources': [ | 353 'network_time_unittest_sources': [ |
354 'network_time/network_time_tracker_unittest.cc', | 354 'network_time/network_time_tracker_unittest.cc', |
355 ], | 355 ], |
356 'offline_page_unittest_sources': [ | 356 'offline_page_unittest_sources': [ |
357 'offline_pages/offline_page_metadata_store_impl_unittest.cc', | 357 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1656 'invalidation/impl/android/junit/', | 1656 'invalidation/impl/android/junit/', |
1657 'policy/android/junit/' | 1657 'policy/android/junit/' |
1658 ], | 1658 ], |
1659 }, | 1659 }, |
1660 'includes': [ '../build/host_jar.gypi' ], | 1660 'includes': [ '../build/host_jar.gypi' ], |
1661 }, | 1661 }, |
1662 ], | 1662 ], |
1663 }], | 1663 }], |
1664 ], | 1664 ], |
1665 } | 1665 } |
OLD | NEW |