| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'nacl_unittest_sources': [ | 323 'nacl_unittest_sources': [ |
| 324 'nacl/browser/nacl_file_host_unittest.cc', | 324 'nacl/browser/nacl_file_host_unittest.cc', |
| 325 'nacl/browser/nacl_process_host_unittest.cc', | 325 'nacl/browser/nacl_process_host_unittest.cc', |
| 326 'nacl/browser/nacl_validation_cache_unittest.cc', | 326 'nacl/browser/nacl_validation_cache_unittest.cc', |
| 327 'nacl/browser/pnacl_host_unittest.cc', | 327 'nacl/browser/pnacl_host_unittest.cc', |
| 328 'nacl/browser/pnacl_translation_cache_unittest.cc', | 328 'nacl/browser/pnacl_translation_cache_unittest.cc', |
| 329 'nacl/browser/test_nacl_browser_delegate.cc', | 329 'nacl/browser/test_nacl_browser_delegate.cc', |
| 330 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', | 330 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', |
| 331 ], | 331 ], |
| 332 'navigation_interception_unittest_sources': [ | 332 'navigation_interception_unittest_sources': [ |
| 333 'navigation_interception/intercept_navigation_resource_throttle_unittest.c
c', | 333 'navigation_interception/intercept_navigation_throttle_unittest.cc', |
| 334 ], | 334 ], |
| 335 'network_hints_unittest_sources': [ | 335 'network_hints_unittest_sources': [ |
| 336 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 336 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
| 337 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 337 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
| 338 ], | 338 ], |
| 339 'network_time_unittest_sources': [ | 339 'network_time_unittest_sources': [ |
| 340 'network_time/network_time_tracker_unittest.cc', | 340 'network_time/network_time_tracker_unittest.cc', |
| 341 ], | 341 ], |
| 342 'offline_page_unittest_sources': [ | 342 'offline_page_unittest_sources': [ |
| 343 'offline_pages/offline_page_metadata_store_impl_unittest.cc', | 343 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
| (...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 'invalidation/impl/android/junit/', | 1601 'invalidation/impl/android/junit/', |
| 1602 'policy/android/junit/' | 1602 'policy/android/junit/' |
| 1603 ], | 1603 ], |
| 1604 }, | 1604 }, |
| 1605 'includes': [ '../build/host_jar.gypi' ], | 1605 'includes': [ '../build/host_jar.gypi' ], |
| 1606 }, | 1606 }, |
| 1607 ], | 1607 ], |
| 1608 }], | 1608 }], |
| 1609 ], | 1609 ], |
| 1610 } | 1610 } |
| OLD | NEW |