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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'nacl_unittest_sources': [ | 346 'nacl_unittest_sources': [ |
347 'nacl/browser/nacl_file_host_unittest.cc', | 347 'nacl/browser/nacl_file_host_unittest.cc', |
348 'nacl/browser/nacl_process_host_unittest.cc', | 348 'nacl/browser/nacl_process_host_unittest.cc', |
349 'nacl/browser/nacl_validation_cache_unittest.cc', | 349 'nacl/browser/nacl_validation_cache_unittest.cc', |
350 'nacl/browser/pnacl_host_unittest.cc', | 350 'nacl/browser/pnacl_host_unittest.cc', |
351 'nacl/browser/pnacl_translation_cache_unittest.cc', | 351 'nacl/browser/pnacl_translation_cache_unittest.cc', |
352 'nacl/browser/test_nacl_browser_delegate.cc', | 352 'nacl/browser/test_nacl_browser_delegate.cc', |
353 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', | 353 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', |
354 ], | 354 ], |
355 'navigation_interception_unittest_sources': [ | 355 'navigation_interception_unittest_sources': [ |
356 'navigation_interception/intercept_navigation_resource_throttle_unittest.c
c', | 356 'navigation_interception/intercept_navigation_throttle_unittest.cc', |
357 ], | 357 ], |
358 'network_hints_unittest_sources': [ | 358 'network_hints_unittest_sources': [ |
359 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 359 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
360 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 360 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
361 ], | 361 ], |
362 'network_time_unittest_sources': [ | 362 'network_time_unittest_sources': [ |
363 'network_time/network_time_tracker_unittest.cc', | 363 'network_time/network_time_tracker_unittest.cc', |
364 ], | 364 ], |
365 'offline_page_unittest_sources': [ | 365 'offline_page_unittest_sources': [ |
366 'offline_pages/offline_page_metadata_store_impl_unittest.cc', | 366 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1713 'invalidation/impl/android/junit/', | 1713 'invalidation/impl/android/junit/', |
1714 'policy/android/junit/' | 1714 'policy/android/junit/' |
1715 ], | 1715 ], |
1716 }, | 1716 }, |
1717 'includes': [ '../build/host_jar.gypi' ], | 1717 'includes': [ '../build/host_jar.gypi' ], |
1718 }, | 1718 }, |
1719 ], | 1719 ], |
1720 }], | 1720 }], |
1721 ], | 1721 ], |
1722 } | 1722 } |
OLD | NEW |